aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 606d4a5d..8be4ee5c 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -63,6 +63,7 @@
"@babel/preset-env",
{
"useBuiltIns": "usage",
+ "corejs": 3,
"shippedProposals": true
}
],
@@ -78,8 +79,8 @@
}
},
"dependencies": {
- "@babel/polyfill": "^7.4.3",
"axios": "^0.18.0",
+ "core-js": "^3.0.0",
"immutability-helper": "^3.0.0",
"moment": "^2.24.0",
"qs": "^6.7.0",
@@ -89,6 +90,7 @@
"react-dom": "16.8.6",
"react-router-dom": "^5.0.0",
"react-use-form-state": "^0.9.0",
+ "regenerator-runtime": "^0.13.2",
"url-polyfill": "^1.1.5"
}
}