From 3431cac5ddd8ff9780db526b7d1512aae947ace6 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Tue, 12 Sep 2023 01:48:54 -0400 Subject: [PATCH] chore(striker-ui): install lodash --- striker-ui/package-lock.json | 14 ++++++++++++++ striker-ui/package.json | 2 ++ 2 files changed, 16 insertions(+) diff --git a/striker-ui/package-lock.json b/striker-ui/package-lock.json index 0036bbaa..da71ae6b 100644 --- a/striker-ui/package-lock.json +++ b/striker-ui/package-lock.json @@ -23,6 +23,7 @@ "axios": "^0.24.0", "format-data-size": "^0.1.0", "formik": "^2.4.3", + "lodash": "^4.17.21", "netmask": "^2.0.2", "next": "^12.1.0", "pretty-bytes": "^5.6.0", @@ -35,6 +36,7 @@ "devDependencies": { "@commitlint/cli": "^17.7.0", "@commitlint/config-conventional": "^12.1.4", + "@types/lodash": "^4.14.198", "@types/netmask": "^1.0.30", "@types/node": "^15.12.2", "@types/novnc-core": "^0.1.3", @@ -1552,6 +1554,12 @@ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", "dev": true }, + "node_modules/@types/lodash": { + "version": "4.14.198", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.198.tgz", + "integrity": "sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==", + "dev": true + }, "node_modules/@types/minimist": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", @@ -7598,6 +7606,12 @@ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", "dev": true }, + "@types/lodash": { + "version": "4.14.198", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.198.tgz", + "integrity": "sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==", + "dev": true + }, "@types/minimist": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", diff --git a/striker-ui/package.json b/striker-ui/package.json index d85c7f69..79ea8e2d 100644 --- a/striker-ui/package.json +++ b/striker-ui/package.json @@ -28,6 +28,7 @@ "axios": "^0.24.0", "format-data-size": "^0.1.0", "formik": "^2.4.3", + "lodash": "^4.17.21", "netmask": "^2.0.2", "next": "^12.1.0", "pretty-bytes": "^5.6.0", @@ -40,6 +41,7 @@ "devDependencies": { "@commitlint/cli": "^17.7.0", "@commitlint/config-conventional": "^12.1.4", + "@types/lodash": "^4.14.198", "@types/netmask": "^1.0.30", "@types/node": "^15.12.2", "@types/novnc-core": "^0.1.3",