diff --git a/package-lock.json b/package-lock.json index 7eee7c03..353df7df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2507,9 +2507,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 b30ec11e..83706eb4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@nextcloud/axios": "^1.4.0", "@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",