feat: use hoisted yarn install in binary build (#17285)

This commit is contained in:
Tim Griesser
2021-11-20 14:19:51 -05:00
committed by GitHub
parent fc6131cb29
commit e4f5b106d4
49 changed files with 1122 additions and 1184 deletions
+2 -2
View File
@@ -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"
},