1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-06 13:45:17 +02:00

feat: Add TimezoneSelector component and integrate Luxon for date handling

This commit is contained in:
Sean Morley 2025-04-18 23:06:36 -04:00
parent 7499722867
commit 6942f5e1bb
4 changed files with 221 additions and 48 deletions

View file

@ -23,6 +23,9 @@ importers:
gsap:
specifier: ^3.12.7
version: 3.12.7
luxon:
specifier: ^3.6.1
version: 3.6.1
marked:
specifier: ^15.0.4
version: 15.0.4
@ -1469,6 +1472,10 @@ packages:
lru-queue@0.1.0:
resolution: {integrity: sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==}
luxon@3.6.1:
resolution: {integrity: sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==}
engines: {node: '>=12'}
magic-string@0.30.10:
resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
@ -3514,6 +3521,8 @@ snapshots:
dependencies:
es5-ext: 0.10.64
luxon@3.6.1: {}
magic-string@0.30.10:
dependencies:
'@jridgewell/sourcemap-codec': 1.4.15