Skip to content

Commit a284ba5

Browse files
authored
Update package.json
1 parent 3c57f17 commit a284ba5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
"rough-notation": "^0.5.1"
1515
},
1616
"peerDependencies": {
17-
"react": "^18.2.0",
18-
"react-dom": "^18.2.0"
17+
"react": "^18.0.0 || ^19.0.0",
18+
"react-dom": "^18.2.0 || ^19.0.0"
19+
1920
},
2021
"devDependencies": {
2122
"@rollup/plugin-commonjs": "^13.0.0",
@@ -29,8 +30,8 @@
2930
"eslint": "^7.4.0",
3031
"eslint-plugin-react": "^7.20.3",
3132
"eslint-plugin-react-hooks": "^4.0.7",
32-
"react": "^18.2.0",
33-
"react-dom": "^18.2.0",
33+
"react": "^19.0.0",
34+
"react-dom": "^19.0.0",
3435
"rollup": "^2.79.1",
3536
"rollup-plugin-peer-deps-external": "^2.2.3",
3637
"rollup-plugin-typescript2": "^0.27.1",

0 commit comments

Comments
 (0)