Skip to content

Commit

Permalink
revert peerdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Feb 21, 2021
1 parent 228bd6a commit d0ba1b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-netlify-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^3.0.0-next.7",
"netlify-cms-app": "^2.14.23",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"gatsby": "^3.0.0-next.0",
"netlify-cms-app": "^2.9.0",
"react": "^16.8.4 || ^17.0.0",
"react-dom": "^16.8.4 || ^17.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d0ba1b5

Please sign in to comment.