Skip to content

Commit

Permalink
chore: update ical.js and calendar-js
Browse files Browse the repository at this point in the history
- ical.js to 2.1.0
- calendar-js to 8.1.1
- getReadableTimezoneName moved to nextcloud/timezones

Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Mar 6, 2025
1 parent 2a2ed26 commit 60132a6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
31 changes: 15 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@mdi/svg": "^7.4.47",
"@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.1",
"@nextcloud/calendar-js": "^6.1.0",
"@nextcloud/calendar-js": "^8.1.1",
"@nextcloud/cdav-library": "^1.5.2",
"@nextcloud/dialogs": "^5.3.8",
"@nextcloud/files": "^3.10.2",
Expand All @@ -50,6 +50,7 @@
"@nextcloud/moment": "^1.3.2",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/timezones": "^0.1.1",
"@nextcloud/vue": "^8.22.0",
"@pinia/testing": "^0.1.7",
"@riophae/vue-treeselect": "^0.4.0",
Expand All @@ -60,7 +61,7 @@
"debounce-promise": "^3.1.2",
"dompurify": "^3.2.4",
"html-to-text": "^9.0.5",
"ical.js": "^1.5.0",
"ical.js": "^2.1.0",
"iframe-resizer": "^4.4.5",
"js-base64": "^3.7.7",
"jstz": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/imip/EventData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import AccountMultipleIcon from 'vue-material-design-icons/AccountMultiple.vue'
import CalendarIcon from 'vue-material-design-icons/Calendar.vue'
import MapMarkerIcon from 'vue-material-design-icons/MapMarker.vue'
import { getReadableTimezoneName } from '@nextcloud/calendar-js'
import { getReadableTimezoneName } from '@nextcloud/timezones'
import moment from '@nextcloud/moment'
import { removeMailtoPrefix } from '../../util/eventAttendee.js'

Expand Down

0 comments on commit 60132a6

Please sign in to comment.