From 3cfaeb01959d1f6a056e2aef75b92dbf562b9d74 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Mon, 11 Mar 2024 17:41:42 +0100 Subject: [PATCH] chore(deps): bump @nextcloud/vue from 8.9.1 to 8.10.0 Signed-off-by: Grigorii K. Shartsev --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 758fd7f1bf6..5c9b199584b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nextcloud/router": "^2.2.1", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.0.5", - "@nextcloud/vue": "^8.9.1", + "@nextcloud/vue": "^8.10.0", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", "@vueuse/core": "^10.7.2", @@ -4577,9 +4577,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.9.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.9.1.tgz", - "integrity": "sha512-Mj+CovsPqAwUsCxeQfhYc9thx7synLTi95htwHu1s0XEg6SlaOV3BRarxD0m4C236ZpaIQ4DDfezDtuBln/mIA==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.10.0.tgz", + "integrity": "sha512-HQ/6upw/sviCOe5jtFmZh7KK+QzLNj4a1TnJt3nJQWEZSgt1FFj48tjrmP8ztqnd8pCCOAF8843VLWCCivrF0w==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index e703d7cc6b7..da6797a3442 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/router": "^2.2.1", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.0.5", - "@nextcloud/vue": "^8.9.1", + "@nextcloud/vue": "^8.10.0", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", "@vueuse/core": "^10.7.2",