lodash切换为lodash-es

This commit is contained in:
xiangheng
2023-11-28 11:14:44 +08:00
parent 9c287ca1e8
commit 59fecd61c1
5 changed files with 15 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
"echarts": "^5.4.3",
"element-plus": "^2.4.2",
"highlight.js": "^11.9.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.3.8",
@@ -36,7 +36,7 @@
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"@types/lodash-es": "^4.17.11",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.9.2",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^4.5.0",
@@ -51,6 +51,7 @@
"fs-extra": "^11.1.1",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"rollup-plugin-visualizer": "^5.9.3",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"typescript": "~5.2.2",