Skip to content

Commit a76df91

Browse files
committed
Bump UI template dependencies
Update dependency versions in template/ui/package.json.template for compatibility and bug fixes. Changes include: @halo-dev/ui-shared 2.22.0 → 2.22.1, axios 1.7.2 → 1.13.5, vue 3.5.17 → 3.5.28, vite 5.3.2 → 7.3.1 (when using vite), @rsbuild/core 1.4.3 → 1.7.3 and @rsbuild/plugin-sass 1.3.2 → 1.5.0 (for non-vite setups), and vue-tsc 2.2.10 → 3.2.4. This keeps the UI project template up to date with recent dependency releases.
1 parent f84032d commit a76df91

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

template/ui/package.json.template

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
"dependencies": {
2626
"@halo-dev/api-client": "^2.22.0",
2727
"@halo-dev/components": "^2.22.0",
28-
"@halo-dev/ui-shared": "^2.22.0",
29-
"axios": "^1.7.2",
28+
"@halo-dev/ui-shared": "^2.22.1",
29+
"axios": "^1.13.5",
3030
"canvas-confetti": "^1.9.3",
31-
"vue": "^3.5.17"
31+
"vue": "^3.5.28"
3232
},
3333
"devDependencies": {
3434
{{#if (eq uiTool "vite")}}
35-
"vite": "^5.3.2",
35+
"vite": "^7.3.1",
3636
{{else}}
37-
"@rsbuild/core": "^1.4.3",
38-
"@rsbuild/plugin-sass": "^1.3.2",
37+
"@rsbuild/core": "^1.7.3",
38+
"@rsbuild/plugin-sass": "^1.5.0",
3939
{{/if}}
4040
"@halo-dev/ui-plugin-bundler-kit": "^2.22.0",
4141
"@iconify-json/ri": "^1.2.6",
@@ -59,7 +59,7 @@
5959
"typescript": "~5.8.3",
6060
"unplugin-icons": "^22.1.0",
6161
"vitest": "^3.2.4",
62-
"vue-tsc": "^2.2.10"
62+
"vue-tsc": "^3.2.4"
6363
},
6464
"packageManager": "pnpm@10.12.4"
6565
}

0 commit comments

Comments
 (0)