@fullcalendar/moment-timezone 5.11.4 → 5.11.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/main.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar v5.11.4
2
+ FullCalendar v5.11.5
3
3
  Docs & License: https://fullcalendar.io/
4
4
  (c) 2022 Adam Shaw
5
5
  */
package/main.global.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar v5.11.4
2
+ FullCalendar v5.11.5
3
3
  Docs & License: https://fullcalendar.io/
4
4
  (c) 2022 Adam Shaw
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar v5.11.4
2
+ FullCalendar v5.11.5
3
3
  Docs & License: https://fullcalendar.io/
4
4
  (c) 2022 Adam Shaw
5
5
  */
package/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar v5.11.4
2
+ FullCalendar v5.11.5
3
3
  Docs & License: https://fullcalendar.io/
4
4
  (c) 2022 Adam Shaw
5
5
  */
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@fullcalendar/moment-timezone",
3
- "version": "5.11.4",
3
+ "version": "5.11.5",
4
4
  "title": "FullCalendar Moment Timezone Plugin",
5
5
  "description": "A connector to the moment-timezone library",
6
6
  "docs": "https://fullcalendar.io/docs/moment-timezone-plugin",
7
7
  "dependencies": {
8
- "@fullcalendar/common": "~5.11.4",
8
+ "@fullcalendar/common": "~5.11.5",
9
9
  "tslib": "^2.1.0"
10
10
  },
11
11
  "peerDependencies": {
@@ -13,7 +13,7 @@
13
13
  "moment-timezone": "^0.5.31"
14
14
  },
15
15
  "devDependencies": {
16
- "@fullcalendar/core-preact": "5.11.4",
16
+ "@fullcalendar/core-preact": "5.11.5",
17
17
  "moment": "^2.29.1",
18
18
  "moment-timezone": "^0.5.31"
19
19
  },