mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-25 10:30:39 -06:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user