diff options
author | Grigorii K. Shartsev <me@shgk.me> | 2024-03-11 17:41:42 +0100 |
---|---|---|
committer | Grigorii K. Shartsev <me@shgk.me> | 2024-03-11 18:08:16 +0100 |
commit | 3cfaeb01959d1f6a056e2aef75b92dbf562b9d74 (patch) | |
tree | 22609124a9d48e34648a4ff921f60add503e7e17 | |
parent | 212b297e1e667d7454699a42d9c371475cf8eb64 (diff) | |
download | nextcloud-server-3cfaeb01959d1f6a056e2aef75b92dbf562b9d74.tar.gz nextcloud-server-3cfaeb01959d1f6a056e2aef75b92dbf562b9d74.zip |
chore(deps): bump @nextcloud/vue from 8.9.1 to 8.10.0
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | 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", |