diff options
author | Eduardo Morales <emoral435@gmail.com> | 2024-03-15 12:40:42 -0500 |
---|---|---|
committer | Eduardo Morales <emoral435@gmail.com> | 2024-03-15 12:40:42 -0500 |
commit | 481c70747a29386691964bdcd43e3d6fad46e79e (patch) | |
tree | d0360c2f410048c45f7c2561fde35ed3a7a68fb9 | |
parent | 77f47ed68f55f95808b577ddad7964027ad328cf (diff) | |
download | nextcloud-server-481c70747a29386691964bdcd43e3d6fad46e79e.tar.gz nextcloud-server-481c70747a29386691964bdcd43e3d6fad46e79e.zip |
chore(deps): bump NcVue to 8.11.0
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
-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 b2f2ae5e291..190b44f402e 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.10.0", + "@nextcloud/vue": "^8.11.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.10.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.10.0.tgz", - "integrity": "sha512-HQ/6upw/sviCOe5jtFmZh7KK+QzLNj4a1TnJt3nJQWEZSgt1FFj48tjrmP8ztqnd8pCCOAF8843VLWCCivrF0w==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.0.tgz", + "integrity": "sha512-kJ0plDKuWYFpfG0DeLbS6XZvajH55FdxpoRW+ZaWbMgFo4CJPYIsmCt4FtfqUx6uBjRNFW6vU7wYtlGLDNdHww==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 15e8f21a45a..c9d8cc2466f 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.10.0", + "@nextcloud/vue": "^8.11.0", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", "@vueuse/core": "^10.7.2", |