File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ format-check: ## Checks if format is correct
5353
5454.PHONY : install
5555install : # # Update the package dependencies when new deps are added to dune-project
56- @opam install . --deps-only --with-test
56+ @opam install . --deps-only --with-test --with-dev-setup
5757 @npm install
5858
5959.PHONY : init
Original file line number Diff line number Diff line change 4343 ( ocaml-lsp-server :with -dev-setup)
4444 ( opam-check-npm-deps
4545 ( and
46- ( = 1 .0.0 )
46+ ( = 3 .0.1 )
4747 :with -dev-setup) )
4848 ( ocamlformat
4949 ( and
50- ( = 0 .24 .0)
50+ ( = 0 .27 .0)
5151 :with -dev-setup) ) ) )
5252
5353( package
6464 ( merlin :with -test)
6565 ( ocamlformat
6666 ( and
67- ( = 0 .24 .0)
67+ ( = 0 .27 .0)
6868 :with -dev-setup) ) ) )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ depends: [
1919 "reason" {>= "3.12.0"}
2020 "ppxlib" {>= "0.33.0"}
2121 "merlin" {with-test}
22- "ocamlformat" {= "0.24 .0" & with-dev-setup}
22+ "ocamlformat" {= "0.27 .0" & with-dev-setup}
2323 "odoc" {with-doc}
2424]
2525build: [
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ depends: [
2323 "reason-react-ppx" {= version}
2424 "reason" {>= "3.12.0"}
2525 "ocaml-lsp-server" {with-dev-setup}
26- "opam-check-npm-deps" {= "1 .0.0 " & with-dev-setup}
27- "ocamlformat" {= "0.24 .0" & with-dev-setup}
26+ "opam-check-npm-deps" {= "3 .0.1 " & with-dev-setup}
27+ "ocamlformat" {= "0.27 .0" & with-dev-setup}
2828 "odoc" {with-doc}
2929]
3030build: [
You can’t perform that action at this time.
0 commit comments