Skip to content

Commit c51c06f

Browse files
committed
chore: bump depdencies in examples
1 parent 9f31476 commit c51c06f

File tree

4 files changed

+637
-2869
lines changed

4 files changed

+637
-2869
lines changed

examples/gatsby/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^2.26.1",
9-
"gatsby-image": "^2.5.0",
10-
"gatsby-plugin-manifest": "^2.6.1",
11-
"gatsby-plugin-offline": "^3.4.0",
12-
"gatsby-plugin-react-helmet": "^3.4.0",
13-
"gatsby-plugin-sharp": "^2.8.0",
14-
"gatsby-source-filesystem": "^2.5.0",
15-
"gatsby-transformer-sharp": "^2.6.0",
8+
"gatsby": "^2.32.3",
9+
"gatsby-image": "^2.11.0",
10+
"gatsby-plugin-manifest": "^2.12.0",
11+
"gatsby-plugin-offline": "^3.10.0",
12+
"gatsby-plugin-react-helmet": "^3.10.0",
13+
"gatsby-plugin-sharp": "^2.14.1",
14+
"gatsby-source-filesystem": "^2.11.0",
15+
"gatsby-transformer-sharp": "^2.12.0",
1616
"prop-types": "^15.7.2",
17-
"react": "^16.12.0",
18-
"react-dom": "^16.12.0",
17+
"react": "^17.0.1",
18+
"react-dom": "^17.0.1",
1919
"react-helmet": "^6.1.0",
20-
"react-use-wizard": "^0.2.0"
20+
"react-use-wizard": "^1.0.1"
2121
},
2222
"devDependencies": {
23-
"prettier": "2.1.2"
23+
"prettier": "2.2.1"
2424
},
2525
"keywords": [
2626
"gatsby"

0 commit comments

Comments
 (0)