this repo has no description

Merge pull request #24309 from jchavarri/reason-react-depexts

reason-react: add depexts

Changed files
+5
packages
reason-react
reason-react.0.11.0
+5
packages/reason-react/reason-react.0.11.0/opam
···
"reactjs-jsx-ppx"
"reason" {>= "3.6.0"}
"ocaml-lsp-server" {with-test}
"odoc" {with-doc}
]
build: [
···
]
}
x-commit-hash: "dbc2f61f6626de47dd607609f13a678ecd59e462"
···
"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}
]
build: [
···
]
}
x-commit-hash: "dbc2f61f6626de47dd607609f13a678ecd59e462"
+
depexts: [
+
["react"] {npm-version = "^16.0.0 || ^17.0.0"}
+
["react-dom"] {npm-version = "^16.0.0 || ^17.0.0"}
+
]