mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-19 07:03:42 +08:00
build(projects): 升级依赖,修复TS类型
This commit is contained in:
20
package.json
20
package.json
@@ -65,14 +65,14 @@
|
||||
"echarts": "^5.3.3",
|
||||
"form-data": "^4.0.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"naive-ui": "2.32.2",
|
||||
"naive-ui": "2.33.1",
|
||||
"pinia": "^2.0.21",
|
||||
"print-js": "^1.6.0",
|
||||
"qs": "^6.11.0",
|
||||
"swiper": "^8.3.2",
|
||||
"ua-parser-js": "^1.0.2",
|
||||
"vditor": "^3.8.17",
|
||||
"vue": "3.2.37",
|
||||
"vue": "3.2.38",
|
||||
"vue-router": "^4.1.5",
|
||||
"wangeditor": "^4.7.15",
|
||||
"xgplayer": "^2.31.7"
|
||||
@@ -81,12 +81,12 @@
|
||||
"@amap/amap-jsapi-types": "^0.0.8",
|
||||
"@commitlint/cli": "^17.1.2",
|
||||
"@commitlint/config-conventional": "^17.1.0",
|
||||
"@iconify/json": "^2.1.100",
|
||||
"@iconify/json": "^2.1.101",
|
||||
"@iconify/vue": "^3.2.1",
|
||||
"@milahu/patch-package": "^6.4.14",
|
||||
"@types/bmapgl": "^0.0.5",
|
||||
"@types/crypto-js": "^4.1.1",
|
||||
"@types/node": "^18.7.13",
|
||||
"@types/node": "^18.7.14",
|
||||
"@types/qs": "^6.9.7",
|
||||
"@types/ua-parser-js": "^0.7.36",
|
||||
"@vitejs/plugin-vue": "^3.0.3",
|
||||
@@ -96,28 +96,28 @@
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"cz-customizable": "^6.9.2",
|
||||
"eslint": "^8.23.0",
|
||||
"eslint-config-soybeanjs-vue": "^0.0.9",
|
||||
"eslint-config-soybeanjs-vue": "^0.0.10",
|
||||
"husky": "^8.0.1",
|
||||
"lint-staged": "^13.0.3",
|
||||
"mockjs": "^1.1.0",
|
||||
"postinstall-postinstall": "^2.1.0",
|
||||
"rollup-plugin-visualizer": "^5.8.0",
|
||||
"sass": "^1.54.5",
|
||||
"sass": "^1.54.7",
|
||||
"standard-version": "^9.5.0",
|
||||
"typescript": "4.7.4",
|
||||
"typescript": "4.8.2",
|
||||
"unocss": "^0.45.13",
|
||||
"unplugin-icons": "^0.14.8",
|
||||
"unplugin-vue-components": "0.22.4",
|
||||
"unplugin-vue-define-options": "^0.11.0",
|
||||
"unplugin-vue-define-options": "^0.11.1",
|
||||
"utility-types": "^3.10.0",
|
||||
"vite": "^3.0.9",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-html": "^3.2.0",
|
||||
"vite-plugin-mock": "^2.9.6",
|
||||
"vite-plugin-progress": "^0.0.3",
|
||||
"vite-plugin-pwa": "^0.12.3",
|
||||
"vite-plugin-pwa": "^0.12.4",
|
||||
"vite-plugin-svg-icons": "^2.0.1",
|
||||
"vue-tsc": "^0.40.4"
|
||||
"vue-tsc": "^0.40.5"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{vue,js,jsx,ts,tsx,json}": "eslint --fix"
|
||||
|
||||
Reference in New Issue
Block a user