diff options
| author | Yuval Adam <_@yuv.al> | 2022-08-29 11:41:21 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-08-29 11:41:21 +0300 |
| commit | c3398948ffa608d132503ab94790857f8d53891c (patch) | |
| tree | 95bc99a07a8f29c6f9d20c3c70c5c2808ed95950 /package.json | |
| parent | 06c7f6f6e17ce089800ea4ba14ee02924a040223 (diff) | |
Fix more types in components
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 7fc7111..0a02f1f 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2", + "@types/luxon": "^3.0.0", "@types/node": "^16.11.56", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", @@ -58,4 +59,4 @@ "serverless-python-requirements": "^5.0.1" }, "proxy": "https://imgs.geshem.space/" -}
\ No newline at end of file +} |
