Skip to content
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 samples/vue-query/custom-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "tsc --noEmit"
},
"dependencies": {
"@tanstack/vue-query": "^5.90.5",
"@tanstack/vue-query": "^5.90.6",
"vue": "^3.5.22"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion samples/vue-query/vue-query-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@faker-js/faker": "^10.1.0",
"@tanstack/vue-query": "^5.90.5",
"@tanstack/vue-query": "^5.90.6",
"axios": "^1.13.1",
"vue": "^3.5.22"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@modelcontextprotocol/sdk": "1.20.2",
"@tanstack/react-query": "~5.62.16",
"@tanstack/svelte-query": "^4.41.0",
"@tanstack/vue-query": "^5.90.5",
"@tanstack/vue-query": "^5.90.6",
"@types/react": "18.3.24",
"axios": "^1.13.1",
"hono": "^4.10.2",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6774,10 +6774,10 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.90.5":
version: 5.90.5
resolution: "@tanstack/query-core@npm:5.90.5"
checksum: 10c0/3b9460cc10d494357a30ddd3138f2a831611d14b5b8ce3587daa17a078d63945fcdf419864d9dc8e1249aa89b512003d2f134977c64ceccdbdfdd79f1f7e0a34
"@tanstack/query-core@npm:5.90.6":
version: 5.90.6
resolution: "@tanstack/query-core@npm:5.90.6"
checksum: 10c0/2523cd4d9bc4d9fc1a828b15923c44046004fb1c4322f8c211ff4c153914bc776a356a476f499127cfee3fc89b101ac64f93b352aa761bd349c3a8e0de33d792
languageName: node
linkType: hard

Expand All @@ -6803,12 +6803,12 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/vue-query@npm:^5.90.5":
version: 5.90.5
resolution: "@tanstack/vue-query@npm:5.90.5"
"@tanstack/vue-query@npm:^5.90.6":
version: 5.90.6
resolution: "@tanstack/vue-query@npm:5.90.6"
dependencies:
"@tanstack/match-sorter-utils": "npm:^8.19.4"
"@tanstack/query-core": "npm:5.90.5"
"@tanstack/query-core": "npm:5.90.6"
"@vue/devtools-api": "npm:^6.6.3"
vue-demi: "npm:^0.14.10"
peerDependencies:
Expand All @@ -6817,7 +6817,7 @@ __metadata:
peerDependenciesMeta:
"@vue/composition-api":
optional: true
checksum: 10c0/8bd4c09380df671484185e2d82b60e0f5cc7b0e94b79511a9c5391941db3f3f67ca1abfa71f35d053d581ecef3596946aa1f71040f491d81b6b6afac8bac5ba3
checksum: 10c0/c6d2ecbf231a32b7426c1ad6ca5303a42d27e8de9a92afe17814b085b93b73571ee1259035d68149cf21f9e70ade94afa797052c8b7eaff0fc8b9618a8e058be
languageName: node
linkType: hard

Expand Down Expand Up @@ -18495,7 +18495,7 @@ __metadata:
"@modelcontextprotocol/sdk": "npm:1.20.2"
"@tanstack/react-query": "npm:~5.62.16"
"@tanstack/svelte-query": "npm:^4.41.0"
"@tanstack/vue-query": "npm:^5.90.5"
"@tanstack/vue-query": "npm:^5.90.6"
"@types/react": "npm:18.3.24"
axios: "npm:^1.13.1"
hono: "npm:^4.10.2"
Expand Down Expand Up @@ -24752,7 +24752,7 @@ __metadata:
resolution: "vue-query-basic@workspace:samples/vue-query/vue-query-basic"
dependencies:
"@faker-js/faker": "npm:^10.1.0"
"@tanstack/vue-query": "npm:^5.90.5"
"@tanstack/vue-query": "npm:^5.90.6"
"@testing-library/vue": "npm:^8.1.0"
"@vitejs/plugin-vue": "npm:^6.0.1"
"@vue/compiler-sfc": "npm:^3.5.22"
Expand All @@ -24777,7 +24777,7 @@ __metadata:
resolution: "vue-query-custom-fetch@workspace:samples/vue-query/custom-fetch"
dependencies:
"@faker-js/faker": "npm:^10.1.0"
"@tanstack/vue-query": "npm:^5.90.5"
"@tanstack/vue-query": "npm:^5.90.6"
"@vitejs/plugin-vue": "npm:^6.0.1"
orval: "workspace:*"
typescript: "npm:~5.9.3"
Expand Down