From f316bd2d97efb54ef48fde17b4e38fba2fc7b1aa Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期四, 11 一月 2024 17:17:01 +0800 Subject: [PATCH] project: remove lodash library --- PAMapp/package.json | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/PAMapp/package.json b/PAMapp/package.json index eaa3b32..3245c70 100644 --- a/PAMapp/package.json +++ b/PAMapp/package.json @@ -24,7 +24,6 @@ "core-js": "^3.18.3", "crypto-js": "^4.1.1", "element-ui": "^2.15.6", - "lodash": "^4.17.21", "node-cipher": "^6.3.3", "node-forge": "^1.3.1", "nuxt": "^2.15.8", @@ -39,7 +38,6 @@ "@nuxt/types": "^2.15.8", "@nuxt/typescript-build": "^2.1.0", "@nuxtjs/dotenv": "^1.4.1", - "@types/lodash": "^4.14.176", "@types/node-forge": "^1.3.4", "@vue/test-utils": "^1.2.2", "babel-core": "7.0.0-bridge.0", -- Gitblit v1.8.0