Skip to content

Commit 7621126

Browse files
committed
dev: update deps
- holding off on kaocha until a new release. - figwheel main update fixes likely broken cljs_watch.clj
1 parent ed5dfaa commit 7621126

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

bb.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["script"]
22
: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"}
44
docopt/docopt {:git/url "https://github.com/nubank/docopt.clj"
55
:sha "98814f559d2e50fdf10f43cbe3b7da0ca3cca423"}
66
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"}}}

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
:main-opts ["-m" "kaocha.runner"]}
4646

4747
;; 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"}}
4949
:extra-paths ["target" "test"]
5050
:main-opts ["-m" "figwheel.main" "-b" "fig" "-r"]}
5151

@@ -97,7 +97,7 @@
9797
;;
9898
;; Deployment
9999
;;
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"}}
101101
:exec-fn hf.depstar/jar
102102
:exec-args {:jar "target/rewrite-clj.jar"
103103
:jar-type :thin}}
@@ -116,7 +116,7 @@
116116
;;
117117
;; Maintenance support
118118
;;
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"}
120120
org.slf4j/slf4j-simple {:mvn/version "1.7.30"} ;; to rid ourselves of logger warnings
121121
}
122122
:main-opts ["-m" "antq.core"]}}}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2+
"name": "rewrite-clj",
23
"devDependencies": {
34
"karma": "^6.3.2",
45
"karma-chrome-launcher": "^3.1.0",
56
"karma-cljs-test": "^0.1.0",
67
"karma-junit-reporter": "^2.0.0",
78
"karma-spec-reporter": "^0.0.32",
8-
"shadow-cljs": "^2.12.1"
9+
"shadow-cljs": "^2.12.5"
910
}
1011
}

script/libs_tests.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
;;
321321

322322
(def libs [{:name "antq"
323-
:version "0.12.4"
323+
:version "0.13.0"
324324
:platforms [:clj]
325325
:github-release {:repo "liquidz/antq"}
326326
:patch-fn deps-edn-v1-patch
@@ -354,7 +354,7 @@
354354
["lein" "test"]]}
355355
{:name "clojure-lsp"
356356
:platforms [:clj]
357-
:version "2021.04.03-18.43.55"
357+
:version "2021.04.13-12.47.33"
358358
:github-release {:repo "clojure-lsp/clojure-lsp"}
359359
:patch-fn clojure-lsp-patch
360360
:show-deps-fn cli-deps-tree

0 commit comments

Comments
 (0)