From 0a6e5358f5724459b9292ef908aa51506ffe316b Mon Sep 17 00:00:00 2001 From: Aaron Adams Date: Tue, 15 Feb 2022 16:49:04 +0100 Subject: [PATCH] fix(gatsby): Add missing React peer dependency --- packages/gatsby/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",