aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Morales <emoral435@gmail.com>2024-02-20 07:22:15 -0600
committerEduardo Morales <emoral435@gmail.com>2024-02-20 07:22:15 -0600
commitbc180137560b718224a92572e833c24b5b0cbf47 (patch)
treec2d0337a61685556bda4094d6ad8a7cfbc192461
parentc0d84f9fb2bc50d6484f629171ce8da0cf997154 (diff)
downloadnextcloud-server-bc180137560b718224a92572e833c24b5b0cbf47.tar.gz
nextcloud-server-bc180137560b718224a92572e833c24b5b0cbf47.zip
chore(deps): bumped NcVue to 8.7.0
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index d96d3a322fe..e6eafd6cc6a 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.6.2",
+ "@nextcloud/vue": "^8.7.0",
"@skjnldsv/sanitize-svg": "^1.0.2",
"@vueuse/components": "^10.7.2",
"@vueuse/core": "^10.7.2",
@@ -4156,9 +4156,9 @@
}
},
"node_modules/@nextcloud/vue": {
- "version": "8.6.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.6.2.tgz",
- "integrity": "sha512-tlT9OBkuNIKOAajqhmL2owM0KpQzc9Uw+SZ4iOS1AuxSgJoqKU5v2784EXU33xP6kCgneyQt/zd6sxfAr0JzMg==",
+ "version": "8.7.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.7.0.tgz",
+ "integrity": "sha512-0SPazCAA7MjvhbNTxZv1kIf6LZ7C9XUq0eovEnBjeD95sd7yu98i4vdPwJw1mIPIaT78rUv4uhUDLxxnS2/IUQ==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 1f630614a67..310790eb376 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.6.2",
+ "@nextcloud/vue": "^8.7.0",
"@skjnldsv/sanitize-svg": "^1.0.2",
"@vueuse/components": "^10.7.2",
"@vueuse/core": "^10.7.2",