Skip to content

Commit

Permalink
push @types/react-dom back
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanBobi committed Jun 1, 2024
1 parent d91d665 commit 7bb03cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^5.11.6",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"chalk": "^4.1.2",
"dotenv-cli": "^4.0.0",
"jest-diff": "^29.7.0",
Expand All @@ -63,8 +64,8 @@
},
"peerDependencies": {
"@testing-library/dom": "^10.0.0",
"@types/react-dom": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down

0 comments on commit 7bb03cc

Please sign in to comment.