From d0ba1b5d9708e285d0947454d24c1733a6dc089a Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Sun, 21 Feb 2021 10:53:05 +0100 Subject: [PATCH] revert peerdeps --- packages/gatsby-plugin-netlify-cms/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index b8a98498f7e41..697210f36d60e 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -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",