Skip to content

Commit a7363e3

Browse files
chore(deps): update dependency @tanstack/vue-query to v5 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02329a2 commit a7363e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/vue-query-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dev": "nuxi dev"
5656
},
5757
"peerDependencies": {
58-
"@tanstack/vue-query": "^4.37.0",
58+
"@tanstack/vue-query": "^5.0.0",
5959
"nuxt": "^3.7.4"
6060
},
6161
"dependencies": {

playgrounds/advanced/package.json

Lines changed: 1 addition & 1 deletion
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": "^4.37.0",
12+
"@tanstack/vue-query": "^5.0.0",
1313
"@wundergraph/vue-query": "^0.2.18"
1414
},
1515
"devDependencies": {

playgrounds/simple/package.json

Lines changed: 1 addition & 1 deletion
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": "^4.37.0",
12+
"@tanstack/vue-query": "^5.0.0",
1313
"nuxt": "^3.7.4"
1414
}
1515
}

playgrounds/wagmi/package.json

Lines changed: 1 addition & 1 deletion
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": "4.37.0",
12+
"@tanstack/vue-query": "5.0.0",
1313
"@use-wagmi/nuxt": "^1.1.8",
1414
"nuxt": "^3.7.4",
1515
"use-wagmi": "^0.4.2",

0 commit comments

Comments
 (0)