From 9b7354aa3f83f8c1779d18e23fd790bce9b22abd Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Fri, 29 Nov 2024 14:54:49 +0100 Subject: [PATCH] chore: Bump @nextcloud/vue to 8.21.0 Signed-off-by: Julius Knorr --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index fec2f3cdfd..7019ee5a40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.11.3", + "@nextcloud/vue": "^8.21.0", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1" }, diff --git a/package.json b/package.json index d20be074f1..0e7550fb35 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.11.3", + "@nextcloud/vue": "^8.21.0", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1" },