diff options
author | root <szaimen@e.mail.de> | 2022-11-24 08:07:35 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-11-24 08:28:16 +0000 |
commit | 81a48102032a91f60ca759b1b60fc89d46e7212f (patch) | |
tree | 040ff0946b4d105452ff8d5966d9c86c21e51f7d /package.json | |
parent | fea3eed909353624640802fb681bb9ba6d43a85e (diff) | |
download | nextcloud-server-81a48102032a91f60ca759b1b60fc89d46e7212f.tar.gz nextcloud-server-81a48102032a91f60ca759b1b60fc89d46e7212f.zip |
update vue to v7.1.0-beta.2
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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 a66c19b773a..c18038d1fdc 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.0.0", "@nextcloud/sharing": "^0.1.0", - "@nextcloud/vue": "^7.1.0-beta.0", + "@nextcloud/vue": "^7.1.0-beta.2", "@nextcloud/vue-dashboard": "^2.0.1", "autosize": "^5.0.1", "backbone": "^1.4.1", |