Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions compiler/esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"check-format": "dune build @fmt"
},
"dependencies": {
"@grain/binaryen.ml": ">= 0.34.0 < 0.35.0",
"@opam/cmdliner": ">= 1.1.1 < 2.0.0",
"@grain/binaryen.ml": ">= 0.37.0 < 0.38.0",
"@opam/cmdliner": ">= 2.1.1 < 3.0.0",
"@opam/dune": ">= 3.17.1 < 4.0.0",
"@opam/dune-build-info": ">= 3.17.1 < 4.0.0",
"@opam/dune-configurator": ">= 3.17.1 < 4.0.0",
Expand All @@ -42,7 +42,6 @@
"@opam/menhir": "20240715",
"@opam/ocamlgraph": ">= 2.0.0 < 3.0.0",
"@opam/ppx_deriving": ">= 5.2.1 < 6.0.0",
"@opam/ppx_deriving_cmdliner": ">= 0.6.1",
"@opam/ppx_deriving_yojson": ">= 3.7.0 < 4.0.0",
"@opam/ppx_sexp_conv": "v0.17.0",
"@opam/reason": ">= 3.11.0 <= 3.15.0",
Expand All @@ -54,14 +53,13 @@
"ocaml": "5.2.0"
},
"devDependencies": {
"@opam/js_of_ocaml-compiler": "6.0.1",
"@opam/js_of_ocaml-compiler": "6.4.1",
"@opam/ocaml-lsp-server": "1.21.0",
"@opam/rely": "^4.0.0"
},
"resolutions": {
"@opam/fp": "reasonml/reason-native:fp.opam#20b1997b6451d9715dfdbeec86a9d274c7430ed8",
"@opam/fs": "reasonml/reason-native:fs.opam#20b1997b6451d9715dfdbeec86a9d274c7430ed8",
"@opam/ppx_deriving_cmdliner": "hammerlab/ppx_deriving_cmdliner:ppx_deriving_cmdliner.opam#1f086651fe7f8dd98e371b09c6fcc4dbc6db1c7c",
"@opam/utf8": "reasonml/reason-native:utf8.opam#20b1997b6451d9715dfdbeec86a9d274c7430ed8",
"@opam/cli": "reasonml/reason-native:cli.opam#20b1997b6451d9715dfdbeec86a9d274c7430ed8",
"@opam/file-context-printer": "reasonml/reason-native:file-context-printer.opam#20b1997b6451d9715dfdbeec86a9d274c7430ed8",
Expand Down
Loading
Loading