File tree Expand file tree Collapse file tree 3 files changed +39
-60
lines changed Expand file tree Collapse file tree 3 files changed +39
-60
lines changed Original file line number Diff line number Diff line change 1414 ; ;
1515 ; ; ClojureScript version we test with (and support)
1616 ; ;
17- :cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.11.4 " }}}
17+ :cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.11.51 " }}}
1818
1919 ; ;
2020 ; ; Linting
6363 ; ; cognitect test-runner for testing clojure < v1.9
6464 ; ; (we prefer kaocha but it requires a min Clojure version of 1.9)
6565 :clj-test-runner {:extra-deps {io.github.cognitect-labs/test-runner
66- {:git/tag " v0.5.0 " :git/sha " b3fd0d2 " }}
66+ {:git/tag " v0.5.1 " :git/sha " dfb30dd " }}
6767 :main-opts [" -m" " cognitect.test-runner" ]}
6868
6969 ; ; figwheel for clojurescript testing during dev
8484 ; ;
8585 :script {:extra-paths [" script" ]
8686 :override-deps {org.clojure/clojure {:mvn/version " 1.11.1" }}
87- :extra-deps {org.clojure/tools.namespace {:mvn/version " 1.2 .0" }
87+ :extra-deps {org.clojure/tools.namespace {:mvn/version " 1.3 .0" }
8888 cli-matic/cli-matic {:mvn/version " 0.5.3" }}}
8989
9090 :apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version " 1.11.1" }}
122122 ; ;
123123 ; ; Deployment
124124 ;
125- :build {:deps {io.github.clojure/tools.build {:git/tag " v0.8.1 " :git/sha " 7d40500 " }
125+ :build {:deps {io.github.clojure/tools.build {:git/tag " v0.8.2 " :git/sha " ba1a2bf " }
126126 io.github.slipset/deps-deploy {:sha " d1fac08888ec8beda0579d3071bb9f804a1d446c" }
127127 com.camsaul/whitespace-linter {:mvn/version " 2022.01.27.04.43" }}
128128 :ns-default build}
Original file line number Diff line number Diff line change 11{
22 "name" : " rewrite-clj" ,
33 "devDependencies" : {
4- "karma" : " ^6.3.19 " ,
4+ "karma" : " ^6.3.20 " ,
55 "karma-chrome-launcher" : " ^3.1.1" ,
66 "karma-cljs-test" : " ^0.1.0" ,
77 "karma-junit-reporter" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments