summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-08-29 17:31:14 +0300
committerYuval Adam <_@yuv.al>2022-08-29 17:31:14 +0300
commit768c32f2362202a20aa242f6ccddbfd7f8c3c6f8 (patch)
treedae9fdf87ceae603d4bea5746580abc53f1b9920 /package.json
parentc3398948ffa608d132503ab94790857f8d53891c (diff)
Downgrade luxon to 3.0.1 due to bug
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 0a02f1f..2367463 100644
--- a/package.json
+++ b/package.json
@@ -14,11 +14,12 @@
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/luxon": "^3.0.0",
+ "@types/mapbox-gl": "^2.7.5",
"@types/node": "^16.11.56",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"axios": "^0.27.2",
- "luxon": "^3.0.2",
+ "luxon": "3.0.1",
"mapbox-gl": "^2.10.0",
"rc-slider": "^10.0.1",
"react": "^18.2.0",
@@ -59,4 +60,4 @@
"serverless-python-requirements": "^5.0.1"
},
"proxy": "https://imgs.geshem.space/"
-}
+} \ No newline at end of file