diff options
| author | Yuval Adam <_@yuv.al> | 2022-08-30 08:42:05 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-08-30 08:42:05 +0300 |
| commit | fd9ea96df63c8369d7e1832a333a63671248de6c (patch) | |
| tree | 5ae65dd93d15606cd2e0a73707e575a763777312 /package.json | |
| parent | a93324379ae49cfb1a6e53dc6ce5ff77c41e908d (diff) | |
Unpin luxon after bug fix
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 2367463..8c582c9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "axios": "^0.27.2", - "luxon": "3.0.1", + "luxon": "^3.0.3", "mapbox-gl": "^2.10.0", "rc-slider": "^10.0.1", "react": "^18.2.0", @@ -60,4 +60,4 @@ "serverless-python-requirements": "^5.0.1" }, "proxy": "https://imgs.geshem.space/" -}
\ No newline at end of file +} |
