File tree Expand file tree Collapse file tree 3 files changed +24
-24
lines changed Expand file tree Collapse file tree 3 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 15
15
; ;
16
16
; ; ClojureScript version we test with (and support)
17
17
; ;
18
- :cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.10.914 " }}}
18
+ :cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.11.4 " }}}
19
19
20
20
; ;
21
21
; ; Linting
26
26
:override-deps {org.clojure/clojure {:mvn/version " 1.10.3" }}
27
27
:main-opts [" -m" " clj-kondo.main" ]}
28
28
29
- :eastwood {:extra-deps {jonase/eastwood {:mvn/version " 1.2.0 " }}
29
+ :eastwood {:extra-deps {jonase/eastwood {:mvn/version " 1.2.2 " }}
30
30
:main-opts [" -m" " eastwood.lint" {:source-paths [" src" ]
31
31
:test-paths [" test" ]
32
32
:add-linters [:performance ]
89
89
cli-matic/cli-matic {:mvn/version " 0.4.3" }}}
90
90
91
91
:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version " 1.10.3" }}
92
- :extra-deps {metosin/malli {:mvn/version " 0.7.5 " }
92
+ :extra-deps {metosin/malli {:mvn/version " 0.8.0 " }
93
93
io.aviso/pretty {:mvn/version " 1.1.1" }}
94
94
:ns-default lread.apply-import-vars}
95
95
133
133
; ; Maintenance support
134
134
; ;
135
135
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 1.4.0" }
136
- org.slf4j/slf4j-simple {:mvn/version " 1.7.33 " } ; ; to rid ourselves of logger warnings
136
+ org.slf4j/slf4j-simple {:mvn/version " 1.7.35 " } ; ; to rid ourselves of logger warnings
137
137
}
138
138
:override-deps {org.clojure/clojure {:mvn/version " 1.10.3" }}
139
139
:main-opts [" -m" " antq.core"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rewrite-clj" ,
3
3
"devDependencies" : {
4
- "karma" : " ^6.3.11 " ,
4
+ "karma" : " ^6.3.12 " ,
5
5
"karma-chrome-launcher" : " ^3.1.0" ,
6
6
"karma-cljs-test" : " ^0.1.0" ,
7
7
"karma-junit-reporter" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments