Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-11-19 18:45:30 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-02-17 11:38:42 +0300
commitdaf1b5f6a3b35279b4a23046ba51690920f62fec (patch)
treef8920304ef3f4b6486334ab0f791fe668e9c0397 /package-lock.json
parent5ee0fb3acb918d16c78addaa54d3a581f9e4f982 (diff)
Replace CalDAV availability component with component lib
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json28
1 files changed, 26 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index 94c2ec4c39d..e7ca591ba5d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,6 +12,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",
@@ -42,7 +43,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",
@@ -64,7 +64,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",
@@ -2725,6 +2724,21 @@
"integrity": "sha512-kC42RQW5rZjZZsRaEjVlIQpp6aW/yxm+zZdETnrRQnUzcPwBgF4wO4makfGT63Ckd+LkgUW+geesPiPRqxFVew==",
"dev": true
},
+ "node_modules/@nextcloud/calendar-availability-vue": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-0.3.0.tgz",
+ "integrity": "sha512-O6v3Eq5ofT6jfORqN7BmDoP5jzhLWWHgCDNx+esH+iwhxdVoWti9M6YjMf1ZRvetReanxepLOblEeT9rBBi7bw==",
+ "dependencies": {
+ "ical.js": "^1.4.0",
+ "icalzone": "^0.0.1",
+ "uuid": "^8.3.2"
+ },
+ "peerDependencies": {
+ "@nextcloud/l10n": "^1.4",
+ "@nextcloud/vue": "^4.2||^5.0",
+ "vue": "^2.6"
+ }
+ },
"node_modules/@nextcloud/calendar-js": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-3.0.0.tgz",
@@ -21651,6 +21665,16 @@
"integrity": "sha512-kC42RQW5rZjZZsRaEjVlIQpp6aW/yxm+zZdETnrRQnUzcPwBgF4wO4makfGT63Ckd+LkgUW+geesPiPRqxFVew==",
"dev": true
},
+ "@nextcloud/calendar-availability-vue": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-0.3.0.tgz",
+ "integrity": "sha512-O6v3Eq5ofT6jfORqN7BmDoP5jzhLWWHgCDNx+esH+iwhxdVoWti9M6YjMf1ZRvetReanxepLOblEeT9rBBi7bw==",
+ "requires": {
+ "ical.js": "^1.4.0",
+ "icalzone": "^0.0.1",
+ "uuid": "^8.3.2"
+ }
+ },
"@nextcloud/calendar-js": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-3.0.0.tgz",