@fullcalendar/luxon3
Advanced tools
Comparing version 6.1.8 to 6.1.9
/*! | ||
FullCalendar Luxon 3 Plugin v6.1.8 | ||
FullCalendar Luxon 3 Plugin v6.1.9 | ||
Docs & License: https://fullcalendar.io/docs/luxon | ||
@@ -4,0 +4,0 @@ (c) 2023 Adam Shaw |
/*! | ||
FullCalendar Luxon 3 Plugin v6.1.8 | ||
FullCalendar Luxon 3 Plugin v6.1.9 | ||
Docs & License: https://fullcalendar.io/docs/luxon | ||
@@ -4,0 +4,0 @@ (c) 2023 Adam Shaw |
{ | ||
"name": "@fullcalendar/luxon3", | ||
"version": "6.1.8", | ||
"version": "6.1.9", | ||
"title": "FullCalendar Luxon 3 Plugin", | ||
@@ -17,3 +17,3 @@ "description": "Enhanced date formatting, conversion, and named time zone functionality with Luxon 3", | ||
"peerDependencies": { | ||
"@fullcalendar/core": "~6.1.8", | ||
"@fullcalendar/core": "~6.1.9", | ||
"luxon": "^3.0.0" | ||
@@ -20,0 +20,0 @@ }, |
# FullCalendar Luxon 2 Plugin | ||
# FullCalendar Luxon 3 Plugin | ||
Enhanced date formatting, conversion, and [named time zone](https://fullcalendar.io/docs/timeZone#named-time-zones) functionality with [Luxon](https://moment.github.io/luxon/) 2 | ||
Enhanced date formatting, conversion, and [named time zone](https://fullcalendar.io/docs/timeZone#named-time-zones) functionality with [Luxon](https://moment.github.io/luxon/) 3 | ||
@@ -11,3 +11,3 @@ ## Installation | ||
```sh | ||
npm install luxon@2 | ||
npm install luxon@3 | ||
``` | ||
@@ -18,3 +18,3 @@ | ||
```sh | ||
npm install @fullcalendar/core @fullcalendar/luxon2 @fullcalendar/daygrid | ||
npm install @fullcalendar/core @fullcalendar/luxon3 @fullcalendar/daygrid | ||
``` | ||
@@ -28,3 +28,3 @@ | ||
import { Calendar } from '@fullcalendar/core' | ||
import luxon2Plugin from '@fullcalendar/luxon2' | ||
import luxon3Plugin from '@fullcalendar/luxon3' | ||
import dayGridPlugin from '@fullcalendar/daygrid' | ||
@@ -35,3 +35,3 @@ | ||
plugins: [ | ||
luxon2Plugin, | ||
luxon3Plugin, | ||
dayGridPlugin | ||
@@ -38,0 +38,0 @@ ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package