Skip to content

Commit

Permalink
fix(gatsby): Add missing React peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronadamsCA authored Feb 15, 2022
1 parent ceaec7c commit 0a6e535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0a6e535

Please sign in to comment.