From e80c7a213afaea4e6e8646adfe3f3a8d53c0c57d Mon Sep 17 00:00:00 2001 From: Paul-Elliot Date: Thu, 2 May 2024 11:40:01 +0200 Subject: [PATCH] Update dependencies Signed-off-by: Paul-Elliot --- dune-project | 3 +++ slipshow.opam | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dune-project b/dune-project index 753b603..c450026 100644 --- a/dune-project +++ b/dune-project @@ -32,9 +32,12 @@ lwt inotify js_of_ocaml-compiler + js_of_ocaml-lwt magic-mime dream fpath + brr + ppx_blob (odoc :with-doc) (ocamlformat (and :with-dev-setup (= 0.26.1)))) diff --git a/slipshow.opam b/slipshow.opam index 9a16a00..17bd611 100644 --- a/slipshow.opam +++ b/slipshow.opam @@ -20,10 +20,11 @@ depends: [ "lwt" "inotify" "js_of_ocaml-compiler" + "js_of_ocaml-lwt" "magic-mime" "dream" "fpath" - "dream-livereload" + "ppx_blob" "odoc" {with-doc} "ocamlformat" {with-dev-setup & = "0.26.1"} ]