Skip to content

Commit 228ccae

Browse files
committed
chore: updata deps
1 parent 3144acb commit 228ccae

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nova-admin",
33
"type": "module",
4-
"version": "0.9.17",
4+
"version": "0.9.18",
55
"private": true,
66
"description": "a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI.",
77
"author": {
@@ -50,43 +50,43 @@
5050
"sizecheck": "npx vite-bundle-visualizer"
5151
},
5252
"dependencies": {
53-
"@vueuse/core": "^13.3.0",
54-
"alova": "^3.3.2",
53+
"@vueuse/core": "^13.6.0",
54+
"alova": "^3.3.4",
5555
"colord": "^2.9.3",
5656
"echarts": "^5.6.0",
5757
"md-editor-v3": "^5.6.1",
5858
"pinia": "^3.0.3",
59-
"pinia-plugin-persistedstate": "^4.3.0",
59+
"pinia-plugin-persistedstate": "^4.4.1",
6060
"pro-naive-ui": "^2.4.3",
6161
"quill": "^2.0.3",
62-
"radash": "^12.1.0",
63-
"vue": "^3.5.16",
62+
"radash": "^12.1.1",
63+
"vue": "^3.5.18",
6464
"vue-draggable-plus": "^0.6.0",
65-
"vue-i18n": "^11.1.5",
65+
"vue-i18n": "^11.1.11",
6666
"vue-router": "^4.5.1"
6767
},
6868
"devDependencies": {
69-
"@antfu/eslint-config": "^4.14.1",
69+
"@antfu/eslint-config": "^5.0.0",
7070
"@iconify-json/icon-park-outline": "^1.2.2",
71-
"@iconify/vue": "^4.3.0",
72-
"@types/node": "^24.0.1",
73-
"@vitejs/plugin-vue": "^5.2.4",
74-
"@vitejs/plugin-vue-jsx": "^4.2.0",
71+
"@iconify/vue": "^5.0.0",
72+
"@types/node": "^24.1.0",
73+
"@vitejs/plugin-vue": "^6.0.1",
74+
"@vitejs/plugin-vue-jsx": "^5.0.1",
7575
"eslint": "^9.29.0",
7676
"lint-staged": "^16.1.2",
77-
"naive-ui": "^2.41.1",
78-
"sass": "^1.86.3",
79-
"simple-git-hooks": "^2.13.0",
77+
"naive-ui": "^2.42.0",
78+
"sass": "^1.89.2",
79+
"simple-git-hooks": "^2.13.1",
8080
"typescript": "^5.8.3",
81-
"unocss": "^66.2.0",
81+
"unocss": "^66.3.3",
8282
"unplugin-auto-import": "^19.3.0",
83-
"unplugin-icons": "^22.1.0",
84-
"unplugin-vue-components": "^28.7.0",
85-
"vite": "^6.3.5",
83+
"unplugin-icons": "^22.2.0",
84+
"unplugin-vue-components": "^28.8.0",
85+
"vite": "^7.0.6",
8686
"vite-bundle-visualizer": "^1.2.1",
8787
"vite-plugin-compression": "^0.5.1",
88-
"vite-plugin-vue-devtools": "7.7.6",
89-
"vue-tsc": "^2.2.10"
88+
"vite-plugin-vue-devtools": "8.0.0",
89+
"vue-tsc": "^3.0.5"
9090
},
9191
"simple-git-hooks": {
9292
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)