Skip to content

Commit e6b415e

Browse files
LekoArtsmdreizin
andauthored
fix: Set correct peerDependency on gatsby (#428)
Co-authored-by: Marat Dreizin <[email protected]>
1 parent dc7a7da commit e6b415e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"semantic-release": "^17.3.7"
4848
},
4949
"peerDependencies": {
50-
"gatsby": ">2.0.0"
50+
"gatsby": "^3.0.0 || ^2.0.0"
5151
},
5252
"jest": {
5353
"collectCoverage": true

0 commit comments

Comments
 (0)