Skip to content

Commit eae405e

Browse files
authored
Merge pull request ocaml#24309 from jchavarri/reason-react-depexts
reason-react: add depexts
2 parents f372455 + e1c6e90 commit eae405e

File tree

1 file changed

+5
-0
lines changed
  • packages/reason-react/reason-react.0.11.0

1 file changed

+5
-0
lines changed

packages/reason-react/reason-react.0.11.0/opam

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ depends: [
2222
"reactjs-jsx-ppx"
2323
"reason" {>= "3.6.0"}
2424
"ocaml-lsp-server" {with-test}
25+
"opam-check-npm-deps" {= "1.0.0" & with-dev-setup}
2526
"odoc" {with-doc}
2627
]
2728
build: [
@@ -47,3 +48,7 @@ url {
4748
]
4849
}
4950
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

Comments
 (0)