File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments