diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 465f8725eb98..580c1fc72735 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -31,7 +31,8 @@ "@sentry/webpack-plugin": "1.18.5" }, "peerDependencies": { - "gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0" + "gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0", + "react": "15.x || 16.x || 17.x" }, "devDependencies": { "@sentry/types": "6.17.8",