mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 04:22:49 +08:00
chore: updata deps
This commit is contained in:
parent
85b0826eea
commit
4f31476cf8
@ -7,6 +7,7 @@ export default antfu(
|
||||
typescript: {
|
||||
overrides: {
|
||||
'perfectionist/sort-exports': 'off',
|
||||
'perfectionist/sort-imports': 'off',
|
||||
'ts/no-unused-expressions': ['error', { allowShortCircuit: true }],
|
||||
},
|
||||
},
|
||||
|
58
package.json
58
package.json
@ -50,42 +50,42 @@
|
||||
"sizecheck": "npx vite-bundle-visualizer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^11.2.0",
|
||||
"alova": "^3.2.2",
|
||||
"@vueuse/core": "^12.3.0",
|
||||
"alova": "^3.2.7",
|
||||
"colord": "^2.9.3",
|
||||
"echarts": "^5.5.1",
|
||||
"md-editor-v3": "^4.21.2",
|
||||
"pinia": "^2.2.6",
|
||||
"pinia-plugin-persistedstate": "^4.1.2",
|
||||
"quill": "^2.0.2",
|
||||
"echarts": "^5.6.0",
|
||||
"md-editor-v3": "^5.1.1",
|
||||
"pinia": "^2.3.0",
|
||||
"pinia-plugin-persistedstate": "^4.2.0",
|
||||
"quill": "^2.0.3",
|
||||
"radash": "^12.1.0",
|
||||
"vue": "^3.5.12",
|
||||
"vue-draggable-plus": "^0.5.6",
|
||||
"vue-i18n": "^10.0.4",
|
||||
"vue-router": "^4.4.5"
|
||||
"vue": "^3.5.13",
|
||||
"vue-draggable-plus": "^0.6.0",
|
||||
"vue-i18n": "^11.0.1",
|
||||
"vue-router": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^3.8.0",
|
||||
"@iconify-json/icon-park-outline": "^1.2.1",
|
||||
"@iconify/vue": "^4.1.2",
|
||||
"@types/node": "^22.9.0",
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
||||
"eslint": "^9.14.0",
|
||||
"lint-staged": "^15.2.10",
|
||||
"naive-ui": "^2.40.1",
|
||||
"sass": "^1.80.6",
|
||||
"@antfu/eslint-config": "^3.12.1",
|
||||
"@iconify-json/icon-park-outline": "^1.2.2",
|
||||
"@iconify/vue": "^4.3.0",
|
||||
"@types/node": "^22.10.5",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
||||
"eslint": "^9.17.0",
|
||||
"lint-staged": "^15.3.0",
|
||||
"naive-ui": "^2.40.4",
|
||||
"sass": "^1.83.1",
|
||||
"simple-git-hooks": "^2.11.1",
|
||||
"typescript": "^5.6.3",
|
||||
"unocss": "^0.64.0",
|
||||
"unplugin-auto-import": "^0.18.3",
|
||||
"unplugin-icons": "^0.20.1",
|
||||
"unplugin-vue-components": "^0.27.4",
|
||||
"vite": "^5.4.10",
|
||||
"typescript": "^5.7.2",
|
||||
"unocss": "^0.65.3",
|
||||
"unplugin-auto-import": "^0.19.0",
|
||||
"unplugin-icons": "^0.22.0",
|
||||
"unplugin-vue-components": "^0.28.0",
|
||||
"vite": "^6.0.7",
|
||||
"vite-bundle-visualizer": "^1.2.1",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-vue-devtools": "7.6.3",
|
||||
"vue-tsc": "^2.1.10"
|
||||
"vite-plugin-vue-devtools": "7.6.8",
|
||||
"vue-tsc": "^2.2.0"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "pnpm lint-staged"
|
||||
|
Loading…
x
Reference in New Issue
Block a user