Fix lodash dupe dep (#7954)

* blow away yarn.lock

* bump lodash to 4.17.19

* reduce binary size again

* bump @types/node to correct version, fix types

* fix react + react-dom types

* add clean command for .ts conversion to .js files

* fix flaky test
This commit is contained in:
Brian Mann
2020-07-11 16:34:23 -04:00
committed by GitHub
parent 4df9899834
commit c72538d189
22 changed files with 1539 additions and 1491 deletions

View File

@@ -17,7 +17,7 @@
"bluebird": "3.5.3",
"debug": "4.1.1",
"fs-extra": "8.1.0",
"lodash": "4.17.15",
"lodash": "4.17.19",
"node-forge": "0.9.0",
"proxy-from-env": "1.1.0",
"semaphore": "1.1.0"