diff options
Diffstat (limited to 'apps/updatenotification/package.json')
-rw-r--r-- | apps/updatenotification/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index 3daa9288171..63ef9e25bc7 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -23,9 +23,10 @@ }, "homepage": "https://github.com/nextcloud/notifications#readme", "dependencies": { + "nextcloud-vue": "^0.4.4", + "v-tooltip": "^2.0.0-rc.33", "vue": "^2.5.17", - "vue-click-outside": "^1.0.7", - "vue-select": "^2.5.0" + "vue-click-outside": "^1.0.7" }, "devDependencies": { "css-loader": "^1.0.1", |