mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 07:00:22 -05:00
feat: use hoisted yarn install in binary build (#17285)
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "3.5.3",
|
||||
"debug": "4.3.2",
|
||||
"debug": "^4.3.2",
|
||||
"fs-extra": "8.1.0",
|
||||
"lodash": "4.17.21",
|
||||
"lodash": "^4.17.21",
|
||||
"node-forge": "0.10.0",
|
||||
"semaphore": "1.1.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user