add missing type dependency

Signed-off-by: manusant <ney.br.santos@gmail.com>
This commit is contained in:
manusant
2022-11-02 13:15:15 +00:00
parent 786117e98a
commit f97835ff7b
+2 -1
View File
@@ -59,7 +59,8 @@
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
"@types/node": "^16.11.26",
"msw": "^0.47.0"
"msw": "^0.47.0",
"@types/react": "^16.13.1 || ^17.0.0"
},
"files": [
"dist",