Skip to content

Commit 0ef1e4b

Browse files
chore(deps): update gatsby monorepo
1 parent 9ad9220 commit 0ef1e4b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/cli": "7.12.13",
1818
"@babel/core": "7.12.13",
1919
"cross-env": "7.0.3",
20-
"babel-preset-gatsby-package": "0.12.0",
20+
"babel-preset-gatsby-package": "3.0.0",
2121
"cz-conventional-changelog": "3.3.0",
2222
"semantic-release": "17.3.8"
2323
},
@@ -39,6 +39,6 @@
3939
"@babel/runtime": "^7.4.3"
4040
},
4141
"peerDependencies": {
42-
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0"
42+
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
4343
}
4444
}

test-projects/base-configuration-test/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
77
"dependencies": {
8-
"gatsby": "^4.0.2",
9-
"gatsby-plugin-gatsby-cloud": "^4.0.0",
10-
"gatsby-plugin-image": "^2.0.0",
11-
"gatsby-plugin-manifest": "^4.0.0",
12-
"gatsby-plugin-offline": "^5.0.0",
13-
"gatsby-plugin-react-helmet": "^5.0.0",
14-
"gatsby-plugin-sharp": "^4.0.1",
15-
"gatsby-source-filesystem": "^4.0.0",
16-
"gatsby-transformer-sharp": "^4.0.0",
8+
"gatsby": "^5.0.0",
9+
"gatsby-plugin-gatsby-cloud": "^5.0.0",
10+
"gatsby-plugin-image": "^3.0.0",
11+
"gatsby-plugin-manifest": "^5.0.0",
12+
"gatsby-plugin-offline": "^6.0.0",
13+
"gatsby-plugin-react-helmet": "^6.0.0",
14+
"gatsby-plugin-sharp": "^5.0.0",
15+
"gatsby-source-filesystem": "^5.0.0",
16+
"gatsby-transformer-sharp": "^5.0.0",
1717
"prop-types": "^15.7.2",
1818
"react": "^17.0.1",
1919
"react-dom": "^17.0.1",

0 commit comments

Comments
 (0)