Skip to content

Commit

Permalink
just widen the jsoo range
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jul 4, 2023
1 parent d3785cc commit 436d1a3
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 26 deletions.
2 changes: 1 addition & 1 deletion binaryen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ depends: [
"ocaml" {>= "4.12.0"}
"dune" {>= "3.0.0"}
"dune-configurator" {>= "3.0.0"}
"js_of_ocaml-compiler" {>= "4.1.0" < "5.0.0"}
"js_of_ocaml-compiler" {>= "4.1.0" < "6.0.0"}
"libbinaryen" {>= "111.0.0" < "112.0.0"}
]
83 changes: 69 additions & 14 deletions esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions esy.lock/opam/gen.1.1/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions esy.lock/opam/sedlex.3.2/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@opam/dune-configurator": ">= 3.0.0"
},
"devDependencies": {
"@opam/js_of_ocaml-compiler": ">= 4.1.0 < 5.0.0",
"@opam/js_of_ocaml-compiler": ">= 4.1.0 < 6.0.0",
"@opam/ocamlformat": "0.24.1",
"@opam/ocaml-lsp-server": ">= 1.9.1 < 1.13.0"
},
Expand Down

0 comments on commit 436d1a3

Please sign in to comment.