Skip to content

Commit c3520e5

Browse files
committedAug 12, 2019
fix: do not pin graphql version and move it to peerDependencies
1 parent 74f9406 commit c3520e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎packages/graphql-codegen-relay-optimizer-plugin/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,18 @@
2424
"plugin",
2525
"relay"
2626
],
27+
"peerDependencies": {
28+
"graphql": "14.x.x"
29+
},
2730
"dependencies": {
2831
"@graphql-codegen/plugin-helpers": "1.4.0",
29-
"graphql": "14.4.2",
3032
"relay-compiler": "5.0.0"
3133
},
3234
"devDependencies": {
3335
"@graphql-codegen/testing": "1.4.0",
3436
"@types/graphql": "14.2.3",
3537
"@types/jest": "24.0.17",
38+
"graphql": "14.4.2",
3639
"jest": "24.7.1",
3740
"ts-jest": "24.0.2",
3841
"typescript": "3.4.5"

0 commit comments

Comments
 (0)
Please sign in to comment.