diff --git a/package-lock.json b/package-lock.json index aabc9b73..b86971f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2501,9 +2501,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.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue-dashboard/-/vue-dashboard-1.0.1.tgz", + "integrity": "sha512-QKOf0qm4UYobuC3djLYwICSuj29H6xnm24IHetc0AMsrfhwPNN1/CC5IWEl1uKCCvwI0NA02HXCVFLtUErlgyg==", "requires": { "@nextcloud/vue": "^2.3.0", "core-js": "^3.6.4", diff --git a/package.json b/package.json index 82658277..57ac6d01 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@nextcloud/initial-state": "^1.1.2", "@nextcloud/router": "^1.2.0", "@nextcloud/vue": "^2.6.1", - "@nextcloud/vue-dashboard": "^0.1.8", + "@nextcloud/vue-dashboard": "^1.0.1", "babel-eslint": "^10.1.0", "nextcloud-server": "^0.15.10", "vue": "^2.6.12",