Skip to content

Commit

Permalink
feat(vue): allow vue 2.7 (#2561)
Browse files Browse the repository at this point in the history
* feat(vue): allow vue 2.7

* chore(changeset): describe changes
  • Loading branch information
dargmuesli authored Jul 25, 2022
1 parent cf43912 commit 70a149e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dull-ears-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@urql/vue': patch
---

Allow Vue 2.7 as peer dependency to prevent peer dependency errors e.g. with pnpm.
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 70a149e

Please sign in to comment.