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.64.1 #1829

Merged
merged 1 commit into from
Jan 13, 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.120.3",
"@sentry/vue": "8.48.0",
"@tanstack/vue-query": "5.64.0",
"@tanstack/vue-query": "5.64.1",
"@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.120.3"
"@sentry/vue": "npm:8.48.0"
"@tanstack/vue-query": "npm:5.64.0"
"@tanstack/vue-query": "npm:5.64.1"
"@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.64.0":
version: 5.64.0
resolution: "@tanstack/query-core@npm:5.64.0"
checksum: 10c0/299e3d9df8769a02a38d7e617905093579304d0c11401ab6a739e9e8bb024b5e12aef6287c846edeb62559286081d40fe9fa9833c111b36bebac2c99d7b47b37
"@tanstack/query-core@npm:5.64.1":
version: 5.64.1
resolution: "@tanstack/query-core@npm:5.64.1"
checksum: 10c0/89aae104b6c0568d88ca9f4de2c878d290ee296b9a2952c93145a14e36f980ad045d37e12cf6c520a5de5297fab2f01488d3936a77b6e374f28259051fe3cb30
languageName: node
linkType: hard

"@tanstack/vue-query@npm:5.64.0":
version: 5.64.0
resolution: "@tanstack/vue-query@npm:5.64.0"
"@tanstack/vue-query@npm:5.64.1":
version: 5.64.1
resolution: "@tanstack/vue-query@npm:5.64.1"
dependencies:
"@tanstack/match-sorter-utils": "npm:^8.19.4"
"@tanstack/query-core": "npm:5.64.0"
"@tanstack/query-core": "npm:5.64.1"
"@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/f7fd009ca9d4a3777ba8bacb68e453d485b8d116d18c5c2062382fd53bcf3e581b9bd26b29e6367ed36f4e38f1e2bb018d85f2687cb2b6a4cefd910ddfd398e6
checksum: 10c0/333e66ec433ea044791d308bd462b095fb7e54f129f58d4a84703958ffe975b33718d52695e914f5a27a482941f869b57af745c7a4b54c5017846f36cd032b3f
languageName: node
linkType: hard

Expand Down
Loading