Skip to content

Commit 99da612

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

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

‎bun.lockb

4.64 KB
Binary file not shown.

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"eslint-plugin-import": "^2.29.1",
3232
"lint-staged": "^15.2.0",
3333
"pnpm": "8.14.1",
34-
"prettier": "^3.1.1",
34+
"prettier": "^3.2.2",
3535
"rimraf": "^5.0.5",
3636
"simple-git-hooks": "^2.9.0",
3737
"taze": "^0.13.1",
3838
"typescript": "^5.3.3",
39-
"vitest": "^1.1.3"
39+
"vitest": "^1.2.0"
4040
},
4141
"simple-git-hooks": {
4242
"pre-commit": "bunx lint-staged"

‎packages/vue-query-nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555
"dev": "nuxi dev"
5656
},
5757
"peerDependencies": {
58-
"@tanstack/vue-query": "^5.17.9",
58+
"@tanstack/vue-query": "^5.17.11",
5959
"nuxt": "^3.9.1"
6060
},
6161
"dependencies": {
6262
"@nuxt/kit": "^3.9.1",
6363
"defu": "^6.1.4",
6464
"esbuild": "^0.19.11",
65-
"magicast": "^0.3.2"
65+
"magicast": "^0.3.3"
6666
},
6767
"devDependencies": {
6868
"@nuxt/module-builder": "^0.5.5"

‎playgrounds/advanced/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"@hebilicious/vue-query-nuxt": "workspace:*",
12-
"@tanstack/vue-query": "^5.17.9",
13-
"@wundergraph/vue-query": "^0.2.28"
12+
"@tanstack/vue-query": "^5.17.11",
13+
"@wundergraph/vue-query": "^0.2.29"
1414
},
1515
"devDependencies": {
1616
"@nuxt/devtools": "^1.0.8",

‎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.9",
12+
"@tanstack/vue-query": "^5.17.11",
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.9",
12+
"@tanstack/vue-query": "5.17.11",
1313
"@use-wagmi/nuxt": "^1.1.8",
1414
"nuxt": "^3.9.1",
1515
"use-wagmi": "^0.4.10",

0 commit comments

Comments
 (0)