diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2024-03-06 18:26:19 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2024-03-07 11:06:37 +0100 |
commit | cc93ce6781a14852b6e65a1fe547f324f3e926de (patch) | |
tree | 4eeb2a1e706b766ce9dd0f4102bae3c6c5ca7b1d /package-lock.json | |
parent | 3f8a66f25d3cd4f35056e6b7d7ca86789f55bd4a (diff) | |
download | nextcloud-server-cc93ce6781a14852b6e65a1fe547f324f3e926de.tar.gz nextcloud-server-cc93ce6781a14852b6e65a1fe547f324f3e926de.zip |
chore(deps): bump @nextcloud/vue to 8.9.1 & @nextcloud/dialogs to 5.2.0
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/package-lock.json b/package-lock.json index 6b08833efea..998f5b4705a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/calendar-availability-vue": "^2.2.0", "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/dialogs": "^5.1.2", + "@nextcloud/dialogs": "^5.2.0", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.1.0", "@nextcloud/initial-state": "^2.0.0", @@ -30,7 +30,7 @@ "@nextcloud/router": "^2.2.1", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.0.5", - "@nextcloud/vue": "^8.8.1", + "@nextcloud/vue": "^8.9.1", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", "@vueuse/core": "^10.7.2", @@ -4229,30 +4229,31 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.1.2.tgz", - "integrity": "sha512-JhWUdjjJwjY2K2O2d5CMgcSn+46RMt28Uv1ToFpm1lcdwP7swOp7u9tE8P4p1vA7hZBOKgRGEuTWI/qz/3dxHQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.2.0.tgz", + "integrity": "sha512-+nO9/obNXGZUc0AJzzGbK4kniJborfbTeohN17owffFHGHB5TzDE0P1wiMimM3ki4Itfx+9aYuHyMCbv+43E1Q==", "dependencies": { "@mdi/js": "^7.4.47", + "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.1.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^3.0.0", - "@nextcloud/typings": "^1.7.0", + "@nextcloud/typings": "^1.8.0", "@types/toastify-js": "^1.12.3", - "@vueuse/core": "^10.7.2", + "@vueuse/core": "^10.9.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", - "webdav": "^5.3.2" + "webdav": "^5.4.0" }, "engines": { "node": "^20.0.0", "npm": "^10.0.0" }, "peerDependencies": { - "@nextcloud/vue": "^8.2.0", + "@nextcloud/vue": "^8.9.1", "vue": "^2.7.16" } }, @@ -4576,21 +4577,21 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.8.1.tgz", - "integrity": "sha512-INQS0boqH4CAzRHESSaKgvaTOsOJ/0fyOB9sC5TIJpqkrPo1Oj229U9XUUf8HV/Xs6FpA5YmQFvQ0gKZ5a1GRw==", + "version": "8.9.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.9.1.tgz", + "integrity": "sha512-Mj+CovsPqAwUsCxeQfhYc9thx7synLTi95htwHu1s0XEg6SlaOV3BRarxD0m4C236ZpaIQ4DDfezDtuBln/mIA==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", - "@nextcloud/auth": "^2.0.0", - "@nextcloud/axios": "^2.0.0", + "@nextcloud/auth": "^2.2.1", + "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.3.0", - "@nextcloud/calendar-js": "^6.0.0", - "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/event-bus": "^3.0.0", - "@nextcloud/initial-state": "^2.0.0", - "@nextcloud/l10n": "^2.0.1", - "@nextcloud/logger": "^2.2.1", + "@nextcloud/calendar-js": "^6.1.0", + "@nextcloud/capabilities": "^1.1.0", + "@nextcloud/event-bus": "^3.1.0", + "@nextcloud/initial-state": "^2.1.0", + "@nextcloud/l10n": "^2.2.0", + "@nextcloud/logger": "^2.7.0", "@nextcloud/router": "^3.0.0", "@nextcloud/vue-select": "^3.25.0", "@vueuse/components": "^10.9.0", |