Fix core-js build failure on node version 12.11.0 (#8341)

This commit is contained in:
Harshavardhana
2019-10-01 10:41:31 -07:00
committed by kannappanr
parent 42c821e164
commit ac2e0596bd
3 changed files with 185 additions and 92 deletions
+2 -1
View File
@@ -60,8 +60,9 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10.0",
"bootstrap": "^3.3.6",
"bootstrap": "^3.4.1",
"classnames": "^2.2.3",
"core-js": "^3.2.1",
"expect": "^1.20.2",
"glob-all": "^3.1.0",
"history": "^4.7.2",