diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-08-07 20:52:29 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2024-08-08 11:15:52 -0700 |
commit | 44bc57bc57d9129ab15041b631aca5d48c52124a (patch) | |
tree | c979d2744c3271cd8579b1e10ea91459311a699c /package.json | |
parent | cfec6fcb1a9eaa57bef5bba757b5b9dbda387c96 (diff) | |
download | nextcloud-server-44bc57bc57d9129ab15041b631aca5d48c52124a.tar.gz nextcloud-server-44bc57bc57d9129ab15041b631aca5d48c52124a.zip |
feat: Load limited depth tree
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 47e06c8c48c..133b4777ec0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^5.3.5", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.7.0", + "@nextcloud/files": "^3.8.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", |