Merge pull request #46238 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/calendar-availability-vue-2.2.2

build(deps): Bump @nextcloud/calendar-availability-vue from 2.2.0 to 2.2.2
This commit is contained in:
Andy Scherzinger 2024-07-09 22:21:16 +02:00 committed by GitHub
commit adf6ce642b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 31 additions and 14 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

37
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@nextcloud/axios": "^2.3.0",
"@nextcloud/browser-storage": "^0.2.0",
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/calendar-availability-vue": "^2.2.0",
"@nextcloud/calendar-availability-vue": "^2.2.2",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^5.3.1",
"@nextcloud/event-bus": "^3.3.1",
@ -4278,14 +4278,14 @@
}
},
"node_modules/@nextcloud/calendar-availability-vue": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.0.tgz",
"integrity": "sha512-0qFTfH0WNaaGuWNjA8ITXGkEG6JeQ907cfOrw4BwadezabzqflJgPvewefW45Xa6R13yop55CDwht1t82+/tyQ==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.2.tgz",
"integrity": "sha512-UM+Eny8fwOPZIo1P5AwUe7dlBUJnrOKR6xyZhtRCYCSf5t5q61kqrYkYnFqvg0sMQuJLIYhZz74EqlC1zBFLgA==",
"dependencies": {
"@nextcloud/logger": "^2.4.0",
"ical.js": "^1.4.0",
"@nextcloud/logger": "^3.0.2",
"ical.js": "^2.0.1",
"icalzone": "^0.0.1",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"vue-material-design-icons": "^5.1.2"
},
"engines": {
@ -4293,11 +4293,28 @@
"npm": "^10.0.0"
},
"peerDependencies": {
"@nextcloud/l10n": "^1.4 || ^2.0",
"@nextcloud/vue": "^8.6.2",
"vue": "^2.7"
"@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0",
"@nextcloud/vue": "^8.12.0",
"vue": "^2.7.16"
}
},
"node_modules/@nextcloud/calendar-availability-vue/node_modules/@nextcloud/logger": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-3.0.2.tgz",
"integrity": "sha512-wByt0R0/6QC44RBpaJr1MWghjjOxk/pRbACHo/ZWWKht1qYbJRHB4GtEi+35KEIHY07ZpqxiDk6dIRuN7sXYWQ==",
"dependencies": {
"@nextcloud/auth": "^2.3.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
}
},
"node_modules/@nextcloud/calendar-availability-vue/node_modules/ical.js": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.0.1.tgz",
"integrity": "sha512-uYYb1CwTXbd9NP/xTtgQZ5ivv6bpUjQu9VM98s3X78L3XRu00uJW5ZtmnLwyxhztpf5fSiRyDpFW7ZNCePlaPw=="
},
"node_modules/@nextcloud/capabilities": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/capabilities/-/capabilities-1.2.0.tgz",

View file

@ -43,7 +43,7 @@
"@nextcloud/axios": "^2.3.0",
"@nextcloud/browser-storage": "^0.2.0",
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/calendar-availability-vue": "^2.2.0",
"@nextcloud/calendar-availability-vue": "^2.2.2",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^5.3.1",
"@nextcloud/event-bus": "^3.3.1",