Skip to content

Commit d6b0e2f

Browse files
authored
fix: graphql peer dep (#50)
fixes #49
1 parent c0c2579 commit d6b0e2f

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
@@ -43,7 +43,7 @@
4343
"validator": "^10.2.0"
4444
},
4545
"peerDependencies": {
46-
"graphql": "^0.14.0 || ^15.0.0"
46+
"graphql": "^14.0.0 || ^15.0.0"
4747
},
4848
"standard": {
4949
"globals": [

0 commit comments

Comments
 (0)