chore: update deps
parent
be2ff70cf6
commit
f241d1faef
|
@ -34,7 +34,7 @@
|
|||
| [vueuse](https://vueuse.org/) | 常用工具集 | 10.5.0 |
|
||||
| [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.5.0 |
|
||||
| [vue-router](https://router.vuejs.org/) | Vue 路由 | 4.2.5 |
|
||||
| [unocss](https://uno.antfu.me/) | 原子 css | 0.56.5 |
|
||||
| [unocss](https://uno.antfu.me/) | 原子 css | 0.57.1 |
|
||||
| [iconify](https://icon-sets.iconify.design/) | 在线图标库 | 3.1.1 |
|
||||
|
||||
- ![alt Admin](./public/resource/img/preview.png)
|
||||
|
|
12
package.json
12
package.json
|
@ -83,21 +83,21 @@
|
|||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^1.0.0-beta.27",
|
||||
"@antfu/eslint-config": "^1.0.0-beta.28",
|
||||
"@commitlint/cli": "^18.0.0",
|
||||
"@commitlint/config-conventional": "^18.0.0",
|
||||
"@iconify/json": "^2.2.131",
|
||||
"@iconify/json": "^2.2.132",
|
||||
"@purge-icons/generated": "^0.9.0",
|
||||
"@types/codemirror": "^5.60.12",
|
||||
"@types/crypto-js": "^4.1.3",
|
||||
"@types/fs-extra": "^11.0.3",
|
||||
"@types/inquirer": "^9.0.6",
|
||||
"@types/lodash-es": "^4.17.10",
|
||||
"@types/node": "^20.8.7",
|
||||
"@types/node": "^20.8.8",
|
||||
"@types/nprogress": "^0.2.2",
|
||||
"@types/qs": "^6.9.9",
|
||||
"@types/sortablejs": "^1.15.4",
|
||||
"@unocss/eslint-config": "^0.56.5",
|
||||
"@unocss/eslint-config": "^0.57.1",
|
||||
"@vitejs/plugin-vue": "4.4.0",
|
||||
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
||||
"@vue/compiler-sfc": "^3.3.6",
|
||||
|
@ -129,7 +129,7 @@
|
|||
"stylelint-prettier": "^4.0.2",
|
||||
"terser": "^5.22.0",
|
||||
"typescript": "^5.2.2",
|
||||
"unocss": "^0.56.5",
|
||||
"unocss": "^0.57.1",
|
||||
"vite": "^4.5.0",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-mkcert": "^1.16.0",
|
||||
|
@ -138,7 +138,7 @@
|
|||
"vite-plugin-pwa": "^0.16.5",
|
||||
"vite-plugin-svg-icons": "^2.0.1",
|
||||
"vite-vue-plugin-html": "^1.0.3",
|
||||
"vue-tsc": "^1.8.19"
|
||||
"vue-tsc": "^1.8.20"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx}": [
|
||||
|
|
634
pnpm-lock.yaml
634
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue