Skip to content

Commit bffa43f

Browse files
committed
Restore peerDepedencies compatibility with graphql <14.5.0
1 parent 29df455 commit bffa43f

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
@@ -20,7 +20,7 @@
2020
"lodash.get": "^4.4.2"
2121
},
2222
"peerDependencies": {
23-
"graphql": "^14.5.0 || ^15.0.0"
23+
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0"
2424
},
2525
"files": [
2626
"dist",

0 commit comments

Comments
 (0)