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
@@ -67,7 +67,7 @@
"@types/eventsource": "^1.1.5",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"@types/react": "^16.9",
"@types/react": "*",
"canvas": "^2.6.1",
"cross-fetch": "^3.0.6",
"msw": "^0.29.0"