File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rescript/react" ,
3
- "version" : " 0.10.3 " ,
3
+ "version" : " 0.11.0 " ,
4
4
"description" : " React bindings for ReScript" ,
5
5
"files" : [
6
6
" README.md" ,
29
29
"homepage" : " https://rescript-lang.org/docs/react/latest/introduction" ,
30
30
"devDependencies" : {
31
31
"jest" : " ^26.0.1" ,
32
- "react" : " ^16.8.1 " ,
33
- "react-dom" : " ^16.8.1 " ,
32
+ "react" : " ^18.2.0 " ,
33
+ "react-dom" : " ^18.2.0 " ,
34
34
"reason-test-framework" : " ^0.3.2" ,
35
- "rescript" : " ^9.1.4 "
35
+ "rescript" : " ^10 "
36
36
},
37
37
"peerDependencies" : {
38
- "react" : " >=16.8.1 " ,
39
- "react-dom" : " >=16.8.1 "
38
+ "react" : " >=18.2.0 " ,
39
+ "react-dom" : " >=18.2.0 "
40
40
},
41
41
"jest" : {
42
42
"moduleDirectories" : [
52
52
" node_modules/(?!(bs-platform|reason-react|reason-react-compat|reason-react-update|bs-webapi|bs-css|bs-css-emotion|reason-test-framework)/)"
53
53
]
54
54
}
55
- }
55
+ }
You can’t perform that action at this time.
0 commit comments