|
1 | 1 | { |
2 | 2 | "name": "nova-admin", |
3 | 3 | "type": "module", |
4 | | - "version": "0.9.17", |
| 4 | + "version": "0.9.18", |
5 | 5 | "private": true, |
6 | 6 | "description": "a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI.", |
7 | 7 | "author": { |
|
50 | 50 | "sizecheck": "npx vite-bundle-visualizer" |
51 | 51 | }, |
52 | 52 | "dependencies": { |
53 | | - "@vueuse/core": "^13.3.0", |
54 | | - "alova": "^3.3.2", |
| 53 | + "@vueuse/core": "^13.6.0", |
| 54 | + "alova": "^3.3.4", |
55 | 55 | "colord": "^2.9.3", |
56 | 56 | "echarts": "^5.6.0", |
57 | 57 | "md-editor-v3": "^5.6.1", |
58 | 58 | "pinia": "^3.0.3", |
59 | | - "pinia-plugin-persistedstate": "^4.3.0", |
| 59 | + "pinia-plugin-persistedstate": "^4.4.1", |
60 | 60 | "pro-naive-ui": "^2.4.3", |
61 | 61 | "quill": "^2.0.3", |
62 | | - "radash": "^12.1.0", |
63 | | - "vue": "^3.5.16", |
| 62 | + "radash": "^12.1.1", |
| 63 | + "vue": "^3.5.18", |
64 | 64 | "vue-draggable-plus": "^0.6.0", |
65 | | - "vue-i18n": "^11.1.5", |
| 65 | + "vue-i18n": "^11.1.11", |
66 | 66 | "vue-router": "^4.5.1" |
67 | 67 | }, |
68 | 68 | "devDependencies": { |
69 | | - "@antfu/eslint-config": "^4.14.1", |
| 69 | + "@antfu/eslint-config": "^5.0.0", |
70 | 70 | "@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", |
75 | 75 | "eslint": "^9.29.0", |
76 | 76 | "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", |
80 | 80 | "typescript": "^5.8.3", |
81 | | - "unocss": "^66.2.0", |
| 81 | + "unocss": "^66.3.3", |
82 | 82 | "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", |
86 | 86 | "vite-bundle-visualizer": "^1.2.1", |
87 | 87 | "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" |
90 | 90 | }, |
91 | 91 | "simple-git-hooks": { |
92 | 92 | "pre-commit": "pnpm lint-staged" |
|
0 commit comments