diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2024-02-07 11:36:09 -0800 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2024-02-08 18:27:13 +0100 |
commit | b957c69fab97d7f8684e2181dfc80f03f89ce93e (patch) | |
tree | 7e0c6f66ef6161847146c7dac632dfe1cb3c2595 /package.json | |
parent | 6364e53e5a4bf60ef81d214baa99ec286c8ea198 (diff) | |
download | nextcloud-server-b957c69fab97d7f8684e2181dfc80f03f89ce93e.tar.gz nextcloud-server-b957c69fab97d7f8684e2181dfc80f03f89ce93e.zip |
Merge pull request #43438 from nextcloud/bump/bump-ncvue-to-v8.6.2
Bump NcVue to `v8.6.2`
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 438b8802db0..06af9175233 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.5.1", + "@nextcloud/vue": "^8.6.2", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", "@vueuse/core": "^10.7.2", |