Skip to content

Commit a1bd63a

Browse files
committed
React 18 compat
1 parent 3acc344 commit a1bd63a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"license": "MIT",
2323
"peerDependencies": {
2424
"@rescript/react": "^0.10.1 || ^0.11.0",
25-
"react": "^16.8.0 || ^17.0.0",
26-
"react-dom": "^16.8.0 || ^17.0.0"
25+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
26+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
2727
},
2828
"devDependencies": {
2929
"@rescript/react": "^0.10.1",

0 commit comments

Comments
 (0)