Skip to content

Commit 8c64451

Browse files
committed
Bump dependencies
gatsby: 2.24.53 -> 2.31.1 gatsby-image: 2.4.16 -> 2.10.0 gatsby-plugin-manifest: 2.4.27 -> 2.11.0 gatsby-plugin-offline: 3.2.26 -> 3.9.0 gatsby-plugin-react-helmet: 3.3.10 -> 3.9.0 gatsby-source-filesystem: 2.3.27 -> 2.10.0 gatsby-transformer-sharp: 2.5.14 -> 2.11.0 react: 16.13.1 -> 17.0.1 react-dom: 16.13.1 -> 17.0.1
1 parent 9dae391 commit 8c64451

File tree

2 files changed

+2562
-3411
lines changed

2 files changed

+2562
-3411
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
77
"dependencies": {
8-
"gatsby": "^2.24.47",
9-
"gatsby-image": "^2.4.16",
10-
"gatsby-plugin-manifest": "^2.4.23",
11-
"gatsby-plugin-offline": "^3.2.23",
12-
"gatsby-plugin-react-helmet": "^3.3.10",
13-
"gatsby-plugin-sharp": "^2.6.27",
14-
"gatsby-source-filesystem": "^2.3.24",
15-
"gatsby-transformer-sharp": "^2.5.13",
8+
"gatsby": "^2.31.1",
9+
"gatsby-image": "^2.10.0",
10+
"gatsby-plugin-manifest": "^2.11.0",
11+
"gatsby-plugin-offline": "^3.9.0",
12+
"gatsby-plugin-react-helmet": "^3.9.0",
13+
"gatsby-plugin-sharp": "^2.13.1",
14+
"gatsby-source-filesystem": "^2.10.0",
15+
"gatsby-transformer-sharp": "^2.11.0",
1616
"prop-types": "^15.7.2",
17-
"react": "^16.13.1",
18-
"react-dom": "^16.13.1",
17+
"react": "^17.0.1",
18+
"react-dom": "^17.0.1",
1919
"react-helmet": "^6.1.0"
2020
},
2121
"keywords": [
@@ -30,7 +30,7 @@
3030
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
3131
},
3232
"devDependencies": {
33-
"prettier": "^2.0.5"
33+
"prettier": "^2.2.1"
3434
},
3535
"repository": {
3636
"type": "git",

0 commit comments

Comments
 (0)