Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-10 11:58:52 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-26 15:22:35 +0300
commitfa9c206fc8b9b01e79ff7d221a26f037a472e6ef (patch)
tree41282ab5161ada327153ab90cbb96417ccd01f74 /package.json
parent62403d0932be7d620c7bdadc6b4e13eb496fcd6f (diff)
Migrate from @babel/polyfill to core-js@3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 51f8301719f..981fdad5b4a 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,6 @@
],
"license": "AGPL-3.0-or-later",
"dependencies": {
- "@babel/polyfill": "^7.7.0",
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@nextcloud/auth": "^1.2.2",
"@nextcloud/axios": "^1.3.2",
@@ -43,6 +42,7 @@
"blueimp-md5": "^2.12.0",
"bootstrap": "^4.4.1",
"clipboard": "^2.0.6",
+ "core-js": "^3.6.4",
"css-vars-ponyfill": "^2.2.1",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.0",
@@ -63,6 +63,7 @@
"p-limit": "^2.2.2",
"p-queue": "^6.3.0",
"query-string": "^5.1.1",
+ "regenerator-runtime": "^0.13.3",
"select2": "3.5.1",
"snap.js": "^2.0.9",
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8",