Skip to content

Commit 0621dc4

Browse files
fix: update www (#26209)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0e95f7d commit 0621dc4

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

www/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.0.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"dependencies": {
7-
"@babel/parser": "^7.11.0",
7+
"@babel/parser": "^7.11.3",
88
"@babel/traverse": "^7.11.0",
99
"@emotion/styled": "^10.0.27",
1010
"@jamo/graphql-request": "2.0.3",
@@ -21,9 +21,9 @@
2121
"dotenv": "^8.2.0",
2222
"email-validator": "^1.2.3",
2323
"fuse.js": "^3.6.1",
24-
"gatsby": "^2.24.24",
24+
"gatsby": "^2.24.37",
2525
"gatsby-alias-imports": "^1.0.4",
26-
"gatsby-core-utils": "^1.3.14",
26+
"gatsby-core-utils": "^1.3.15",
2727
"gatsby-design-tokens": "^2.0.10",
2828
"gatsby-image": "^2.4.14",
2929
"gatsby-plugin-canonical-urls": "^2.3.10",
@@ -35,16 +35,16 @@
3535
"gatsby-plugin-guess-js": "^1.3.11",
3636
"gatsby-plugin-layout": "^1.3.10",
3737
"gatsby-plugin-mailchimp": "^2.2.3",
38-
"gatsby-plugin-manifest": "^2.4.21",
39-
"gatsby-plugin-mdx": "1.2.32",
40-
"gatsby-plugin-netlify": "^2.3.11",
38+
"gatsby-plugin-manifest": "^2.4.22",
39+
"gatsby-plugin-mdx": "1.2.34",
40+
"gatsby-plugin-netlify": "^2.3.12",
4141
"gatsby-plugin-netlify-cache": "^0.1.0",
4242
"gatsby-plugin-nprogress": "^2.3.10",
43-
"gatsby-plugin-offline": "^3.2.21",
43+
"gatsby-plugin-offline": "^3.2.22",
4444
"gatsby-plugin-react-helmet": "^3.3.10",
4545
"gatsby-plugin-react-svg": "^3.0.0",
4646
"gatsby-plugin-remove-serviceworker": "^1.0.0",
47-
"gatsby-plugin-sharp": "^2.6.24",
47+
"gatsby-plugin-sharp": "^2.6.25",
4848
"gatsby-plugin-sitemap": "^2.4.11",
4949
"gatsby-plugin-theme-ui": "^0.3.0",
5050
"gatsby-plugin-twitter": "^2.3.10",
@@ -55,18 +55,18 @@
5555
"gatsby-remark-embedder": "^1.16.0",
5656
"gatsby-remark-graphviz": "^1.3.10",
5757
"gatsby-remark-http-to-https": "^1.0.2",
58-
"gatsby-remark-images": "^3.3.24",
58+
"gatsby-remark-images": "^3.3.25",
5959
"gatsby-remark-normalize-paths": "^1.0.0",
6060
"gatsby-remark-prismjs": "^3.5.10",
6161
"gatsby-remark-responsive-iframe": "^2.4.12",
6262
"gatsby-remark-smartypants": "^2.3.10",
6363
"gatsby-source-airtable": "^2.1.1",
64-
"gatsby-source-filesystem": "^2.3.23",
64+
"gatsby-source-filesystem": "^2.3.24",
6565
"gatsby-source-git": "^1.1.0",
66-
"gatsby-source-npm-package-search": "^2.3.12",
66+
"gatsby-source-npm-package-search": "^2.3.13",
6767
"gatsby-transformer-csv": "^2.3.10",
6868
"gatsby-transformer-documentationjs": "^4.3.13",
69-
"gatsby-transformer-remark": "^2.8.27",
69+
"gatsby-transformer-remark": "^2.8.28",
7070
"gatsby-transformer-screenshot": "^2.3.16",
7171
"gatsby-transformer-sharp": "^2.5.12",
7272
"gatsby-transformer-yaml": "^2.4.10",
@@ -80,7 +80,7 @@
8080
"mousetrap": "^1.6.5",
8181
"parse-github-url": "^1.0.2",
8282
"prism-react-renderer": "^0.2.0",
83-
"prismjs": "^1.20.0",
83+
"prismjs": "^1.21.0",
8484
"qs": "^6.9.4",
8585
"query-string": "^6.13.1",
8686
"range": "^0.0.3",
@@ -125,7 +125,7 @@
125125
},
126126
"devDependencies": {
127127
"@testing-library/jest-dom": "^5.11.2",
128-
"@testing-library/react": "^10.4.7",
128+
"@testing-library/react": "^10.4.8",
129129
"babel-core": "^7.0.0-bridge.0",
130130
"babel-jest": "^24.9.0",
131131
"babel-plugin-macros": "^2.8.0",

0 commit comments

Comments
 (0)