|
1 | 1 | { |
2 | 2 | "name": "nova-admin", |
3 | 3 | "type": "module", |
4 | | - "version": "0.9.11", |
| 4 | + "version": "0.9.12", |
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": "^12.8.2", |
54 | | - "alova": "^3.2.9", |
| 53 | + "@vueuse/core": "^13.0.0", |
| 54 | + "alova": "^3.2.10", |
55 | 55 | "colord": "^2.9.3", |
56 | 56 | "echarts": "^5.6.0", |
57 | | - "md-editor-v3": "^5.3.2", |
| 57 | + "md-editor-v3": "^5.4.5", |
58 | 58 | "pinia": "^3.0.1", |
59 | 59 | "pinia-plugin-persistedstate": "^4.2.0", |
60 | 60 | "quill": "^2.0.3", |
61 | 61 | "radash": "^12.1.0", |
62 | 62 | "vue": "^3.5.13", |
63 | 63 | "vue-draggable-plus": "^0.6.0", |
64 | | - "vue-i18n": "^11.1.1", |
| 64 | + "vue-i18n": "^11.1.2", |
65 | 65 | "vue-router": "^4.5.0" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | | - "@antfu/eslint-config": "^4.5.1", |
| 68 | + "@antfu/eslint-config": "^4.11.0", |
69 | 69 | "@iconify-json/icon-park-outline": "^1.2.2", |
70 | 70 | "@iconify/vue": "^4.3.0", |
71 | | - "@types/node": "^22.13.9", |
72 | | - "@vitejs/plugin-vue": "^5.2.1", |
73 | | - "@vitejs/plugin-vue-jsx": "^4.1.1", |
74 | | - "eslint": "^9.21.0", |
75 | | - "lint-staged": "^15.4.3", |
| 71 | + "@types/node": "^22.14.0", |
| 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.0", |
76 | 76 | "naive-ui": "^2.41.0", |
77 | | - "sass": "^1.85.1", |
78 | | - "simple-git-hooks": "^2.11.1", |
79 | | - "typescript": "^5.8.2", |
| 77 | + "sass": "^1.86.3", |
| 78 | + "simple-git-hooks": "^2.12.1", |
| 79 | + "typescript": "^5.8.3", |
80 | 80 | "unocss": "^0.65.4", |
81 | | - "unplugin-auto-import": "^19.1.1", |
| 81 | + "unplugin-auto-import": "^19.1.2", |
82 | 82 | "unplugin-icons": "^22.1.0", |
83 | 83 | "unplugin-vue-components": "^28.4.1", |
84 | | - "vite": "^6.2.0", |
| 84 | + "vite": "^6.2.5", |
85 | 85 | "vite-bundle-visualizer": "^1.2.1", |
86 | 86 | "vite-plugin-compression": "^0.5.1", |
87 | 87 | "vite-plugin-vue-devtools": "7.7.2", |
|
0 commit comments