1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

add deps for script

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-05-05 18:11:25 -04:00
parent 96110b715b
commit b2a012304a

View File

@ -291,6 +291,7 @@
"@types/chart.js": "^2.9.36", "@types/chart.js": "^2.9.36",
"@types/cli-progress": "^3.9.2", "@types/cli-progress": "^3.9.2",
"@types/color": "^3.0.3", "@types/color": "^3.0.3",
"@types/command-line-args": "^5.2.0",
"@types/crypto-js": "^3.1.47", "@types/crypto-js": "^3.1.47",
"@types/dompurify": "^2.3.3", "@types/dompurify": "^2.3.3",
"@types/electron-devtools-installer": "^2.2.1", "@types/electron-devtools-installer": "^2.2.1",
@ -345,6 +346,7 @@
"circular-dependency-plugin": "^5.2.2", "circular-dependency-plugin": "^5.2.2",
"cli-progress": "^3.11.0", "cli-progress": "^3.11.0",
"color": "^3.2.1", "color": "^3.2.1",
"command-line-args": "^5.2.1",
"concurrently": "^7.1.0", "concurrently": "^7.1.0",
"css-loader": "^6.7.1", "css-loader": "^6.7.1",
"deepdash": "^5.3.9", "deepdash": "^5.3.9",