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.
2 parents f372455 + e1c6e90 commit eae405eCopy full SHA for eae405e
packages/reason-react/reason-react.0.11.0/opam
@@ -22,6 +22,7 @@ depends: [
22
"reactjs-jsx-ppx"
23
"reason" {>= "3.6.0"}
24
"ocaml-lsp-server" {with-test}
25
+ "opam-check-npm-deps" {= "1.0.0" & with-dev-setup}
26
"odoc" {with-doc}
27
]
28
build: [
@@ -47,3 +48,7 @@ url {
47
48
49
}
50
x-commit-hash: "dbc2f61f6626de47dd607609f13a678ecd59e462"
51
+depexts: [
52
+ ["react"] {npm-version = "^16.0.0 || ^17.0.0"}
53
+ ["react-dom"] {npm-version = "^16.0.0 || ^17.0.0"}
54
+]
0 commit comments