Skip to content

Commit

Permalink
Merge pull request ocaml#24309 from jchavarri/reason-react-depexts
Browse files Browse the repository at this point in the history
reason-react: add depexts
  • Loading branch information
mseri authored Aug 24, 2023
2 parents f372455 + e1c6e90 commit eae405e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/reason-react/reason-react.0.11.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ depends: [
"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: [
Expand All @@ -47,3 +48,7 @@ url {
]
}
x-commit-hash: "dbc2f61f6626de47dd607609f13a678ecd59e462"
depexts: [
["react"] {npm-version = "^16.0.0 || ^17.0.0"}
["react-dom"] {npm-version = "^16.0.0 || ^17.0.0"}
]

0 comments on commit eae405e

Please sign in to comment.