diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-11-19 16:45:30 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-02-17 09:38:42 +0100 |
commit | daf1b5f6a3b35279b4a23046ba51690920f62fec (patch) | |
tree | f8920304ef3f4b6486334ab0f791fe668e9c0397 /package.json | |
parent | 5ee0fb3acb918d16c78addaa54d3a581f9e4f982 (diff) | |
download | nextcloud-server-daf1b5f6a3b35279b4a23046ba51690920f62fec.tar.gz nextcloud-server-daf1b5f6a3b35279b4a23046ba51690920f62fec.zip |
Replace CalDAV availability component with component lib
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 4aaf9db7ed6..5e3787e7b6d 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "@chenfengyuan/vue-qrcode": "^1.0.2", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.9.0", + "@nextcloud/calendar-availability-vue": "^0.3.0", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^3.1.2", "@nextcloud/event-bus": "^2.1.1", @@ -59,7 +60,6 @@ "escape-html": "^1.0.3", "handlebars": "^4.7.7", "ical.js": "^1.4.0", - "icalzone": "^0.0.1", "jquery": "~3.6", "jquery-migrate": "~3.3", "jquery-ui": "^1.13.1", @@ -81,7 +81,6 @@ "strengthify": "github:nextcloud/strengthify#0.5.9", "underscore": "1.12.0", "url-search-params-polyfill": "^8.1.1", - "uuid": "^8.3.2", "v-click-outside": "^3.1.2", "v-tooltip": "^2.1.3", "vue": "^2.6.14", |