Skip to content

Commit

Permalink
fix: add 'graphql' to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kyarik committed Jun 27, 2021
1 parent 56582c4 commit da7ce7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"typescript": "4.3.4"
},
"peerDependencies": {
"@types/node": "*"
"@types/node": "*",
"graphql": "^14.7.0 || ^15.3.0"
}
}

0 comments on commit da7ce7b

Please sign in to comment.