Skip to content

Commit 86cf9cf

Browse files
authored
Merge pull request #29 from davesnx/V2
2 parents f99f39f + 45cfe18 commit 86cf9cf

File tree

52 files changed

+10806
-16080
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+10806
-16080
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,4 @@ jobs:
278278
upload_url: ${{ steps.create_release.outputs.upload_url }}
279279
asset_path: query-json-windows-x64.zip
280280
asset_name: query-json-windows-x64.zip
281-
asset_content_type: application/gzip
281+
asset_content_type: application/gzip

esy.json

+10-15
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
},
2424
"scripts": {
2525
"bin": "esy b dune exec Bin",
26-
"build": "esy b dune build",
2726
"start": "esy b dune build --watch",
2827
"test": "esy b dune runtest --force",
2928
"format": "esy b dune build @fmt --auto-promote --root ."
@@ -42,26 +41,22 @@
4241
},
4342
"devDependencies": {
4443
"@esy-ocaml/reason": "~3.6.0",
45-
"@opam/bisect_ppx": "2.5.0",
46-
"@opam/dune": "^2.7.0",
47-
"@opam/menhir": "20200624",
48-
"@opam/ppx_deriving": "4.5",
49-
"@opam/sedlex": "2.2",
44+
"@opam/bisect_ppx": "2.6.0",
45+
"@opam/dune": ">=2.8.4",
46+
"@opam/menhir": "20201216",
47+
"@opam/ppx_deriving": "5.2.1",
48+
"@opam/sedlex": "2.3",
5049
"@opam/yojson": "1.7.0",
5150
"@reason-native/console": "^0.1.0",
5251
"@reason-native/rely": "^3.2.1",
5352
"ocaml": "4.10.0",
54-
"@opam/ocaml-lsp-server": "github:ocaml/ocaml-lsp:ocaml-lsp-server.opam#c1e51a50a85aacf2bf0479e7c8f8fd1a9fc977c2",
53+
"@opam/ocaml-lsp-server": "1.4.1",
5554
"@opam/cmdliner": "1.0.4",
5655
"bats": "^1.1.0"
5756
},
5857
"dependencies": {
59-
"@opam/js_of_ocaml": "3.7.1",
60-
"@opam/js_of_ocaml-compiler": "3.7.1",
61-
"@opam/js_of_ocaml-ppx": "3.7.1"
62-
},
63-
"resolutions": {
64-
"esy-m4": "esy-packages/esy-m4#c7cf0ac9221be2b1f9d90e83559ca08397a629e7",
65-
"@opam/menhir": "20201216"
58+
"@opam/js_of_ocaml": "3.9.0",
59+
"@opam/js_of_ocaml-compiler": "3.9.0",
60+
"@opam/js_of_ocaml-ppx": "3.9.0"
6661
}
67-
}
62+
}

0 commit comments

Comments
 (0)