Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @tanstack/vue-query to v5.62.16 #1820

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@sentry/tracing": "7.114.0",
"@sentry/vue": "8.47.0",
"@tanstack/vue-query": "5.62.12",
"@tanstack/vue-query": "5.62.16",
"@vue/composition-api": "1.7.2",
"@vueuse/core": "11.3.0",
"@vueuse/integrations": "11.3.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ __metadata:
"@fontsource/roboto": "npm:5.1.1"
"@sentry/tracing": "npm:7.114.0"
"@sentry/vue": "npm:8.47.0"
"@tanstack/vue-query": "npm:5.62.12"
"@tanstack/vue-query": "npm:5.62.16"
"@types/jest": "npm:29.5.14"
"@types/luxon": "npm:3.4.2"
"@types/semver": "npm:7.5.8"
Expand Down Expand Up @@ -2614,19 +2614,19 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.62.12":
version: 5.62.12
resolution: "@tanstack/query-core@npm:5.62.12"
checksum: 10c0/79fad55a2f8284d3ab0ff75fd3a00481edb75ea112d389eaaa965f82455e182d2976f01217a97025cae259418328f1cb8c81cb561f9e030b405e24c67f59ca8e
"@tanstack/query-core@npm:5.62.16":
version: 5.62.16
resolution: "@tanstack/query-core@npm:5.62.16"
checksum: 10c0/3df0c19916cb363b055a20590c856b4f08006754b8169222a12e94ed5647733c389ac0d58878dfb8d6803f23a2a092d8a29b3259330576bd4170dad86798eb6d
languageName: node
linkType: hard

"@tanstack/vue-query@npm:5.62.12":
version: 5.62.12
resolution: "@tanstack/vue-query@npm:5.62.12"
"@tanstack/vue-query@npm:5.62.16":
version: 5.62.16
resolution: "@tanstack/vue-query@npm:5.62.16"
dependencies:
"@tanstack/match-sorter-utils": "npm:^8.19.4"
"@tanstack/query-core": "npm:5.62.12"
"@tanstack/query-core": "npm:5.62.16"
"@vue/devtools-api": "npm:^6.6.3"
vue-demi: "npm:^0.14.10"
peerDependencies:
Expand All @@ -2635,7 +2635,7 @@ __metadata:
peerDependenciesMeta:
"@vue/composition-api":
optional: true
checksum: 10c0/fa9090c9c60a0fd393f133dbefb5406ce5eac892de093cd193e32631c2b1b2a0d47c75675819c38b9b93a74aa1644fa203be2cf9acae2ec750d8aa370c384d98
checksum: 10c0/f85f5a9700b31c475f70ebd65a497ea13f43121c2dcad232267f043914b844533f848b1c1aca348225c276d0d5475ff579f288cc7ec6d62d5f036e710b8cd927
languageName: node
linkType: hard

Expand Down
Loading