Skip to content

Commit

Permalink
fix: fixed invalid peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Nov 24, 2022
1 parent 18551c1 commit 9e6d481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"peerDependencies": {
"express": "^4",
"graphql": "^15|^14",
"graphql": ">=14",
"@apollo/client": "^3",
"apollo-utilities": "^1",
"@babel/polyfill": "^7",
Expand Down

0 comments on commit 9e6d481

Please sign in to comment.