mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #37400 from nextcloud/dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-0.6.0-alpha1
This commit is contained in:
commit
f89ce6ac7c
7 changed files with 38 additions and 11 deletions
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
24
dist/core-common.js.LICENSE.txt
vendored
24
dist/core-common.js.LICENSE.txt
vendored
|
|
@ -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>
|
||||
*
|
||||
|
|
|
|||
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/dav-settings-personal-availability.js
vendored
4
dist/dav-settings-personal-availability.js
vendored
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
11
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue