Skip to content

Commit a5c3697

Browse files
committed
chore: bump version to 0.9.12 and update dependencies
1 parent d97306d commit a5c3697

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 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.11",
4+
"version": "0.9.12",
55
"private": true,
66
"description": "a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI.",
77
"author": {
@@ -50,38 +50,38 @@
5050
"sizecheck": "npx vite-bundle-visualizer"
5151
},
5252
"dependencies": {
53-
"@vueuse/core": "^12.8.2",
54-
"alova": "^3.2.9",
53+
"@vueuse/core": "^13.0.0",
54+
"alova": "^3.2.10",
5555
"colord": "^2.9.3",
5656
"echarts": "^5.6.0",
57-
"md-editor-v3": "^5.3.2",
57+
"md-editor-v3": "^5.4.5",
5858
"pinia": "^3.0.1",
5959
"pinia-plugin-persistedstate": "^4.2.0",
6060
"quill": "^2.0.3",
6161
"radash": "^12.1.0",
6262
"vue": "^3.5.13",
6363
"vue-draggable-plus": "^0.6.0",
64-
"vue-i18n": "^11.1.1",
64+
"vue-i18n": "^11.1.2",
6565
"vue-router": "^4.5.0"
6666
},
6767
"devDependencies": {
68-
"@antfu/eslint-config": "^4.5.1",
68+
"@antfu/eslint-config": "^4.11.0",
6969
"@iconify-json/icon-park-outline": "^1.2.2",
7070
"@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",
7676
"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",
8080
"unocss": "^0.65.4",
81-
"unplugin-auto-import": "^19.1.1",
81+
"unplugin-auto-import": "^19.1.2",
8282
"unplugin-icons": "^22.1.0",
8383
"unplugin-vue-components": "^28.4.1",
84-
"vite": "^6.2.0",
84+
"vite": "^6.2.5",
8585
"vite-bundle-visualizer": "^1.2.1",
8686
"vite-plugin-compression": "^0.5.1",
8787
"vite-plugin-vue-devtools": "7.7.2",

0 commit comments

Comments
 (0)