diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-10 09:58:52 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-26 13:22:35 +0100 |
commit | fa9c206fc8b9b01e79ff7d221a26f037a472e6ef (patch) | |
tree | 41282ab5161ada327153ab90cbb96417ccd01f74 /package.json | |
parent | 62403d0932be7d620c7bdadc6b4e13eb496fcd6f (diff) | |
download | nextcloud-server-fa9c206fc8b9b01e79ff7d221a26f037a472e6ef.tar.gz nextcloud-server-fa9c206fc8b9b01e79ff7d221a26f037a472e6ef.zip |
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.json | 3 |
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", |