Skip to content

Commit b8678d0

Browse files
authored
build: use released opam-check-npm-deps (#910)
1 parent 9263b18 commit b8678d0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
:with-dev-setup))
4747
(ocamlformat
4848
(and
49-
(= 0.27.0)
49+
(= 0.28.1)
5050
:with-dev-setup))))
5151

5252
(package
@@ -63,5 +63,5 @@
6363
(merlin :with-test)
6464
(ocamlformat
6565
(and
66-
(= 0.27.0)
66+
(= 0.28.1)
6767
:with-dev-setup))))

reason-react-ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"reason" {>= "3.12.0"}
2020
"ppxlib" {>= "0.36.0"}
2121
"merlin" {with-test}
22-
"ocamlformat" {= "0.27.0" & with-dev-setup}
22+
"ocamlformat" {= "0.28.1" & with-dev-setup}
2323
"odoc" {with-doc}
2424
]
2525
build: [

reason-react.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"reason" {>= "3.12.0"}
2525
"ocaml-lsp-server" {with-dev-setup}
2626
"opam-check-npm-deps" {dev & with-dev-setup}
27-
"ocamlformat" {= "0.27.0" & with-dev-setup}
27+
"ocamlformat" {= "0.28.1" & with-dev-setup}
2828
"odoc" {with-doc}
2929
]
3030
build: [
@@ -47,5 +47,5 @@ depexts: [
4747
["react-dom"] {npm-version = "^19.1.0"}
4848
]
4949
pin-depends: [
50-
[ "opam-check-npm-deps.dev" "git+https://github.com/ahrefs/opam-check-npm-deps.git#5e036d2314fc7c0259626dbb352c04ce6442f739"]
50+
[ "opam-check-npm-deps.dev" "git+https://github.com/ahrefs/opam-check-npm-deps.git#4.1.0"]
5151
]

reason-react.opam.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ depexts: [
33
["react-dom"] {npm-version = "^19.1.0"}
44
]
55
pin-depends: [
6-
[ "opam-check-npm-deps.dev" "git+https://github.com/ahrefs/opam-check-npm-deps.git#5e036d2314fc7c0259626dbb352c04ce6442f739"]
6+
[ "opam-check-npm-deps.dev" "git+https://github.com/ahrefs/opam-check-npm-deps.git#4.1.0"]
77
]

0 commit comments

Comments
 (0)