diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-09-14 10:48:29 +0000 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-09-14 20:46:23 +0200 |
commit | 8f1b8e2c819bf1d25e6e262ccfb1b436683623b7 (patch) | |
tree | e50e23d7bbb8d3088207a191b61b7c296ea2da01 /package-lock.json | |
parent | 49f5ed01ea319a146e7b09537a2072ffe31b4ad2 (diff) | |
download | nextcloud-server-8f1b8e2c819bf1d25e6e262ccfb1b436683623b7.tar.gz nextcloud-server-8f1b8e2c819bf1d25e6e262ccfb1b436683623b7.zip |
Bump @nextcloud/vue-dashboard from 0.1.8 to 1.0.0
Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard) from 0.1.8 to 1.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v0.1.8...v1.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 310a37f3255..92a29554f62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1300,9 +1300,9 @@ } }, "@nextcloud/vue-dashboard": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/@nextcloud/vue-dashboard/-/vue-dashboard-0.1.8.tgz", - "integrity": "sha512-OGr1oK/WF9+bYHK8dE8Vjwh3IDNamN+9MSti1VO7zuUSm5A9EGCzAghR7zzCG4O43rAJEDcvnQwsYIiA6g4Yrw==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue-dashboard/-/vue-dashboard-1.0.0.tgz", + "integrity": "sha512-9Ncksq+2iJocI5n+ElT+m9bL+fTNq8XxVPUPwEL5xZZi3jCKibRjAVyE5QRCSPhSh65W19KqyfelQebp33YqmQ==", "requires": { "@nextcloud/vue": "^2.3.0", "core-js": "^3.6.4", |