diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-01-23 10:51:45 -0800 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-02-02 12:38:34 +0100 |
commit | 7a0d9e7ab5ca7c2acb3a8e458bfa32545f24ed61 (patch) | |
tree | c11cbfe17c3cd310bef70e2ba1a99ccccd606f14 /package.json | |
parent | 1f80acb0ea467e7a637df3c48f941b85a6347461 (diff) | |
download | nextcloud-server-7a0d9e7ab5ca7c2acb3a8e458bfa32545f24ed61.tar.gz nextcloud-server-7a0d9e7ab5ca7c2acb3a8e458bfa32545f24ed61.zip |
chore: Bump @nextcloud/vue to v8.5.1
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0d9760b270e..ff12e5b964d 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.4", - "@nextcloud/vue": "^8.4.0", + "@nextcloud/vue": "^8.5.1", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", "@vueuse/core": "^10.7.2", |