diff options
author | nfebe <fenn25.fn@gmail.com> | 2024-11-18 17:34:55 +0100 |
---|---|---|
committer | nfebe <fenn25.fn@gmail.com> | 2024-12-03 14:25:15 +0100 |
commit | d6efc531f6999b90330ec62869261be97dbe823f (patch) | |
tree | a2e0982af1312950cd88eaf7c3a8a3eada40c857 /package.json | |
parent | f1754ee2e1a3c977d05d31c61adb195b9f50fee8 (diff) | |
download | nextcloud-server-d6efc531f6999b90330ec62869261be97dbe823f.tar.gz nextcloud-server-d6efc531f6999b90330ec62869261be97dbe823f.zip |
refactor: Use new `ShareType` across file_sharing
Signed-off-by: nfebe <fenn25.fn@gmail.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 5de3a96a5e8..a585edb5a7b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@nextcloud/password-confirmation": "^5.3.0", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/sharing": "^0.2.3", + "@nextcloud/sharing": "^0.2.4", "@nextcloud/upload": "^1.7.0", "@nextcloud/vue": "^8.20.0", "@simplewebauthn/browser": "^12.0.0", @@ -204,4 +204,4 @@ "overrides": { "colors": "1.4.0" } -}
\ No newline at end of file +} |