aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-07-09 14:04:20 +0200
committerAndy Scherzinger <info@andy-scherzinger.de>2024-07-10 19:05:38 +0200
commit899d74163fe85fa69df3bdcccf95cbc2ce350cfc (patch)
treeae09c808b3be1ffe581e015f96a6af2e14d7f2e9 /package.json
parent2071f4d7133fa26da9290b132bac83f6a3f6387c (diff)
downloadnextcloud-server-899d74163fe85fa69df3bdcccf95cbc2ce350cfc.tar.gz
nextcloud-server-899d74163fe85fa69df3bdcccf95cbc2ce350cfc.zip
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 <opensource@fthiessen.de>
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
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",