WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 15f6124

Browse files
chore(deps): update all non-major dependencies (#1409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e03e1c0 commit 15f6124

File tree

6 files changed

+1097
-888
lines changed

6 files changed

+1097
-888
lines changed

examples/app-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
1818
"@types/jest": "30.0.0",
19-
"jest": "30.1.2",
19+
"jest": "30.1.3",
2020
"playwright-core": "1.55.0",
2121
"ts-jest": "29.4.1",
2222
"ts-node": "10.9.2",

examples/app-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@nuxt/test-utils": "latest",
1818
"happy-dom": "18.0.1",
1919
"playwright-core": "1.55.0",
20-
"tinyglobby": "0.2.14",
20+
"tinyglobby": "0.2.15",
2121
"typescript": "5.9.2",
2222
"vitest": "3.2.4"
2323
}

examples/module/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"nuxt": "4.1.1"
1212
},
1313
"dependencies": {
14-
"vue": "^3.5.20",
14+
"vue": "^3.5.21",
1515
"vue-router": "^4.5.1"
1616
}
1717
}

examples/nuxt-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@nuxt/ui": "3.3.3",
1919
"@vitest/browser": "3.2.4",
2020
"nuxt": "4.1.1",
21-
"tailwindcss": "4.1.12",
21+
"tailwindcss": "4.1.13",
2222
"vitest": "3.2.4",
2323
"vitest-browser-vue": "1.1.0"
2424
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"local-pkg": "^1.1.2",
7979
"magic-string": "^0.30.18",
8080
"node-fetch-native": "^1.6.7",
81-
"node-mock-http": "^1.0.2",
81+
"node-mock-http": "^1.0.3",
8282
"ofetch": "^1.4.1",
8383
"pathe": "^2.0.3",
8484
"perfect-debounce": "^2.0.0",
@@ -89,7 +89,7 @@
8989
"ufo": "^1.6.1",
9090
"unplugin": "^2.3.10",
9191
"vitest-environment-nuxt": "^1.0.1",
92-
"vue": "^3.5.20"
92+
"vue": "^3.5.21"
9393
},
9494
"devDependencies": {
9595
"@cucumber/cucumber": "12.2.0",
@@ -103,18 +103,18 @@
103103
"@types/estree": "1.0.8",
104104
"@types/jsdom": "21.1.7",
105105
"@types/node": "latest",
106-
"@types/semver": "7.7.0",
106+
"@types/semver": "7.7.1",
107107
"@vue/test-utils": "2.4.6",
108108
"changelogen": "0.6.2",
109109
"compatx": "0.2.0",
110-
"eslint": "9.34.0",
110+
"eslint": "9.35.0",
111111
"installed-check": "9.3.0",
112-
"knip": "5.63.0",
113-
"nitropack": "2.12.4",
112+
"knip": "5.63.1",
113+
"nitropack": "2.12.5",
114114
"nuxt": "4.1.1",
115-
"pkg-pr-new": "0.0.58",
115+
"pkg-pr-new": "0.0.59",
116116
"playwright-core": "1.55.0",
117-
"rollup": "4.50.0",
117+
"rollup": "4.50.1",
118118
"semver": "7.7.2",
119119
"typescript": "5.9.2",
120120
"unbuild": "latest",
@@ -173,11 +173,11 @@
173173
"@nuxt/schema": "4.1.1",
174174
"@nuxt/test-utils": "workspace:*",
175175
"@types/node": "22.18.0",
176-
"rollup": "4.50.0",
176+
"rollup": "4.50.1",
177177
"vite": "7.1.4",
178178
"vite-node": "3.2.4",
179179
"vitest": "3.2.4",
180-
"vue": "^3.5.20"
180+
"vue": "^3.5.21"
181181
},
182182
"engines": {
183183
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"

0 commit comments

Comments
 (0)