From 97865803259222769e7aaaa81476bc7dde0059f5 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 5 Aug 2024 17:54:42 +0200 Subject: [PATCH] chore: Update `@nextcloud/vue` to v8.16.0 Signed-off-by: Ferdinand Thiessen --- .../__snapshots__/CalDavSettings.spec.js.snap | 46 +++++++++---------- package-lock.json | 9 ++-- package.json | 2 +- 3 files changed, 28 insertions(+), 29 deletions(-) diff --git a/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap b/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap index ed50c779749..9e9af78d652 100644 --- a/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap +++ b/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap @@ -4,17 +4,17 @@ exports[`CalDavSettings interactions 1`] = `

Calendar server

@@ -127,7 +127,7 @@ exports[`CalDavSettings interactions 1`] = ` Please make sure to properly set up

@@ -201,7 +201,7 @@ exports[`CalDavSettings interactions 1`] = ` Birthday calendars will be generated by a background job. @@ -209,11 +209,11 @@ exports[`CalDavSettings interactions 1`] = `
Hence they will not be available immediately after enabling but will show up after some time. @@ -222,11 +222,11 @@ exports[`CalDavSettings interactions 1`] = `

@@ -283,7 +283,7 @@ exports[`CalDavSettings interactions 1`] = ` Please make sure to properly set up
Notifications are sent via background jobs, so these must occur often enough. @@ -309,11 +309,11 @@ exports[`CalDavSettings interactions 1`] = `

@@ -370,7 +370,7 @@ exports[`CalDavSettings interactions 1`] = ` Reminders are always sent to organizers and attendees. @@ -380,11 +380,11 @@ exports[`CalDavSettings interactions 1`] = `

diff --git a/package-lock.json b/package-lock.json index 6124d22d78a..e112fd3bc44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nextcloud/router": "^3.0.0", "@nextcloud/sharing": "^0.2.3", "@nextcloud/upload": "^1.4.2", - "@nextcloud/vue": "^8.15.1", + "@nextcloud/vue": "^8.16.0", "@simplewebauthn/browser": "^10.0.0", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.11.0", @@ -4971,10 +4971,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.15.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.15.1.tgz", - "integrity": "sha512-gZEcXPNhRGYhjSd/IeTs0jQ5P8tPIv9BJm5A8qsdpB1Mb/Xb9suhJv1xHaeGcOGoUCcs7A66coPkCgv1zcSJ2w==", - "license": "AGPL-3.0-or-later", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.16.0.tgz", + "integrity": "sha512-xkoR2VeWk+WTTmXC01Z7hI0yztSf222XMPXhy9OkDNQBXmCl/idEjNnMWmxezJMyqALtFD/csouW+GS7JUVoFw==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 176f18911f7..45f37b1d5f0 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@nextcloud/router": "^3.0.0", "@nextcloud/sharing": "^0.2.3", "@nextcloud/upload": "^1.4.2", - "@nextcloud/vue": "^8.15.1", + "@nextcloud/vue": "^8.16.0", "@simplewebauthn/browser": "^10.0.0", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.11.0", -- 2.39.5