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 77b1bfb commit 5cd0660Copy full SHA for 5cd0660
reason-react.opam
@@ -19,7 +19,7 @@ bug-reports: "https://github.com/reasonml/reason-react/issues"
19
depends: [
20
"dune" {>= "3.9"}
21
"ocaml"
22
- "melange" {>= "3.0.0" | = "5.0.0-52" & with-test}
+ "melange" {(>= "3.0.0" & !with-test) | (= "5.0.0-52" & with-test)}
23
"reason-react-ppx" {= version}
24
"reason" {>= "3.12.0"}
25
"ocaml-lsp-server" {with-dev-setup}
0 commit comments