We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2514a commit 0c42dbaCopy full SHA for 0c42dba
package.json
@@ -46,17 +46,17 @@
46
"jest": "^30.0.5",
47
"jest-environment-jsdom": "^30.0.2",
48
"jest-fetch-mock": "^3.0.3",
49
- "react": ">=19.0.0",
50
- "react-dom": ">=19.0.0",
+ "react": "^18.0.0 || ^19.0.0",
+ "react-dom": "^18.0.0 || ^19.0.0",
51
"ts-jest": "^29.4.0",
52
"tslib": "^2.8.1",
53
"tsup": "^8.5.0",
54
"typescript": "^5.8.3",
55
"typescript-eslint": "^8.42.0"
56
},
57
"peerDependencies": {
58
59
- "react-dom": ">=19.0.0"
+ "react-dom": "^18.0.0 || ^19.0.0"
60
61
"scripts": {
62
"build": "tsup --env.NODE_ENV=development",
0 commit comments