Skip to content

Commit

Permalink
chore(gatsby-plugin-gatsby-cloud): Update for gatsby v3 (#29711)
Browse files Browse the repository at this point in the history
* Bump webpack-assets-manifest for webpack 5

* Bump up gatsby peer dependency
  • Loading branch information
sidharthachatterjee authored Feb 23, 2021
1 parent 6016c26 commit d042039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-gatsby-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"fs-extra": "^8.1.0",
"kebab-hash": "^0.1.2",
"lodash": "^4.17.20",
"webpack-assets-manifest": "^3.1.1"
"webpack-assets-manifest": "^5.0.1"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand All @@ -29,7 +29,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^2.0.0"
"gatsby": "^3.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d042039

Please sign in to comment.