From 83c774377142b4c397103e49b3893519d2f2d843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=9B=A6?= <908382805@qq.com> Date: Tue, 17 Nov 2020 10:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Elodash=E5=BA=93=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=95=B0=E6=8D=AE=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/angular-ts/package-lock.json | 3 +-- frontend/angular-ts/package.json | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/angular-ts/package-lock.json b/frontend/angular-ts/package-lock.json index 699902d50..1f922937b 100644 --- a/frontend/angular-ts/package-lock.json +++ b/frontend/angular-ts/package-lock.json @@ -6812,8 +6812,7 @@ "lodash": { "version": "4.17.20", "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.20.tgz?cache=0&sync_timestamp=1597336001963&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.20.tgz", - "integrity": "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI=", - "dev": true + "integrity": "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI=" }, "lodash.clonedeep": { "version": "4.5.0", diff --git a/frontend/angular-ts/package.json b/frontend/angular-ts/package.json index 3cb0dc162..bc49f975f 100644 --- a/frontend/angular-ts/package.json +++ b/frontend/angular-ts/package.json @@ -20,6 +20,7 @@ "@angular/platform-browser-dynamic": "~8.2.14", "@angular/router": "~8.2.14", "html2canvas": "^1.0.0-rc.7", + "lodash": "^4.17.20", "rxjs": "~6.4.0", "tslib": "^1.10.0", "zone.js": "~0.9.1"