Skip to content

Commit b2aa178

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 196e5b8 commit b2aa178

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

bun.lockb

124 KB
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"devDependencies": {
2424
"@hebilicious/eslint-config": "0.0.3-beta.3",
2525
"@nuxt/test-utils": "^3.7.4",
26-
"@types/node": "20.8.3",
26+
"@types/node": "20.8.6",
2727
"bumpp": "^9.2.0",
28-
"bun-types": "^1.0.4",
28+
"bun-types": "^1.0.6",
2929
"conventional-changelog-cli": "^4.1.0",
3030
"eslint": "8.51.0",
3131
"eslint-plugin-import": "^2.28.1",
3232
"lint-staged": "^14.0.1",
33-
"pnpm": "8.8.0",
33+
"pnpm": "8.9.0",
3434
"prettier": "^3.0.3",
3535
"rimraf": "^5.0.5",
3636
"simple-git-hooks": "^2.9.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": "^4.36.2",
58+
"@tanstack/vue-query": "^4.37.0",
5959
"nuxt": "^3.7.4"
6060
},
6161
"dependencies": {

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": "^4.36.2",
13-
"@wundergraph/vue-query": "^0.2.16"
12+
"@tanstack/vue-query": "^4.37.0",
13+
"@wundergraph/vue-query": "^0.2.18"
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": "^4.36.2",
12+
"@tanstack/vue-query": "^4.37.0",
1313
"nuxt": "^3.7.4"
1414
}
1515
}

playgrounds/wagmi/package.json

Lines changed: 2 additions & 2 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": "4.36.2",
12+
"@tanstack/vue-query": "4.37.0",
1313
"@use-wagmi/nuxt": "^1.1.8",
1414
"nuxt": "^3.7.4",
1515
"use-wagmi": "^0.4.2",
16-
"viem": "^1.16.0"
16+
"viem": "^1.16.5"
1717
}
1818
}

0 commit comments

Comments
 (0)