File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Some projects using rewrite-clj v1
54
54
* https://github.com/liquidz/antq[antq] {canary-tested} - Point out your outdated dependencies
55
55
* https://github.com/babashka/babashka[babashka] {not-canary-tested} - Native, fast starting Clojure interpreter for scripting
56
56
* https://github.com/borkdude/carve[carve] {canary-tested} - Carve out the essentials of your Clojure app
57
- * https://github.com/nextjournal/clerk[clerk] {not- canary-tested} - Local-First Notebooks for Clojure
57
+ * https://github.com/nextjournal/clerk[clerk] {canary-tested} - Local-First Notebooks for Clojure
58
58
* https://github.com/weavejester/cljfmt[cljfmt] {canary-tested} - A tool for formatting Clojure code
59
59
* https://github.com/greglook/cljstyle[cljstyle] {canary-tested} - A tool for formatting Clojure code
60
60
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] {canary-tested} - Language Server (LSP) for Clojure
Original file line number Diff line number Diff line change 271
271
:patch-fn deps-edn-v1-patch
272
272
:show-deps-fn cli-deps-tree
273
273
:test-cmds [" clojure -M:test" ]}
274
- ; ; TODO: Clerk now has tests, they just aren't part of an official release yet, soon!
275
- #_{:name " clerk"
276
- :version " 0.4.305"
274
+ {:name " clerk"
275
+ :version " 0.5.346"
277
276
:github-release {:repo " nextjournal/clerk"
278
277
:via :tag
279
278
:version-prefix " v" }
395
394
:show-deps-fn lein-deps-tree
396
395
:test-cmds [" lein test" ]}
397
396
{:name " zprint"
398
- :version " 1.2.0 "
397
+ :version " 1.2.1 "
399
398
:platforms [:clj :cljs ]
400
399
:github-release {:repo " kkinnear/zprint" }
401
400
:patch-fn zprint-patch
You can’t perform that action at this time.
0 commit comments