Skip to content

Commit

Permalink
feat(vue): allow vue 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jul 25, 2022
1 parent cf43912 commit 89855c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"vue": "^3.0.0"
"vue": "^2.7.0 || ^3.0.0"
},
"dependencies": {
"@urql/core": "^2.3.6",
Expand Down

0 comments on commit 89855c5

Please sign in to comment.