build: remove lodash library (#454)

This commit is contained in:
Fine0830
2025-03-06 17:10:54 +08:00
committed by GitHub
parent 012ae1db6c
commit 1fe58f5f6c
5 changed files with 93 additions and 79 deletions

View File

@@ -24,7 +24,6 @@
"d3-tip": "^0.9.1",
"echarts": "^5.2.2",
"element-plus": "^2.9.4",
"lodash": "^4.17.21",
"monaco-editor": "^0.34.1",
"pinia": "^2.0.28",
"vis-timeline": "^7.5.1",
@@ -42,7 +41,6 @@
"@types/d3-tip": "^3.5.5",
"@types/echarts": "^4.9.12",
"@types/jsdom": "^20.0.1",
"@types/lodash": "^4.14.179",
"@types/node": "^18.11.12",
"@types/three": "^0.131.0",
"@vitejs/plugin-vue": "^5.2.1",