Skip to content

Commit 2a889e8

Browse files
Nokel81eps1lon
andauthoredApr 11, 2022
fix: Specify a non-* version for @types/react-dom (#1040)
fixes #1039 Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
1 parent 93bc2c8 commit 2a889e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@babel/runtime": "^7.12.5",
4949
"@testing-library/dom": "^8.5.0",
50-
"@types/react-dom": "*"
50+
"@types/react-dom": "^18.0.0"
5151
},
5252
"devDependencies": {
5353
"@testing-library/jest-dom": "^5.11.6",

0 commit comments

Comments
 (0)
Please sign in to comment.