YARN-11528. Lock triple-beam to the version compatible with node.js 12 to avoid compilation error. (#5827). Contributed by Masatake Iwasaki
Reviewed-by: Shilun Fan <slfan1989@apache.org> Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
parent
37b2d36edd
commit
a822a3c70b
@ -19,6 +19,9 @@
|
|||||||
"shelljs": "^0.2.6",
|
"shelljs": "^0.2.6",
|
||||||
"apidoc": "0.17.7"
|
"apidoc": "0.17.7"
|
||||||
},
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"triple-beam": "1.3.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prestart": "npm install & mvn clean package",
|
"prestart": "npm install & mvn clean package",
|
||||||
"pretest": "npm install"
|
"pretest": "npm install"
|
||||||
|
Loading…
Reference in New Issue
Block a user