Skip to content

Commit 3fa0925

Browse files
committed
chore(deps): update all non-major dependencies
1 parent fc6027f commit 3fa0925

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

bun.lockb

5.99 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
"devDependencies": {
2424
"@hebilicious/eslint-config": "0.0.3-beta.3",
2525
"@nuxt/test-utils": "^3.8.0",
26-
"@types/node": "20.8.7",
26+
"@types/node": "20.8.9",
2727
"bumpp": "^9.2.0",
2828
"bun-types": "^1.0.7",
2929
"conventional-changelog-cli": "^4.1.0",
3030
"eslint": "8.52.0",
31-
"eslint-plugin-import": "^2.28.1",
31+
"eslint-plugin-import": "^2.29.0",
3232
"lint-staged": "^15.0.2",
33-
"pnpm": "8.9.2",
33+
"pnpm": "8.10.0",
3434
"prettier": "^3.0.3",
3535
"rimraf": "^5.0.5",
3636
"simple-git-hooks": "^2.9.0",
37-
"taze": "^0.11.4",
37+
"taze": "^0.12.0",
3838
"typescript": "^5.2.2",
3939
"vitest": "^0.34.6"
4040
},

packages/vue-query-nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
"dev": "nuxi dev"
5656
},
5757
"peerDependencies": {
58-
"@tanstack/vue-query": "^5.0.4",
58+
"@tanstack/vue-query": "^5.4.1",
5959
"nuxt": "^3.8.0"
6060
},
6161
"dependencies": {
6262
"@nuxt/kit": "^3.8.0",
63-
"defu": "^6.1.2",
63+
"defu": "^6.1.3",
6464
"esbuild": "^0.19.5",
6565
"magicast": "^0.3.0"
6666
},

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.0.4",
13-
"@wundergraph/vue-query": "^0.2.19"
12+
"@tanstack/vue-query": "^5.4.1",
13+
"@wundergraph/vue-query": "^0.2.21"
1414
},
1515
"devDependencies": {
1616
"@nuxt/devtools": "^0.8.5",

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.0.4",
12+
"@tanstack/vue-query": "^5.4.1",
1313
"nuxt": "^3.8.0"
1414
}
1515
}

playgrounds/wagmi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"dependencies": {
1111
"@hebilicious/vue-query-nuxt": "workspace:*",
12-
"@tanstack/vue-query": "5.0.4",
12+
"@tanstack/vue-query": "5.4.1",
1313
"@use-wagmi/nuxt": "^1.1.8",
1414
"nuxt": "^3.8.0",
15-
"use-wagmi": "^0.4.2",
16-
"viem": "^1.16.6"
15+
"use-wagmi": "^0.4.3",
16+
"viem": "^1.18.0"
1717
}
1818
}

0 commit comments

Comments
 (0)