Skip to content

Commit 3a4b9a1

Browse files
jchavarrimseri
andauthored
code review: remove upper bounds
Co-authored-by: Marcello Seri <[email protected]>
1 parent 41c0518 commit 3a4b9a1

File tree

1 file changed

+3
-3
lines changed
  • packages/jsoo-react/jsoo-react.0.1

1 file changed

+3
-3
lines changed

packages/jsoo-react/jsoo-react.0.1/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ license: "MIT"
77
homepage: "https://github.com/ml-in-barcelona/jsoo-react"
88
bug-reports: "https://github.com/ml-in-barcelona/jsoo-react/issues"
99
depends: [
10-
"dune" {>= "2.7" & >= "2" & < "4"}
10+
"dune" {>= "2.7"}
1111
"ocaml" {>= "4.12.0" & < "5.0.0"}
12-
"js_of_ocaml" {>= "4.0.0" & < "5.2.0"}
13-
"gen_js_api" {>= "1.0.8" & < "1.2.0"}
12+
"js_of_ocaml" {>= "4.0.0"}
13+
"gen_js_api" {>= "1.0.8"}
1414
"ppxlib" {>= "0.23.0"}
1515
"webtest" {with-test}
1616
"webtest-js" {with-test}

0 commit comments

Comments
 (0)