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 3c57f17 commit a284ba5Copy full SHA for a284ba5
package.json
@@ -14,8 +14,9 @@
14
"rough-notation": "^0.5.1"
15
},
16
"peerDependencies": {
17
- "react": "^18.2.0",
18
- "react-dom": "^18.2.0"
+ "react": "^18.0.0 || ^19.0.0",
+ "react-dom": "^18.2.0 || ^19.0.0"
19
+
20
21
"devDependencies": {
22
"@rollup/plugin-commonjs": "^13.0.0",
@@ -29,8 +30,8 @@
29
30
"eslint": "^7.4.0",
31
"eslint-plugin-react": "^7.20.3",
32
"eslint-plugin-react-hooks": "^4.0.7",
33
- "react-dom": "^18.2.0",
+ "react": "^19.0.0",
34
+ "react-dom": "^19.0.0",
35
"rollup": "^2.79.1",
36
"rollup-plugin-peer-deps-external": "^2.2.3",
37
"rollup-plugin-typescript2": "^0.27.1",
0 commit comments