aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-03 01:20:32 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit918dc486c2e219301585546eae982ec06cca2166 (patch)
tree0ef7515f6ecf4635d8e4427a61a379d8abd4bb51 /vnext/package.json
parent201ecddcc259d34fdc90a1781ef89094b5ef7331 (diff)
babel-polyfill -> corejs@3
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"
}
}