packages: switch @types/react-dom dependency to use *

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-08-05 13:41:07 +02:00
parent 990cc3bacb
commit d74032edad
5 changed files with 8 additions and 8 deletions
@@ -9,7 +9,7 @@
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "*",
"@types/react-dom": "^17.0.0",
"@types/react-dom": "*",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
@@ -26,7 +26,7 @@
"@testing-library/react": "^8.0.1",
"@types/node": "^14.14.32",
"@types/react": "*",
"@types/react-dom": "^16.8.2",
"@types/react-dom": "*",
"@types/styled-components": "^4.1.18",
"husky": "^2.7.0",
"jest-junit": "^8.0.0",