Skip to content

Commit 344264e

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 1296419 commit 344264e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bun.lockb

32.9 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@hebilicious/eslint-config": "0.0.3-beta.3",
2525
"@nuxt/test-utils": "^3.11.0",
26-
"@types/node": "20.11.25",
26+
"@types/node": "20.11.27",
2727
"bumpp": "^9.4.0",
2828
"bun-types": "^1.0.30",
2929
"conventional-changelog-cli": "^4.1.0",

packages/vue-query-nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"dev": "nuxi dev"
5656
},
5757
"peerDependencies": {
58-
"@tanstack/vue-query": "^5.25.0",
58+
"@tanstack/vue-query": "^5.28.2",
5959
"nuxt": "^3.10.3"
6060
},
6161
"dependencies": {
6262
"@nuxt/kit": "^3.10.3",
6363
"defu": "^6.1.4",
64-
"esbuild": "^0.20.1",
64+
"esbuild": "^0.20.2",
6565
"magicast": "^0.3.3"
6666
},
6767
"devDependencies": {

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.25.0",
12+
"@tanstack/vue-query": "^5.28.2",
1313
"@wundergraph/vue-query": "^0.2.31"
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.25.0",
12+
"@tanstack/vue-query": "^5.28.2",
1313
"nuxt": "^3.10.3"
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.25.0",
12+
"@tanstack/vue-query": "5.28.2",
1313
"@use-wagmi/nuxt": "^1.1.8",
1414
"nuxt": "^3.10.3",
1515
"use-wagmi": "^0.4.10",

0 commit comments

Comments
 (0)