We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4c065 commit 292cc4fCopy full SHA for 292cc4f
package.json
@@ -37,8 +37,8 @@
37
},
38
"peerDependencies": {
39
"@types/react": "^18.0.0",
40
- "react": "^18.0.0",
41
- "react-dom": "^18.0.0"
+ "react": "^18.0.0 || ^19.0.0",
+ "react-dom": "^18.0.0 || ^19.0.0"
42
43
"devDependencies": {
44
"@nighttrax/eslint-config-tsx": "~12.0.0-alpha.3",
@@ -53,8 +53,8 @@
53
"@types/sinon": "~17.0.0",
54
"eslint": "~8.57.0",
55
"jest": "~29.7.0",
56
- "react": "~18.3.0",
57
- "react-dom": "~18.3.0",
+ "react": "~19.0.0",
+ "react-dom": "~19.0.0",
58
"standard-version": "~9.5.0",
59
"typescript": "~5.7.0"
60
0 commit comments