diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2024-01-09 13:08:08 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2024-01-11 11:57:49 +0100 |
commit | 365bb7ded033db22e3560cbffa1e885cf473429a (patch) | |
tree | b98f3499938c295e5308dd5e142ddfe0c52243e8 /package.json | |
parent | 9553718acfd3c3a5fb9812765d761dfc1c00f74b (diff) | |
download | nextcloud-server-365bb7ded033db22e3560cbffa1e885cf473429a.tar.gz nextcloud-server-365bb7ded033db22e3560cbffa1e885cf473429a.zip |
chore(deps): bump `@nextcloud/files` to `3.1.0`
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.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 7483be51486..c06bb1907c8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^5.0.3", "@nextcloud/event-bus": "^3.1.0", - "@nextcloud/files": "^3.0.0", + "@nextcloud/files": "^3.1.0", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.1.0", "@nextcloud/logger": "^2.5.0", |