Skip to content

Commit cef22d9

Browse files
committed
chore(deps): update dependency @tanstack/vue-query to v5.4.3
1 parent 3fa0925 commit cef22d9

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": "^5.4.1",
58+
"@tanstack/vue-query": "^5.4.3",
5959
"nuxt": "^3.8.0"
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": "^5.4.1",
12+
"@tanstack/vue-query": "^5.4.3",
1313
"@wundergraph/vue-query": "^0.2.21"
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": "^5.4.1",
12+
"@tanstack/vue-query": "^5.4.3",
1313
"nuxt": "^3.8.0"
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": "5.4.1",
12+
"@tanstack/vue-query": "5.4.3",
1313
"@use-wagmi/nuxt": "^1.1.8",
1414
"nuxt": "^3.8.0",
1515
"use-wagmi": "^0.4.3",

0 commit comments

Comments
 (0)