Skip to content

Commit

Permalink
Add optional typescript peerDependency to apollo-composable package
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij committed Mar 26, 2024
1 parent 0f5ae61 commit 302fd3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vue-apollo-composable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,15 @@
"@apollo/client": "^3.4.13",
"@vue/composition-api": "^1.0.0",
"graphql": ">=15",
"typescript": ">=4.1.0",
"vue": "^2.6.0 || ^3.1.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
},
"typescript": {
"optional": true
}
},
"devDependencies": {
Expand Down

0 comments on commit 302fd3a

Please sign in to comment.