Skip to content

Commit ac23bb0

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 99da612 commit ac23bb0

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

bun.lockb

1.95 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.9.0",
26-
"@types/node": "20.11.0",
26+
"@types/node": "20.11.2",
2727
"bumpp": "^9.2.1",
2828
"bun-types": "^1.0.22",
2929
"conventional-changelog-cli": "^4.1.0",

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.17.11",
58+
"@tanstack/vue-query": "^5.17.13",
5959
"nuxt": "^3.9.1"
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.17.11",
12+
"@tanstack/vue-query": "^5.17.13",
1313
"@wundergraph/vue-query": "^0.2.29"
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.17.11",
12+
"@tanstack/vue-query": "^5.17.13",
1313
"nuxt": "^3.9.1"
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.17.11",
12+
"@tanstack/vue-query": "5.17.13",
1313
"@use-wagmi/nuxt": "^1.1.8",
1414
"nuxt": "^3.9.1",
1515
"use-wagmi": "^0.4.10",

0 commit comments

Comments
 (0)