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 38f50c3 commit 9ca41f8Copy full SHA for 9ca41f8
package.json
@@ -60,8 +60,8 @@
60
"@rollup/plugin-terser": "^0.4.3",
61
"@rollup/plugin-typescript": "^12.1.0",
62
"@types/jest": "^29.0.0",
63
- "@types/react": "^19.0.2",
64
- "@types/react-dom": "^19.0.2",
+ "@types/react": "^18.2.7 || ^19.0.2",
+ "@types/react-dom": "^18.2.4 || ^19.0.2",
65
"@types/uuid": "^10.0.0",
66
"eslint": "^8.57.0",
67
"eslint-config-prettier": "^9.0.0",
@@ -72,8 +72,8 @@
72
"jest-environment-jsdom": "^29.5.0",
73
"markdown-toc": "^1.2.0",
74
"prettier": "3.4.2",
75
- "react": "^19.0.0",
76
- "react-dom": "^19.0.0",
+ "react": "^18.2.0 || ^19.0.0",
+ "react-dom": "^18.2.0 || ^19.0.0",
77
"rollup": "^4.0.2",
78
"ts-jest": "^29.0.0",
79
"typescript": "^5.2.0"
0 commit comments