File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
{:paths [" script" ]
2
2
:deps {org.clojure/data.zip {:mvn/version " 1.0.0" }
3
- io.aviso/pretty {:mvn/version " 0.1.36 " }
3
+ io.aviso/pretty {:mvn/version " 0.1.37 " }
4
4
docopt/docopt {:git/url " https://github.com/nubank/docopt.clj"
5
5
:sha " 98814f559d2e50fdf10f43cbe3b7da0ca3cca423" }
6
6
doric/doric {:mvn/version " 0.9.0" }
7
- version-clj/version-clj {:mvn/version " 0.1.2 " }}}
7
+ version-clj/version-clj {:mvn/version " 2. 0.1" }}}
Original file line number Diff line number Diff line change 45
45
:main-opts [" -m" " kaocha.runner" ]}
46
46
47
47
; ; figwheel for clojurescript testing during dev
48
- :fig-test {:extra-deps {com.bhauman/figwheel-main {:mvn/version " 0.2.12 " }}
48
+ :fig-test {:extra-deps {com.bhauman/figwheel-main {:mvn/version " 0.2.13 " }}
49
49
:extra-paths [" target" " test" ]
50
50
:main-opts [" -m" " figwheel.main" " -b" " fig" " -r" ]}
51
51
97
97
; ;
98
98
; ; Deployment
99
99
; ;
100
- :jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version " 2.0.211 " }}
100
+ :jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version " 2.0.216 " }}
101
101
:exec-fn hf.depstar/jar
102
102
:exec-args {:jar " target/rewrite-clj.jar"
103
103
:jar-type :thin }}
116
116
; ;
117
117
; ; Maintenance support
118
118
; ;
119
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 0.12.4 " }
119
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 0.13.0 " }
120
120
org.slf4j/slf4j-simple {:mvn/version " 1.7.30" } ; ; to rid ourselves of logger warnings
121
121
}
122
122
:main-opts [" -m" " antq.core" ]}}}
Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " rewrite-clj" ,
2
3
"devDependencies" : {
3
4
"karma" : " ^6.3.2" ,
4
5
"karma-chrome-launcher" : " ^3.1.0" ,
5
6
"karma-cljs-test" : " ^0.1.0" ,
6
7
"karma-junit-reporter" : " ^2.0.0" ,
7
8
"karma-spec-reporter" : " ^0.0.32" ,
8
- "shadow-cljs" : " ^2.12.1 "
9
+ "shadow-cljs" : " ^2.12.5 "
9
10
}
10
11
}
Original file line number Diff line number Diff line change 320
320
; ;
321
321
322
322
(def libs [{:name " antq"
323
- :version " 0.12.4 "
323
+ :version " 0.13.0 "
324
324
:platforms [:clj ]
325
325
:github-release {:repo " liquidz/antq" }
326
326
:patch-fn deps-edn-v1-patch
354
354
[" lein" " test" ]]}
355
355
{:name " clojure-lsp"
356
356
:platforms [:clj ]
357
- :version " 2021.04.03-18.43.55 "
357
+ :version " 2021.04.13-12.47.33 "
358
358
:github-release {:repo " clojure-lsp/clojure-lsp" }
359
359
:patch-fn clojure-lsp-patch
360
360
:show-deps-fn cli-deps-tree
You can’t perform that action at this time.
0 commit comments