Skip to content

Commit

Permalink
Fix peer graphql dep for ts plugin (#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 10, 2019
1 parent 53ecdef commit 950514b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/plugins/typescript/typescript/package.json
Expand Up @@ -20,6 +20,9 @@
"ts-jest": "24.0.2",
"typescript": "3.5.3"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
},
"sideEffects": false,
"main": "dist/commonjs/index.js",
"module": "dist/esnext/index.js",
Expand Down

0 comments on commit 950514b

Please sign in to comment.