Skip to content

Commit

Permalink
fix: Specify a non-* version for @types/react-dom (#1040)
Browse files Browse the repository at this point in the history
fixes #1039

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
  • Loading branch information
Nokel81 and eps1lon committed Apr 11, 2022
1 parent 93bc2c8 commit 2a889e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@testing-library/dom": "^8.5.0",
"@types/react-dom": "*"
"@types/react-dom": "^18.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.6",
Expand Down

0 comments on commit 2a889e8

Please sign in to comment.