Skip to content

Commit

Permalink
fix: loosen apollo-client peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored and wtrocki committed Oct 28, 2020
1 parent b0abbee commit eeb0e9a
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 @@ -69,7 +69,7 @@
},
"dependencies": {},
"peerDependencies": {
"@apollo/client": "3.2.5"
"@apollo/client": "^3.2.5"
},
"devDependencies": {
"@apollo/client": "3.2.4",
Expand Down

0 comments on commit eeb0e9a

Please sign in to comment.