Skip to content

Commit ffac36c

Browse files
authored
⬆️ Allow gatsby 4 as peer dependency (#11)
1 parent e844a4e commit ffac36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"rimraf": "3.x"
3535
},
3636
"peerDependencies": {
37-
"gatsby": "^3.0.0 || ^2.0.0"
37+
"gatsby": "^4.0.0 || ^3.0.0 || ^2.0.0"
3838
}
3939
}

0 commit comments

Comments
 (0)