diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/package.json b/package.json index 8ced115cc3b..99a09828e7e 100644 --- a/package.json +++ b/package.json @@ -43,9 +43,9 @@ "@nextcloud/axios": "^2.3.0", "@nextcloud/browser-storage": "^0.2.0", "@nextcloud/browserslist-config": "^3.0.0", - "@nextcloud/calendar-availability-vue": "^2.0.1", + "@nextcloud/calendar-availability-vue": "^2.1.0", "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/dialogs": "^5.1.1", + "@nextcloud/dialogs": "^5.1.2", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.1.0", "@nextcloud/initial-state": "^2.0.0", @@ -56,10 +56,11 @@ "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.2.1", "@nextcloud/sharing": "^0.1.0", - "@nextcloud/upload": "^1.0.4", - "@nextcloud/vue": "^8.4.0", + "@nextcloud/upload": "^1.0.5", + "@nextcloud/vue": "^8.7.0", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", + "@vueuse/core": "^10.7.2", "@vueuse/integrations": "^10.7.2", "autosize": "^6.0.1", "backbone": "^1.4.1", @@ -86,7 +87,7 @@ "moment": "^2.29.4", "moment-timezone": "^0.5.43", "natural-orderby": "^3.0.2", - "nextcloud-vue-collections": "^0.11.1", + "nextcloud-vue-collections": "^0.12.0", "node-vibrant": "^3.1.6", "p-limit": "^4.0.0", "p-queue": "^7.4.1", @@ -115,7 +116,7 @@ "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", - "webdav": "^5.3.1", + "webdav": "^5.3.2", "xml2js": "^0.6.2" }, "devDependencies": { |