File tree Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 22
22
; ;
23
23
:lint-cache {:replace-paths [" src" ]} ; ; when building classpath we want to exclude resources
24
24
; ; so we do not pick up our own clj-kondo config exports
25
- :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2021.12.19 " }}
25
+ :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2022.01.13 " }}
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.1.0 " }}
29
+ :eastwood {:extra-deps {jonase/eastwood {:mvn/version " 1.1.1 " }}
30
30
:main-opts [" -m" " eastwood.lint" {:source-paths [" src" ]
31
31
:test-paths [" test" ]
32
32
:add-linters [:performance ]
105
105
106
106
:sci-test {:extra-paths [" target/generated/sci-test/src" ]
107
107
:extra-deps {lread/sci-test {:git/url " https://github.com/lread/sci-test.git"
108
- :sha " 2af0994d7b4554be08c38f166400fc79f1c28b3e " }}}
108
+ :sha " 926013c916cda7fb8faae207cc8d0e5996020700 " }}}
109
109
110
110
:native-test {:extra-paths [" target/generated/graal" ]}
111
111
133
133
; ; Maintenance support
134
134
; ;
135
135
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 1.3.1" }
136
- org.slf4j/slf4j-simple {:mvn/version " 1.7.32 " } ; ; to rid ourselves of logger warnings
136
+ org.slf4j/slf4j-simple {:mvn/version " 1.7.33 " } ; ; 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.10 " ,
4
+ "karma" : " ^6.3.11 " ,
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