Skip to content

Commit 1f736e2

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 12798d8 commit 1f736e2

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

bun.lockb

0 Bytes
Binary file not shown.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"devDependencies": {
1111
"@nuxt-themes/docus": "^1.15.0",
12-
"nuxt": "^3.11.1"
12+
"nuxt": "^3.11.2"
1313
}
1414
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"devDependencies": {
2424
"@hebilicious/eslint-config": "0.0.3-beta.3",
2525
"@nuxt/test-utils": "^3.12.0",
26-
"@types/node": "20.12.2",
26+
"@types/node": "20.12.5",
2727
"bumpp": "^9.4.0",
28-
"bun-types": "^1.1.0",
28+
"bun-types": "^1.1.2",
2929
"conventional-changelog-cli": "^4.1.0",
3030
"eslint": "8.57.0",
3131
"eslint-plugin-import": "^2.29.1",
@@ -35,7 +35,7 @@
3535
"rimraf": "^5.0.5",
3636
"simple-git-hooks": "^2.11.1",
3737
"taze": "^0.13.3",
38-
"typescript": "^5.4.3",
38+
"typescript": "^5.4.4",
3939
"vitest": "^1.4.0"
4040
},
4141
"simple-git-hooks": {

packages/vue-query-nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
"dev": "nuxi dev"
5656
},
5757
"peerDependencies": {
58-
"@tanstack/vue-query": "^5.28.9",
59-
"nuxt": "^3.11.1"
58+
"@tanstack/vue-query": "^5.29.0",
59+
"nuxt": "^3.11.2"
6060
},
6161
"dependencies": {
62-
"@nuxt/kit": "^3.11.1",
62+
"@nuxt/kit": "^3.11.2",
6363
"defu": "^6.1.4",
6464
"esbuild": "^0.20.2",
6565
"magicast": "^0.3.3"

playgrounds/advanced/package.json

Lines changed: 2 additions & 2 deletions
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.28.9",
12+
"@tanstack/vue-query": "^5.29.0",
1313
"@wundergraph/vue-query": "^0.2.31"
1414
},
1515
"devDependencies": {
1616
"@nuxt/devtools": "^1.1.5",
17-
"nuxt": "^3.11.1"
17+
"nuxt": "^3.11.2"
1818
}
1919
}

playgrounds/simple/package.json

Lines changed: 2 additions & 2 deletions
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.28.9",
13-
"nuxt": "^3.11.1"
12+
"@tanstack/vue-query": "^5.29.0",
13+
"nuxt": "^3.11.2"
1414
}
1515
}

playgrounds/wagmi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"dependencies": {
1111
"@hebilicious/vue-query-nuxt": "workspace:*",
12-
"@tanstack/vue-query": "5.28.9",
12+
"@tanstack/vue-query": "5.29.0",
1313
"@use-wagmi/nuxt": "^1.1.8",
14-
"nuxt": "^3.11.1",
14+
"nuxt": "^3.11.2",
1515
"use-wagmi": "^0.4.10",
1616
"viem": "^1.21.4"
1717
}

0 commit comments

Comments
 (0)