diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-09-29 11:10:51 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-10-17 11:17:35 +0200 |
commit | 4b55594f55ce4146ed93c50f71e6204a57d29612 (patch) | |
tree | 6737b2a520fbe43da3f7f73bdd2ee8adfabd0be0 /package.json | |
parent | ad7d20e017253ad871b7bcd7582ac9ccbcce9843 (diff) | |
download | nextcloud-server-4b55594f55ce4146ed93c50f71e6204a57d29612.tar.gz nextcloud-server-4b55594f55ce4146ed93c50f71e6204a57d29612.zip |
feat(files): migrate template picker
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index f652ae5b8fb..cf1d04f116c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^5.0.0-beta.5", "@nextcloud/event-bus": "^3.1.0", - "@nextcloud/files": "^3.0.0-beta.25", + "@nextcloud/files": "^3.0.0-beta.26", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.1.0", "@nextcloud/logger": "^2.5.0", @@ -55,7 +55,7 @@ "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.1.2", "@nextcloud/sharing": "^0.1.0", - "@nextcloud/upload": "^1.0.0-beta.17", + "@nextcloud/upload": "^1.0.0-beta.18", "@nextcloud/vue": "^8.0.0-beta.8", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.4.1", |