summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-08-17 20:00:51 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-09-01 14:35:40 +0200
commit52590a762f10584f7d5f89a8ff1e8668aadee7d0 (patch)
treeb91f47c51872a40433ee3d5f9ee36731b069d81d /package.json
parent4711c775b8267f831a4674718228927bca8fc6e4 (diff)
downloadnextcloud-server-52590a762f10584f7d5f89a8ff1e8668aadee7d0.tar.gz
nextcloud-server-52590a762f10584f7d5f89a8ff1e8668aadee7d0.zip
feat(files): add uploader
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
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 0f3a14ff824..8180d054377 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^5.0.0-beta.2",
"@nextcloud/event-bus": "^3.1.0",
- "@nextcloud/files": "^3.0.0-beta.19",
+ "@nextcloud/files": "^3.0.0-beta.21",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/logger": "^2.5.0",
@@ -54,6 +54,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/sharing": "^0.1.0",
+ "@nextcloud/upload": "^1.0.0-beta.17",
"@nextcloud/vue": "^8.0.0-beta.5",
"@nextcloud/vue-dashboard": "^2.0.1",
"@skjnldsv/sanitize-svg": "^1.0.2",