File tree Expand file tree Collapse file tree 4 files changed +72
-72
lines changed Expand file tree Collapse file tree 4 files changed +72
-72
lines changed Original file line number Diff line number Diff line change 13
13
; ;
14
14
; ; ClojureScript version we test with (and support)
15
15
; ;
16
- :cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.10.879 " }}}
16
+ :cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.10.893 " }}}
17
17
18
18
; ;
19
19
; ; Linting
120
120
; ;
121
121
; ; Deployment
122
122
; ;
123
- :build {:deps {io.github.clojure/tools.build {:git/tag " v0.6.2 " :git/sha " 226fb52 " }
123
+ :build {:deps {io.github.clojure/tools.build {:git/tag " v0.6.3 " :git/sha " 4a1b53a " }
124
124
io.github.slipset/deps-deploy {:sha " 9b8db1f57722d19cf92de57ac7db28d71a915bcf" }
125
125
io.github.camsaul/whitespace-linter {:sha " 942b34e117c5cb7667abfdb8d3f2449f27e46f57" }}
126
126
:ns-default build}
127
127
128
128
; ;
129
129
; ; Maintenance support
130
130
; ;
131
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 1.1 .0" }
131
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 1.2 .0" }
132
132
org.slf4j/slf4j-simple {:mvn/version " 1.7.32" } ; ; to rid ourselves of logger warnings
133
133
}
134
134
:override-deps {org.clojure/clojure {:mvn/version " 1.10.3" }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rewrite-clj" ,
3
3
"devDependencies" : {
4
- "karma" : " ^6.3.5 " ,
4
+ "karma" : " ^6.3.8 " ,
5
5
"karma-chrome-launcher" : " ^3.1.0" ,
6
6
"karma-cljs-test" : " ^0.1.0" ,
7
7
"karma-junit-reporter" : " ^2.0.0" ,
8
8
"karma-spec-reporter" : " ^0.0.32" ,
9
- "shadow-cljs" : " ^2.15.12 "
9
+ "shadow-cljs" : " ^2.16.2 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 302
302
:show-deps-fn lein-deps-tree
303
303
:test-cmds [" lein kaocha" ]}
304
304
{:name " antq"
305
- :version " 1.1 .0"
305
+ :version " 1.2 .0"
306
306
:platforms [:clj ]
307
307
:github-release {:repo " liquidz/antq" }
308
308
:patch-fn deps-edn-v1-patch
You can’t perform that action at this time.
0 commit comments