Skip to content

Commit 97b4855

Browse files
chore(deps): update all non-major dependencies (#1504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79f1e14 commit 97b4855

File tree

4 files changed

+185
-144
lines changed

4 files changed

+185
-144
lines changed

examples/app-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
18-
"@types/bun": "1.3.3",
18+
"@types/bun": "1.3.4",
1919
"playwright-core": "1.57.0",
2020
"typescript": "5.9.3"
2121
}

examples/app-vitest-full/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"nuxt": "4.2.1",
2525
"typescript": "5.9.3",
2626
"vitest": "3.2.4",
27-
"vue-tsc": "3.1.5"
27+
"vue-tsc": "3.1.7"
2828
},
2929
"dependencies": {
3030
"idb-keyval": "^6.2.2"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"local-pkg": "^1.1.2",
8181
"magic-string": "^0.30.21",
8282
"node-fetch-native": "^1.6.7",
83-
"node-mock-http": "^1.0.3",
83+
"node-mock-http": "^1.0.4",
8484
"ofetch": "^1.5.1",
8585
"pathe": "^2.0.3",
8686
"perfect-debounce": "^2.0.0",
@@ -101,7 +101,7 @@
101101
"@nuxt/schema": "4.2.1",
102102
"@playwright/test": "1.57.0",
103103
"@testing-library/vue": "8.1.0",
104-
"@types/bun": "1.3.3",
104+
"@types/bun": "1.3.4",
105105
"@types/estree": "1.0.8",
106106
"@types/jsdom": "27.0.0",
107107
"@types/node": "latest",
@@ -111,7 +111,7 @@
111111
"compatx": "0.2.0",
112112
"eslint": "9.39.1",
113113
"installed-check": "9.3.0",
114-
"knip": "5.71.0",
114+
"knip": "5.72.0",
115115
"nitropack": "2.12.9",
116116
"nuxt": "4.2.1",
117117
"pkg-pr-new": "0.0.62",
@@ -121,10 +121,10 @@
121121
"typescript": "5.9.3",
122122
"unbuild": "latest",
123123
"unimport": "5.5.0",
124-
"vite": "7.2.6",
124+
"vite": "7.2.7",
125125
"vitest": "3.2.4",
126126
"vue-router": "4.6.3",
127-
"vue-tsc": "3.1.5"
127+
"vue-tsc": "3.1.7"
128128
},
129129
"peerDependencies": {
130130
"@cucumber/cucumber": "^10.3.1 || >=11.0.0",
@@ -175,7 +175,7 @@
175175
"@nuxt/test-utils": "workspace:*",
176176
"@types/node": "24.10.1",
177177
"rollup": "4.53.3",
178-
"vite": "7.2.6",
178+
"vite": "7.2.7",
179179
"vite-node": "5.2.0",
180180
"vitest": "3.2.4",
181181
"vue": "^3.5.25"

0 commit comments

Comments
 (0)