diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-02-07 10:47:59 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-06 17:00:58 +0200 |
commit | 01a70e5d0f6f369fefd510379994e7f465289421 (patch) | |
tree | 56139424174b1d66587aec8c2323df836a288f2d /package-lock.json | |
parent | 1d62b9786f07474bd6910b04aa905ccf3745690b (diff) | |
download | nextcloud-server-01a70e5d0f6f369fefd510379994e7f465289421.tar.gz nextcloud-server-01a70e5d0f6f369fefd510379994e7f465289421.zip |
Use external Toast implementation and deprecate the OCP API
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index d121381271a..d934b31c2e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1816,11 +1816,6 @@ "toastify-js": "^1.7.0" }, "dependencies": { - "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" - }, "toastify-js": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.7.0.tgz", |