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

6
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "skywalking-booster-ui",
"version": "9.4.0",
"version": "10.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "skywalking-booster-ui",
"version": "9.4.0",
"version": "10.2.0",
"dependencies": {
"axios": "^1.7.5",
"d3": "^7.3.0",
@@ -14,7 +14,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",
@@ -32,7 +31,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",