mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #42602 from nextcloud/enh/calendar/update-nc-calendendar-to-2.0.1
chore(package): bumped nc-calendar to 2.0.1
This commit is contained in:
commit
0328cae44e
4 changed files with 9 additions and 9 deletions
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
10
package-lock.json
generated
10
package-lock.json
generated
|
|
@ -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.0.0",
|
||||
"@nextcloud/calendar-availability-vue": "^2.0.1",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^5.0.3",
|
||||
"@nextcloud/event-bus": "^3.1.0",
|
||||
|
|
@ -3665,9 +3665,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/calendar-availability-vue": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.0.0.tgz",
|
||||
"integrity": "sha512-e7LRSh67n61HKW+nTkCOgRGTGZYSy5jiLIb/LNV8msNCa+57O3df5Ewu7OhlBVPdFSZYAi/OsTHZqBAClPq/tw==",
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.0.1.tgz",
|
||||
"integrity": "sha512-LX7fu0ZOMJx4efnVl/i87RvdtimW8GeezCrYQ950ZZaC0JApgcpWvMuOMPv1SJBJRVDKXOXYNUs16552Mj+Xaw==",
|
||||
"dependencies": {
|
||||
"@nextcloud/logger": "^2.4.0",
|
||||
"ical.js": "^1.4.0",
|
||||
|
|
@ -3681,7 +3681,7 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"@nextcloud/l10n": "^1.4 || ^2.0",
|
||||
"@nextcloud/vue": ">=8.0.0",
|
||||
"@nextcloud/vue": "^8.0.1",
|
||||
"vue": "^2.7"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.0.0",
|
||||
"@nextcloud/calendar-availability-vue": "^2.0.1",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
"@nextcloud/dialogs": "^5.0.3",
|
||||
"@nextcloud/event-bus": "^3.1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue