Update core-js to current version
This package provides polyfills for new ES/DOM APIs for use in IE 11. This was held back to a v2.x version due to a conflict with fetch-mock that is now resolved.
Showing
... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +33,7 @@ |
"codecov": "^3.1.0", | "codecov": "^3.1.0", | ||
"coffeeify": "^2.1.0", | "coffeeify": "^2.1.0", | ||
"commander": "^4.0.1", | "commander": "^4.0.1", | ||
"core-js": "^2.5.7", | "core-js": "^3.4.1", | ||
"cross-env": "^6.0.0", | "cross-env": "^6.0.0", | ||
"custom-event": "^1.0.1", | "custom-event": "^1.0.1", | ||
"diff": "^4.0.1", | "diff": "^4.0.1", | ||
... | ... |
Please register or sign in to comment