Skip to content

Commit

Permalink
:up_arrow: Update and fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeta611 committed Dec 21, 2024
1 parent 84118dd commit fb18b7a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
16 changes: 9 additions & 7 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,22 @@
(description "ReacttRace is a tool for analyzing React programs.")
(depends
ocaml
dune
(ocaml-base-compiler
(= 5.3.0~beta2))
menhir
dune
base
stdio
ppx_jane
js_of_ocaml
js_of_ocaml-ppx
flow_parser
(flow_parser (>= 0.257.0))
(printbox
(>= 0.12))
(printbox-text
(>= 0.12))
fmt
logs
menhir
ppx_jane
printbox
printbox-text
stdio
(alcotest :with-test))
(tags
(React "Static Analysis")))
Expand Down
16 changes: 7 additions & 9 deletions react_trace.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ homepage: "https://github.com/React-Analysis/ReacttRace"
bug-reports: "https://github.com/React-Analysis/ReacttRace/issues"
depends: [
"ocaml"
"dune" {>= "3.15"}
"ocaml-base-compiler" {= "5.3.0~beta2"}
"menhir"
"dune" {>= "3.15"}
"base"
"stdio"
"ppx_jane"
"js_of_ocaml"
"js_of_ocaml-ppx"
"flow_parser"
"flow_parser" {>= "0.257.0"}
"printbox" {>= "0.12"}
"printbox-text" {>= "0.12"}
"fmt"
"logs"
"menhir"
"ppx_jane"
"printbox"
"printbox-text"
"stdio"
"alcotest" {with-test}
"odoc" {with-doc}
]
Expand All @@ -44,6 +44,4 @@ dev-repo: "git+https://github.com/React-Analysis/ReacttRace.git"
pin-depends: [
[ "ppxlib.0.33.1~5.3preview" "git+https://github.com/ocaml-ppx/ppxlib#218347c59cb93e463f33f06801bd61cf47f46265" ]
[ "flow_parser.0.257.0" "git+https://github.com/Zeta611/flow#52bf15978715a096119d422145b1bb9f32a06804" ]
[ "printbox.0.11" "git+https://github.com/c-cube/printbox#d49d9520e7d9e96121c13643cd3eaf8876389205" ]
[ "printbox-text.0.11" "git+https://github.com/c-cube/printbox#d49d9520e7d9e96121c13643cd3eaf8876389205" ]
]
2 changes: 0 additions & 2 deletions react_trace.opam.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
pin-depends: [
[ "ppxlib.0.33.1~5.3preview" "git+https://github.com/ocaml-ppx/ppxlib#218347c59cb93e463f33f06801bd61cf47f46265" ]
[ "flow_parser.0.257.0" "git+https://github.com/Zeta611/flow#52bf15978715a096119d422145b1bb9f32a06804" ]
[ "printbox.0.11" "git+https://github.com/c-cube/printbox#d49d9520e7d9e96121c13643cd3eaf8876389205" ]
[ "printbox-text.0.11" "git+https://github.com/c-cube/printbox#d49d9520e7d9e96121c13643cd3eaf8876389205" ]
]

0 comments on commit fb18b7a

Please sign in to comment.