Skip to content

Commit a493a64

Browse files
committed
pin opam-check-npm-deps
1 parent 66279e5 commit a493a64

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
(ocaml-lsp-server :with-dev-setup)
4343
(opam-check-npm-deps
4444
(and
45-
(>= 4.0.0)
45+
:dev
4646
:with-dev-setup))
4747
(ocamlformat
4848
(and

reason-react.opam

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"reason-react-ppx" {= version}
2424
"reason" {>= "3.12.0"}
2525
"ocaml-lsp-server" {with-dev-setup}
26-
"opam-check-npm-deps" {>= "4.0.0" & with-dev-setup}
26+
"opam-check-npm-deps" {dev & with-dev-setup}
2727
"ocamlformat" {= "0.27.0" & with-dev-setup}
2828
"odoc" {with-doc}
2929
]
@@ -46,3 +46,7 @@ depexts: [
4646
["react"] {npm-version = "^19.1.0"}
4747
["react-dom"] {npm-version = "^19.1.0"}
4848
]
49+
pin-depends: [
50+
[ "opam-check-npm-deps.dev" "git+https://github.com/ahrefs/opam-check-npm-deps.git#23270f9574c5866dae2c3948d58d929ce6ea2118"]
51+
]
52+

reason-react.opam.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ depexts: [
22
["react"] {npm-version = "^19.1.0"}
33
["react-dom"] {npm-version = "^19.1.0"}
44
]
5+
pin-depends: [
6+
[ "opam-check-npm-deps.dev" "git+https://github.com/ahrefs/opam-check-npm-deps.git#23270f9574c5866dae2c3948d58d929ce6ea2118"]
7+
]
8+

0 commit comments

Comments
 (0)