|
1 | 1 | { |
2 | 2 | "name": "nova-admin", |
3 | 3 | "type": "module", |
4 | | - "version": "0.9.14", |
| 4 | + "version": "0.9.15", |
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.1.0", |
54 | | - "alova": "^3.2.10", |
| 53 | + "@vueuse/core": "^13.3.0", |
| 54 | + "alova": "^3.3.2", |
55 | 55 | "colord": "^2.9.3", |
56 | 56 | "echarts": "^5.6.0", |
57 | | - "md-editor-v3": "^5.4.5", |
58 | | - "pinia": "^3.0.2", |
59 | | - "pinia-plugin-persistedstate": "^4.2.0", |
| 57 | + "md-editor-v3": "^5.6.1", |
| 58 | + "pinia": "^3.0.3", |
| 59 | + "pinia-plugin-persistedstate": "^4.3.0", |
60 | 60 | "quill": "^2.0.3", |
61 | 61 | "radash": "^12.1.0", |
62 | | - "vue": "^3.5.13", |
| 62 | + "vue": "^3.5.16", |
63 | 63 | "vue-draggable-plus": "^0.6.0", |
64 | | - "vue-i18n": "^11.1.3", |
65 | | - "vue-router": "^4.5.0" |
| 64 | + "vue-i18n": "^11.1.5", |
| 65 | + "vue-router": "^4.5.1" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | | - "@antfu/eslint-config": "^4.12.0", |
| 68 | + "@antfu/eslint-config": "^4.14.1", |
69 | 69 | "@iconify-json/icon-park-outline": "^1.2.2", |
70 | 70 | "@iconify/vue": "^4.3.0", |
71 | | - "@types/node": "^22.14.1", |
72 | | - "@vitejs/plugin-vue": "^5.2.3", |
73 | | - "@vitejs/plugin-vue-jsx": "^4.1.2", |
74 | | - "eslint": "^9.24.0", |
75 | | - "lint-staged": "^15.5.1", |
76 | | - "naive-ui": "^2.41.0", |
| 71 | + "@types/node": "^24.0.1", |
| 72 | + "@vitejs/plugin-vue": "^5.2.4", |
| 73 | + "@vitejs/plugin-vue-jsx": "^4.2.0", |
| 74 | + "eslint": "^9.29.0", |
| 75 | + "lint-staged": "^16.1.2", |
| 76 | + "naive-ui": "^2.41.1", |
77 | 77 | "sass": "^1.86.3", |
78 | | - "simple-git-hooks": "^2.12.1", |
| 78 | + "simple-git-hooks": "^2.13.0", |
79 | 79 | "typescript": "^5.8.3", |
80 | | - "unocss": "^0.65.4", |
81 | | - "unplugin-auto-import": "^19.1.2", |
| 80 | + "unocss": "^66.2.0", |
| 81 | + "unplugin-auto-import": "^19.3.0", |
82 | 82 | "unplugin-icons": "^22.1.0", |
83 | | - "unplugin-vue-components": "^28.5.0", |
84 | | - "vite": "^6.2.6", |
| 83 | + "unplugin-vue-components": "^28.7.0", |
| 84 | + "vite": "^6.3.5", |
85 | 85 | "vite-bundle-visualizer": "^1.2.1", |
86 | 86 | "vite-plugin-compression": "^0.5.1", |
87 | | - "vite-plugin-vue-devtools": "7.7.2", |
88 | | - "vue-tsc": "^2.2.8" |
| 87 | + "vite-plugin-vue-devtools": "7.7.6", |
| 88 | + "vue-tsc": "^2.2.10" |
89 | 89 | }, |
90 | 90 | "simple-git-hooks": { |
91 | 91 | "pre-commit": "pnpm lint-staged" |
|
0 commit comments