this repo has no description

reason-react: add upper bound in reason

Changed files
+1 -1
packages
reason-react
reason-react.0.11.0
+1 -1
packages/reason-react/reason-react.0.11.0/opam
···
"ocaml" {>= "4.13.0"}
"melange" {>= "1.0.0" & < "2.0.0"}
"reactjs-jsx-ppx"
-
"reason" {>= "3.6.0"}
"ocaml-lsp-server" {with-test}
"opam-check-npm-deps" {= "1.0.0" & with-dev-setup}
"odoc" {with-doc}
···
"ocaml" {>= "4.13.0"}
"melange" {>= "1.0.0" & < "2.0.0"}
"reactjs-jsx-ppx"
+
"reason" {>= "3.6.0" & < "3.10.0"}
"ocaml-lsp-server" {with-test}
"opam-check-npm-deps" {= "1.0.0" & with-dev-setup}
"odoc" {with-doc}