Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 28, 2023
1 parent 1adf135 commit f47759e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/vue-apollo-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"access": "public"
},
"dependencies": {
"@vue/apollo-option": "^4.0.0-beta.4"
"@vue/apollo-option":"workspace:^"
},
"peerDependencies": {
"vue": "^3.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-apollo-composable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"throttle-debounce": "^5.0.0",
"ts-essentials": "^9.1.2",
"vue-demi": "^0.13.1"
"ts-essentials": "^9.4.0",
"vue-demi": "^0.14.6"
},
"peerDependencies": {
"@apollo/client": "^3.4.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-option/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"vue": "^3.1.0"
},
"dependencies": {
"throttle-debounce": "^3.0.1"
"throttle-debounce": "^5.0.0"
},
"devDependencies": {
"@apollo/client": "^3.7.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"serialize-javascript": "^6.0.0"
"serialize-javascript": "^6.0.1"
},
"devDependencies": {
"@apollo/client": "^3.7.7",
Expand Down
42 changes: 26 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f47759e

Please sign in to comment.