8000 chore(deps): update all non-major dependencies · Hebilicious/vue-query-nuxt@593c56e · GitHub
[go: up one dir, main page]

Skip to content

Commit 593c56e

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

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

bun.lockb

13.7 KB
Binary file not shown.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@
2323
"devDependencies": {
2424
"@hebilicious/eslint-config": "0.0.3-beta.3",
2525
"@nuxt/test-utils": "^3.12.1",
26-
"@types/node": "20.12.7",
27-
"bumpp": "^9.4.0",
28-
"bun-types": "^1.1.4",
26+
"@types/node": "20.12.8",
27+
"bumpp": "^9.4.1",
28+
"bun-types": "^1.1.7",
2929
"conventional-changelog-cli": "^4.1.0",
3030
"eslint": "8.57.0",
3131
"eslint-plugin-import": "^2.29.1",
3232
"lint-staged": "^15.2.2",
33-
"pnpm": "8.15.7",
33+
"pnpm": "8.15.8",
3434
"prettier": "^3.2.5",
3535
"rimraf": "^5.0.5",
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dev": "nuxi dev"
5656
},
5757
"peerDependencies": {
58-
"@tanstack/vue-query": "^5.31.0",
58+
"@tanstack/vue-query": "^5.34.2",
5959
"nuxt": "^3.11.2"
6060
},
6161
"dependencies": {
@@ -65,6 +65,6 @@
6565
"magicast": "^0.3.4"
6666
},
6767
"devDependencies": {
68-
"@nuxt/module-builder": "^0.5.5"
68+
"@nuxt/module-builder": "^0.6.0"
6969
}
7070
}

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

0 commit comments

Comments
 (0)
0