Skip to content

Commit

Permalink
fix: improve perrDeps declaration, closes #1263
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Nov 28, 2021
1 parent 63675b6 commit 3c8545b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vue-apollo-composable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,15 @@
},
"peerDependencies": {
"@apollo/client": "^3.4.13",
"@vue/composition-api": "^1.0.0",
"graphql": ">=15",
"vue": "^2.6.0 || ^3.1.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"devDependencies": {
"@apollo/client": "^3.4.0",
"@types/throttle-debounce": "^2.1.0",
Expand Down

0 comments on commit 3c8545b

Please sign in to comment.