Skip to content

Commit 7bb03cc

Browse files
committed
push @types/react-dom back
1 parent d91d665 commit 7bb03cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"@testing-library/dom": "^10.0.0",
5252
"@testing-library/jest-dom": "^5.11.6",
5353
"@types/react": "^18.3.1",
54+
"@types/react-dom": "^18.3.0",
5455
"chalk": "^4.1.2",
5556
"dotenv-cli": "^4.0.0",
5657
"jest-diff": "^29.7.0",
@@ -63,8 +64,8 @@
6364
},
6465
"peerDependencies": {
6566
"@testing-library/dom": "^10.0.0",
66-
"@types/react-dom": "^18.0.0",
6767
"@types/react": "^18.0.0",
68+
"@types/react-dom": "^18.0.0",
6869
"react": "^18.0.0",
6970
"react-dom": "^18.0.0"
7071
},

0 commit comments

Comments
 (0)