diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 703e91864255..00d152cb9899 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -31,7 +31,9 @@ "@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", + "webpack": ">= 4.0.0" }, "devDependencies": { "@sentry/types": "6.17.6",