Skip to content

Commit c6f88bc

Browse files
committed
chore(deps): update dependency @tanstack/vue-query to v5.31.0
1 parent efbc266 commit c6f88bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/vue-query-nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dev": "nuxi dev"
5656
},
5757
"peerDependencies": {
58-
"@tanstack/vue-query": "^5.29.0",
58+
"@tanstack/vue-query": "^5.31.0",
5959
"nuxt": "^3.11.2"
6060
},
6161
"dependencies": {

playgrounds/advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@hebilicious/vue-query-nuxt": "workspace:*",
12-
"@tanstack/vue-query": "^5.29.0",
12+
"@tanstack/vue-query": "^5.31.0",
1313
"@wundergraph/vue-query": "^0.2.32"
1414
},
1515
"devDependencies": {

playgrounds/simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@hebilicious/vue-query-nuxt": "workspace:*",
12-
"@tanstack/vue-query": "^5.29.0",
12+
"@tanstack/vue-query": "^5.31.0",
1313
"nuxt": "^3.11.2"
1414
}
1515
}

playgrounds/wagmi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@hebilicious/vue-query-nuxt": "workspace:*",
12-
"@tanstack/vue-query": "5.29.0",
12+
"@tanstack/vue-query": "5.31.0",
1313
"@use-wagmi/nuxt": "^1.1.8",
1414
"nuxt": "^3.11.2",
1515
"use-wagmi": "^0.4.10",

0 commit comments

Comments
 (0)