mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Merge pull request #46110 from nextcloud/dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-2.2.2
This commit is contained in:
commit
7e8a061ab6
3 changed files with 11 additions and 11 deletions
|
|
@ -84,7 +84,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 0.4.0
|
||||
- license: GPL-3.0-or-later
|
||||
- @nextcloud/calendar-availability-vue
|
||||
- version: 2.2.1
|
||||
- version: 2.2.2
|
||||
- license: MIT
|
||||
- @nextcloud/capabilities
|
||||
- version: 1.2.0
|
||||
|
|
|
|||
18
package-lock.json
generated
18
package-lock.json
generated
|
|
@ -16,7 +16,7 @@
|
|||
"@nextcloud/axios": "^2.5.0",
|
||||
"@nextcloud/browser-storage": "^0.4.0",
|
||||
"@nextcloud/browserslist-config": "^3.0.1",
|
||||
"@nextcloud/calendar-availability-vue": "^2.2.1",
|
||||
"@nextcloud/calendar-availability-vue": "^2.2.2",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^5.3.4",
|
||||
"@nextcloud/event-bus": "^3.3.1",
|
||||
|
|
@ -4262,14 +4262,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/calendar-availability-vue": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.1.tgz",
|
||||
"integrity": "sha512-jOCMZz3q/C5fat2c646V77TolibWBFM58wXDMbzTx6G5GEnXFiAUxWCN2at4IXVtb1N1KZQtIqEHXCZ4cXuihw==",
|
||||
"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": "^3.0.1",
|
||||
"@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": {
|
||||
|
|
@ -4277,9 +4277,9 @@
|
|||
"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/capabilities": {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"@nextcloud/axios": "^2.5.0",
|
||||
"@nextcloud/browser-storage": "^0.4.0",
|
||||
"@nextcloud/browserslist-config": "^3.0.1",
|
||||
"@nextcloud/calendar-availability-vue": "^2.2.1",
|
||||
"@nextcloud/calendar-availability-vue": "^2.2.2",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^5.3.4",
|
||||
"@nextcloud/event-bus": "^3.3.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue