Skip to content

Commit 931c50c

Browse files
committed
Upgrade some dependencies
1 parent d3389e3 commit 931c50c

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.ocamlformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
profile = default
2-
version = 0.22.4
2+
version = 0.24.1
33

44
field-space = tight-decl
55
break-cases = toplevel

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
(>= 4.10.0)
3333
(< 4.15.0)))
3434
(ocamlformat
35-
(= 0.22.4))
35+
(= 0.24.1))
3636
(yojson
37-
(= 1.7.0))
37+
(= 2.0.2))
3838
dune))

rescript-react-intl-extractor.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ bug-reports: "https://github.com/cca-io/rescript-react-intl-extractor/issues"
1111
depends: [
1212
"alcotest" {with-test}
1313
"ocaml" {>= "4.10.0" & < "4.15.0"}
14-
"ocamlformat" {= "0.22.4"}
15-
"yojson" {= "1.7.0"}
14+
"ocamlformat" {= "0.24.1"}
15+
"yojson" {= "2.0.2"}
1616
"dune" {>= "2.7"}
1717
"odoc" {with-doc}
1818
]

test/Test.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ let testExtractEscaped () =
150150
{|[
151151
{
152152
"id": "ReScript.decodeError",
153-
"defaultMessage":
154-
"The configuration could not be decoded.\n\nPlease contact your administrator."
153+
"defaultMessage": "The configuration could not be decoded.\n\nPlease contact your administrator."
155154
},
156155
{
157156
"id": "ReScript.trackingActive",

0 commit comments

Comments
 (0)