add react types

This commit is contained in:
Chika 2021-04-16 11:18:07 +03:00
parent 514a29d389
commit 69ba0e97a2

View File

@ -28,7 +28,7 @@
"react-scripts": "^4.0.3",
"styled-components": "^5.2.3",
"styled-system": "^5.1.5",
"typescript": "^4.2.3",
"typescript": "^4.2.4",
"use-debounce": "^6.0.1",
"uuid": "^8.3.2",
"validator": "^13.5.2"
@ -38,6 +38,8 @@
"@types/lodash": "^4.14.168",
"@types/luxon": "^1.26.3",
"@types/pluralize": "^0.0.29",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.9",
"@types/styled-system": "^5.1.11",