packages: switch @types/react-dom dependency to use *
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user