Skip to content

Commit 5bda14f

Browse files
authored
feat: support Gatsby v5 (#203)
* feat!: support Gatsby v5 These changes are needed for Gatsby v5 support. * chore(deps): specify gatsby v4 as a peer dependency * chore: revert minimum node version to 14 in order to continue to support Gatsby v4
1 parent 9c730fe commit 5bda14f

File tree

3 files changed

+1274
-1453
lines changed

3 files changed

+1274
-1453
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/hydrogen

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"license": "MIT",
4646
"main": "index.js",
4747
"peerDependencies": {
48-
"gatsby": "^5.0.0"
48+
"gatsby": "^4.0.0 || ^5.0.0"
4949
},
5050
"repository": {
5151
"type": "git",

0 commit comments

Comments
 (0)