From 899d74163fe85fa69df3bdcccf95cbc2ce350cfc Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 9 Jul 2024 14:04:20 +0200 Subject: fix: Update Nextcloud libraries * Update `@nextcloud/dialogs` to 5.3.5 * Update `@nextcloud/capabilities` to 1.2.0 * Update `@nextcloud/sharing` to 0.2.0 `@vueuse/*` is updated to reduce duplicated dependencies as the newer libraries need newer vueuse versions, but it is compatible so nothing breaking. Signed-off-by: Ferdinand Thiessen --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8cbf05c0ea3..134e19da2d2 100644 --- a/package.json +++ b/package.json @@ -40,12 +40,12 @@ "@mdi/js": "^7.4.47", "@mdi/svg": "^7.4.47", "@nextcloud/auth": "^2.1.0", - "@nextcloud/axios": "^2.3.0", + "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.3.0", "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/calendar-availability-vue": "^2.2.0", - "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/dialogs": "^5.2.0", + "@nextcloud/capabilities": "^1.2.0", + "@nextcloud/dialogs": "^5.3.5", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.4.1", "@nextcloud/initial-state": "^2.0.0", @@ -55,13 +55,13 @@ "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.0", - "@nextcloud/sharing": "^0.1.0", + "@nextcloud/sharing": "^0.2.2", "@nextcloud/upload": "^1.1.1", "@nextcloud/vue": "^8.14.0", "@skjnldsv/sanitize-svg": "^1.0.2", - "@vueuse/components": "^10.7.2", - "@vueuse/core": "^10.7.2", - "@vueuse/integrations": "^10.9.0", + "@vueuse/components": "^10.11.0", + "@vueuse/core": "^10.11.0", + "@vueuse/integrations": "^10.11.0", "backbone": "^1.4.1", "blueimp-md5": "^2.19.0", "browserslist-useragent-regexp": "^4.1.1", -- cgit v1.2.3