File tree Expand file tree Collapse file tree 6 files changed +1207
-1884
lines changed
Expand file tree Collapse file tree 6 files changed +1207
-1884
lines changed Original file line number Diff line number Diff line change 3535 ( >= " 3.10.0" )
3636 :with -test) )
3737 ( ppxlib
38- ( >= " 0.32 .0" ) )
39- ( opam-check-npm-deps : with -dev-setup)
38+ ( >= " 0.36 .0" ) )
39+ ( opam-check-npm-deps ( and :dev : with -dev-setup) )
4040 ( ocaml-lsp-server :with -dev-setup)
4141 ( ocamlformat
4242 ( and
5353 ( ocaml
5454 ( >= " 4.12" ) )
5555 ( ppxlib
56- ( >= " 0.32 .0" ) )
56+ ( >= " 0.36 .0" ) )
5757 ( yojson
5858 ( >= " 1.6.0" ) ) ) )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ bug-reports: "https://github.com/melange-community/melange-json/issues"
1414depends: [
1515 "dune" {>= "3.16"}
1616 "ocaml" {>= "4.12"}
17- "ppxlib" {>= "0.32 .0"}
17+ "ppxlib" {>= "0.36 .0"}
1818 "yojson" {>= "1.6.0"}
1919 "odoc" {with-doc}
2020]
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ depends: [
1717 "melange" {>= "4.0.0"}
1818 "melange-jest" {with-test}
1919 "reason" {>= "3.10.0" & with-test}
20- "ppxlib" {>= "0.32 .0"}
21- "opam-check-npm-deps" {with-dev-setup}
20+ "ppxlib" {>= "0.36 .0"}
21+ "opam-check-npm-deps" {dev & with-dev-setup}
2222 "ocaml-lsp-server" {with-dev-setup}
2323 "ocamlformat" {>= "0.27.0" & with-dev-setup}
2424 "odoc" {with-doc}
@@ -39,6 +39,6 @@ build: [
3939]
4040dev-repo: "git+https://github.com/melange-community/melange-json.git"
4141pin-depends: [
42- [ "opam-check-npm-deps.dev" "git+https://github.com/ahrefs/opam-check-npm-deps.git#12e63761842c71dc3a688257f7827580ebe2b7f1" ]
42+ [ "opam-check-npm-deps.dev" "git+https://github.com/ahrefs/opam-check-npm-deps.git#8adc5a6fa6b744c4007f5085ef0cf1347a4b5f36" ]
4343]
4444
Original file line number Diff line number Diff line change 11pin-depends: [
2- [ "opam-check-npm-deps.dev" "git+https://github.com/ahrefs/opam-check-npm-deps.git#12e63761842c71dc3a688257f7827580ebe2b7f1" ]
2+ [ "opam-check-npm-deps.dev" "git+https://github.com/ahrefs/opam-check-npm-deps.git#8adc5a6fa6b744c4007f5085ef0cf1347a4b5f36" ]
33]
44
Original file line number Diff line number Diff line change 11{
22 "devDependencies" : {
3- "jest" : " ^26.5.2" ,
3+ "jest" : " ^29.0" ,
4+ "jest-environment-jsdom" : " ^29.0" ,
45 "@testing-library/jest-dom" : " ^5.10.0"
56 }
67}
You can’t perform that action at this time.
0 commit comments