Skip to content

Commit

Permalink
fix(deps): update dependency @vue/apollo-composable to v4.0.0-beta.4 (#…
Browse files Browse the repository at this point in the history
…8923)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 7, 2023
1 parent 9a65d17 commit d6c37db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/vue/apollo-composable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.7",
"@vue/apollo-composable": "4.0.0-beta.2",
"@vue/apollo-composable": "4.0.0-beta.4",
"graphql": "^16.6.0",
"vue": "^3.2.37"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4382,10 +4382,10 @@
"@volar/typescript" "1.0.24"
"@volar/vue-language-core" "1.0.24"

"@vue/apollo-composable@4.0.0-beta.2":
version "4.0.0-beta.2"
resolved "https://registry.yarnpkg.com/@vue/apollo-composable/-/apollo-composable-4.0.0-beta.2.tgz#4614ac9bd8b545a91c7e2b9f8b86b82351454789"
integrity sha512-SGZ1uklEldjG9UTMQnHyr9N4+C4D6hZXn3LDkDtpMVLAQksh30sqapSOFkEowOBVWyc/7f/JiCGADOhvxCWRxw==
"@vue/apollo-composable@4.0.0-beta.4":
version "4.0.0-beta.4"
resolved "https://registry.yarnpkg.com/@vue/apollo-composable/-/apollo-composable-4.0.0-beta.4.tgz#a93cbccfdcf9558ada0161294b42f77bee5e6a0b"
integrity sha512-lErWL+9LGfWfdfrSYY3DQB/A8Asqs46MiKwmgKeKSj7fe01tx0UpH43aiwMGj+VgEzBZ9AfqEa/Bxf0Nff/NNw==
dependencies:
throttle-debounce "^3.0.1"
ts-essentials "^9.1.2"
Expand Down

0 comments on commit d6c37db

Please sign in to comment.