Skip to content

Commit 261a725

Browse files
committed
Bump devDependency versions in UI template
Update template/ui/package.json.template devDependencies: bump vite to ^8.0.0 (inside the vite conditional), unplugin-icons to ^23.0.1, and vitest to ^4.1.0. These changes align the UI template with newer major releases of the tooling.
1 parent a76df91 commit 261a725

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

template/ui/package.json.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
{{#if (eq uiTool "vite")}}
35-
"vite": "^7.3.1",
35+
"vite": "^8.0.0",
3636
{{else}}
3737
"@rsbuild/core": "^1.7.3",
3838
"@rsbuild/plugin-sass": "^1.5.0",
@@ -57,8 +57,8 @@
5757
"prettier": "^3.6.0",
5858
"sass": "^1.89.2",
5959
"typescript": "~5.8.3",
60-
"unplugin-icons": "^22.1.0",
61-
"vitest": "^3.2.4",
60+
"unplugin-icons": "^23.0.1",
61+
"vitest": "^4.1.0",
6262
"vue-tsc": "^3.2.4"
6363
},
6464
"packageManager": "pnpm@10.12.4"

0 commit comments

Comments
 (0)