We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dcd8a9 commit 5890086Copy full SHA for 5890086
package.json
@@ -50,8 +50,8 @@
50
"devDependencies": {
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",
+ "@types/react": "^19.0.0",
+ "@types/react-dom": "^19.0.0",
55
"chalk": "^4.1.2",
56
"dotenv-cli": "^4.0.0",
57
"jest-diff": "^29.7.0",
@@ -64,10 +64,10 @@
64
},
65
"peerDependencies": {
66
67
- "@types/react": "^18.0.0",
68
- "@types/react-dom": "^18.0.0",
69
- "react": "^18.0.0",
70
- "react-dom": "^18.0.0"
+ "@types/react": "^18.0.0 || ^19.0.0",
+ "@types/react-dom": "^18.0.0 || ^19.0.0",
+ "react": "^18.0.0 || ^19.0.0",
+ "react-dom": "^18.0.0 || ^19.0.0"
71
72
"peerDependenciesMeta": {
73
"@types/react": {
0 commit comments