diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-01-04 19:06:52 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-01-17 18:30:41 +0100 |
commit | b9906fb21e9f1aadf14e473b8c26a2ec7537fa11 (patch) | |
tree | 3b068eb999c675760d715e78da2d5eee8668cb44 /package.json | |
parent | 9af7ee8d11b43a7a3d14f7aa8390aff0a4174f55 (diff) | |
download | nextcloud-server-b9906fb21e9f1aadf14e473b8c26a2ec7537fa11.tar.gz nextcloud-server-b9906fb21e9f1aadf14e473b8c26a2ec7537fa11.zip |
feat(files): Quota in navigation
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
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 16d576e123f..d8374f33790 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "clipboard": "^2.0.11", "colord": "^2.9.3", "core-js": "^3.24.0", - "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", + "davclient.js": "github:owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.1", "dompurify": "^2.3.6", "escape-html": "^1.0.3", @@ -94,6 +94,7 @@ "snap.js": "^2.0.9", "stream-browserify": "^3.0.0", "strengthify": "github:nextcloud/strengthify#0.5.9", + "throttle-debounce": "^5.0.0", "underscore": "1.13.4", "url-search-params-polyfill": "^8.1.1", "v-click-outside": "^3.2.0", |