Merge pull request #37400 from nextcloud/dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-0.6.0-alpha1

This commit is contained in:
John Molakvoæ 2023-04-15 14:53:51 +02:00 committed by GitHub
commit f89ce6ac7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 38 additions and 11 deletions

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

View file

@ -389,6 +389,8 @@ object-assign
/*! For license information please see NcCounterBubble.js.LICENSE.txt */
/*! For license information please see NcDatetimePicker.js.LICENSE.txt */
/*! For license information please see NcEmojiPicker.js.LICENSE.txt */
/*! For license information please see NcLoadingIcon.js.LICENSE.txt */
@ -702,6 +704,28 @@ object-assign
*
*/
/**
* @copyright Copyright (c) 2020 Georg Ehrke
*
* @author Georg Ehrke <georg-nextcloud@ehrke.email>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
/**
* @copyright Copyright (c) 2020 Georg Ehrke <georg-nextcloud@ehrke.email>
*

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

11
package-lock.json generated
View file

@ -15,7 +15,7 @@
"@nextcloud/axios": "^1.10.0",
"@nextcloud/browser-storage": "^0.1.1",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/calendar-availability-vue": "^0.5.0-rc2",
"@nextcloud/calendar-availability-vue": "^0.6.0-alpha1",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^4.0.0-beta.2",
"@nextcloud/event-bus": "^3.0.2",
@ -3977,8 +3977,9 @@
}
},
"node_modules/@nextcloud/calendar-availability-vue": {
"version": "0.5.0-rc2",
"license": "MIT",
"version": "0.6.0-alpha1",
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-0.6.0-alpha1.tgz",
"integrity": "sha512-HGD/2rVVTOtIBLxsjgZdKBphrlkPMzi7kuSprwU/o8UhAsGTayZsMvXVZNOcA83jCv1QdLp+8GeEeqmr6HCM0A==",
"dependencies": {
"@nextcloud/logger": "^2.4.0",
"ical.js": "^1.4.0",
@ -28482,7 +28483,9 @@
"version": "2.3.0"
},
"@nextcloud/calendar-availability-vue": {
"version": "0.5.0-rc2",
"version": "0.6.0-alpha1",
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-0.6.0-alpha1.tgz",
"integrity": "sha512-HGD/2rVVTOtIBLxsjgZdKBphrlkPMzi7kuSprwU/o8UhAsGTayZsMvXVZNOcA83jCv1QdLp+8GeEeqmr6HCM0A==",
"requires": {
"@nextcloud/logger": "^2.4.0",
"ical.js": "^1.4.0",

View file

@ -40,7 +40,7 @@
"@nextcloud/axios": "^1.10.0",
"@nextcloud/browser-storage": "^0.1.1",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/calendar-availability-vue": "^0.5.0-rc2",
"@nextcloud/calendar-availability-vue": "^0.6.0-alpha1",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^4.0.0-beta.2",
"@nextcloud/event-bus": "^3.0.2",