Skip to content

Commit

Permalink
feat(gatsby): Support Gatsby v4 (#4120)
Browse files Browse the repository at this point in the history
The only relevant changes for our SDK to support v4 are https://v4.gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/#for-plugin-maintainers, and only the `gatsby` peer dependency version upgrade applies. https://v4.gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/#future-breaking-changes don't apply either.
  • Loading branch information
iker-barriocanal authored Nov 4, 2021
1 parent 866e594 commit 8f51ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@sentry/tracing": "6.14.0"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0"
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"devDependencies": {
"@sentry/types": "6.14.0",
Expand Down

0 comments on commit 8f51ef7

Please sign in to comment.