File tree Expand file tree Collapse file tree 4 files changed +29
-32
lines changed Expand file tree Collapse file tree 4 files changed +29
-32
lines changed Original file line number Diff line number Diff line change 55
55
:extra-paths [" target/test-doc-blocks/test" ]}
56
56
57
57
; ; kaocha for testing clojure versions>= v1.9
58
- :kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version " 1.64.1010 " }
58
+ :kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version " 1.65.1029 " }
59
59
lambdaisland/kaocha-junit-xml {:mvn/version " 0.0.76" }
60
60
lambdaisland/kaocha-cloverage {:mvn/version " 1.0.75" }}
61
61
:main-opts [" -m" " kaocha.runner" ]}
130
130
; ;
131
131
; ; Maintenance support
132
132
; ;
133
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 1.6.0 " }
133
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 1.6.1 " }
134
134
org.slf4j/slf4j-simple {:mvn/version " 1.7.36" } ; ; to rid ourselves of logger warnings
135
135
}
136
136
:override-deps {org.clojure/clojure {:mvn/version " 1.11.1" }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rewrite-clj" ,
3
3
"devDependencies" : {
4
- "karma" : " ^6.3.17 " ,
4
+ "karma" : " ^6.3.18 " ,
5
5
"karma-chrome-launcher" : " ^3.1.1" ,
6
6
"karma-cljs-test" : " ^0.1.0" ,
7
7
"karma-junit-reporter" : " ^2.0.0" ,
8
- "karma-spec-reporter" : " ^0.0.33 " ,
8
+ "karma-spec-reporter" : " ^0.0.34 " ,
9
9
"shadow-cljs" : " ^2.18.0"
10
10
}
11
11
}
Original file line number Diff line number Diff line change 267
267
:show-deps-fn lein-deps-tree
268
268
:test-cmds [" lein kaocha" ]}
269
269
{:name " antq"
270
- :version " 1.6.0 "
270
+ :version " 1.6.1 "
271
271
:platforms [:clj ]
272
272
:github-release {:repo " liquidz/antq" }
273
273
:patch-fn deps-edn-v1-patch
371
371
:show-deps-fn lein-deps-tree
372
372
:test-cmds [" lein test" ]}
373
373
{:name " rewrite-edn"
374
- :version " 0.1 .0"
374
+ :version " 0.2 .0"
375
375
:platforms [:clj ]
376
376
:github-release {:repo " borkdude/rewrite-edn"
377
377
:version-prefix " v"
406
406
:show-deps-fn lein-deps-tree
407
407
:test-cmds [" lein test" ]}
408
408
{:name " zprint"
409
- :version " 1.2.2"
410
- :note " planck cljs tests disabled for now: https://github.com/kkinnear/zprint/issues/222"
409
+ :version " 1.2.3"
411
410
:platforms [:clj :cljs ]
412
411
:github-release {:repo " kkinnear/zprint" }
413
412
:patch-fn zprint-patch
418
417
(status/line :detail " => Deps Clojurescript run:" )
419
418
(cli-deps-tree lib))
420
419
:test-cmds [" lein with-profile expectations test"
421
- ; ; temporarily disabled: https://github.com/kkinnear/zprint/issues/222
422
- #_
423
420
" clojure -M:cljs-runner" ]}])
424
421
425
422
(defn- header [text]
You can’t perform that action at this time.
0 commit comments