Skip to content

Commit 149d9a9

Browse files
fmeumeps1lon
andauthored
fix: Add @types/react-dom as a direct dependency (#1001)
Co-authored-by: Sebastian Silbermann <[email protected]>
1 parent 8f17a2b commit 149d9a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"license": "MIT",
4646
"dependencies": {
4747
"@babel/runtime": "^7.12.5",
48-
"@testing-library/dom": "^8.0.0"
48+
"@testing-library/dom": "^8.0.0",
49+
"@types/react-dom": "*"
4950
},
5051
"devDependencies": {
5152
"@testing-library/jest-dom": "^5.11.6",
52-
"@types/react-dom": "^17.0.0",
5353
"dotenv-cli": "^4.0.0",
5454
"kcd-scripts": "^11.1.0",
5555
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)