Skip to content

Commit 2e10a13

Browse files
chore(deps): update all non-major dependencies
1 parent c6f88bc commit 2e10a13

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

bun.lockb

22.1 KB
Binary file not shown.

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
},
2323
"devDependencies": {
2424
"@hebilicious/eslint-config": "0.0.3-beta.3",
25-
"@nuxt/test-utils": "^3.12.1",
26-
"@types/node": "20.12.7",
27-
"bumpp": "^9.4.0",
28-
"bun-types": "^1.1.4",
25+
"@nuxt/test-utils": "^3.13.1",
26+
"@types/node": "20.12.12",
27+
"bumpp": "^9.4.1",
28+
"bun-types": "^1.1.9",
2929
"conventional-changelog-cli": "^4.1.0",
3030
"eslint": "8.57.0",
3131
"eslint-plugin-import": "^2.29.1",
32-
"lint-staged": "^15.2.2",
33-
"pnpm": "8.15.7",
32+
"lint-staged": "^15.2.4",
33+
"pnpm": "8.15.8",
3434
"prettier": "^3.2.5",
35-
"rimraf": "^5.0.5",
35+
"rimraf": "^5.0.7",
3636
"simple-git-hooks": "^2.11.1",
37-
"taze": "^0.13.6",
37+
"taze": "^0.13.8",
3838
"typescript": "^5.4.5",
39-
"vitest": "^1.5.0"
39+
"vitest": "^1.6.0"
4040
},
4141
"simple-git-hooks": {
4242
"pre-commit": "bunx lint-staged"

packages/vue-query-nuxt/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
"dev": "nuxi dev"
5656
},
5757
"peerDependencies": {
58-
"@tanstack/vue-query": "^5.31.0",
58+
"@tanstack/vue-query": "^5.37.1",
5959
"nuxt": "^3.11.2"
6060
},
6161
"dependencies": {
6262
"@nuxt/kit": "^3.11.2",
6363
"defu": "^6.1.4",
64-
"esbuild": "^0.20.2",
64+
"esbuild": "^0.21.3",
6565
"magicast": "^0.3.4"
6666
},
6767
"devDependencies": {
68-
"@nuxt/module-builder": "^0.5.5"
68+
"@nuxt/module-builder": "^0.7.0"
6969
}
7070
}

playgrounds/advanced/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"dependencies": {
1111
"@hebilicious/vue-query-nuxt": "workspace:*",
12-
"@tanstack/vue-query": "^5.31.0",
13-
"@wundergraph/vue-query": "^0.2.32"
12+
"@tanstack/vue-query": "^5.37.1",
13+
"@wundergraph/vue-query": "^0.2.33"
1414
},
1515
"devDependencies": {
16-
"@nuxt/devtools": "^1.2.0",
16+
"@nuxt/devtools": "^1.3.1",
1717
"nuxt": "^3.11.2"
1818
}
1919
}

playgrounds/simple/package.json

+1-1
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.31.0",
12+
"@tanstack/vue-query": "^5.37.1",
1313
"nuxt": "^3.11.2"
1414
}
1515
}

playgrounds/wagmi/package.json

+1-1
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.31.0",
12+
"@tanstack/vue-query": "5.37.1",
1313
"@use-wagmi/nuxt": "^1.1.8",
1414
"nuxt": "^3.11.2",
1515
"use-wagmi": "^0.4.10",

0 commit comments

Comments
 (0)