We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91d665 commit 7bb03ccCopy full SHA for 7bb03cc
package.json
@@ -51,6 +51,7 @@
51
"@testing-library/dom": "^10.0.0",
52
"@testing-library/jest-dom": "^5.11.6",
53
"@types/react": "^18.3.1",
54
+ "@types/react-dom": "^18.3.0",
55
"chalk": "^4.1.2",
56
"dotenv-cli": "^4.0.0",
57
"jest-diff": "^29.7.0",
@@ -63,8 +64,8 @@
63
64
},
65
"peerDependencies": {
66
- "@types/react-dom": "^18.0.0",
67
"@types/react": "^18.0.0",
68
+ "@types/react-dom": "^18.0.0",
69
"react": "^18.0.0",
70
"react-dom": "^18.0.0"
71
0 commit comments