Skip to content

Commit 72d77d8

Browse files
authored
feat(gatsby): Support Gatsby v5 (#6635)
1 parent 159977a commit 72d77d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@sentry/webpack-plugin": "1.19.0"
2828
},
2929
"peerDependencies": {
30-
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0",
30+
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
3131
"react": "15.x || 16.x || 17.x || 18.x"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)