Skip to content

Commit a0b3cc8

Browse files
authored
fix: Set correct gatsby peer dep (#138)
1 parent d042138 commit a0b3cc8

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
@@ -81,6 +81,6 @@
8181
"semantic-release": "17.4.2"
8282
},
8383
"peerDependencies": {
84-
"gatsby": ">=3.1.0"
84+
"gatsby": "^3.0.0"
8585
}
8686
}

0 commit comments

Comments
 (0)