packages: switch @types/react dependency to use *

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-08-05 12:33:48 +02:00
parent f71bbe5d28
commit 990cc3bacb
23 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
"@types/react": "^16.9",
"@types/react": "*",
"msw": "^0.29.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",