|
63 | 63 | ;; Use with editor command to start a REPL (Jack-in) to include REPL Reloaded tools
|
64 | 64 | :dev/reloaded
|
65 | 65 | {:extra-paths ["dev" "test"]
|
66 |
| - :extra-deps {djblue/portal {:mvn/version "0.57.3"} ; portal data inspector |
67 |
| - clj-commons/clj-yaml {:mvn/version "1.0.27"} ; portal yaml support (optional) |
| 66 | + :extra-deps {djblue/portal {:mvn/version "0.58.2"} ; portal data inspector |
| 67 | + clj-commons/clj-yaml {:mvn/version "1.0.28"} ; portal yaml support (optional) |
68 | 68 | org.clojure/tools.namespace {:mvn/version "1.5.0"}
|
69 | 69 | org.clojure/tools.trace {:mvn/version "0.8.0"}
|
70 | 70 | org.slf4j/slf4j-nop {:mvn/version "2.0.16"}
|
|
76 | 76 | ;; ClojureScript tools during REPl startup
|
77 | 77 | :dev/reloaded-cljs
|
78 | 78 | {:extra-paths ["dev" "test"]
|
79 |
| - :extra-deps {djblue/portal {:mvn/version "0.57.3"} ; portal data inspector |
| 79 | + :extra-deps {djblue/portal {:mvn/version "0.58.2"} ; portal data inspector |
80 | 80 | org.clojure/clojurescript {:mvn/version "1.10.844"}
|
81 | 81 | lambdaisland/kaocha-cljs {:mvn/version "1.5.154"}
|
82 | 82 | org.clojure/test.check {:mvn/version "1.1.1"}}}
|
|
97 | 97 |
|
98 | 98 | ;; Component REPL libraries
|
99 | 99 | :lib/integrant-repl
|
100 |
| - {:extra-deps {integrant/repl {:mvn/version "0.3.3"}}} |
| 100 | + {:extra-deps {integrant/repl {:mvn/version "0.4.0"}}} |
101 | 101 |
|
102 | 102 | :lib/component-repl
|
103 | 103 | {:extra-deps {com.stuartsierra/component.repl {:mvn/version "1.0.0"}}}
|
|
127 | 127 | {:extra-deps
|
128 | 128 | {nrepl/nrepl {:mvn/version "1.3.0"}
|
129 | 129 | cider/cider-nrepl {:mvn/version "0.50.2"}
|
130 |
| - djblue/portal {:mvn/version "0.57.3"}} |
| 130 | + djblue/portal {:mvn/version "0.58.2"}} |
131 | 131 | :main-opts ["--main" "nrepl.cmdline"
|
132 | 132 | "--middleware"
|
133 | 133 | "[cider.nrepl/cider-middleware,portal.nrepl/wrap-portal]"]}
|
|
137 | 137 | ;; Alpha stage alias design - may change
|
138 | 138 | ;; clojure -M:repl/clerk
|
139 | 139 | :repl/clerk
|
140 |
| - {:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.16.1016"} |
| 140 | + {:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.17.1102"} |
141 | 141 | nrepl/nrepl {:mvn/version "1.3.0"}
|
142 | 142 | cider/cider-nrepl {:mvn/version "0.50.2"}
|
143 | 143 | refactor-nrepl/refactor-nrepl {:mvn/version "3.10.0"}}
|
|
176 | 176 | :extra-deps {nrepl/nrepl {:mvn/version "1.3.0"}
|
177 | 177 | cider/cider-nrepl {:mvn/version "0.50.2"}
|
178 | 178 | com.bhauman/rebel-readline {:mvn/version "0.1.4"}
|
179 |
| - djblue/portal {:mvn/version "0.57.3"} ; portal data inspector |
180 |
| - clj-commons/clj-yaml {:mvn/version "1.0.27"} ; portal yaml support (optional) |
| 179 | + djblue/portal {:mvn/version "0.58.2"} ; portal data inspector |
| 180 | + clj-commons/clj-yaml {:mvn/version "1.0.28"} ; portal yaml support (optional) |
181 | 181 | org.clojure/tools.namespace {:mvn/version "1.5.0"}
|
182 | 182 | org.clojure/tools.trace {:mvn/version "0.8.0"}
|
183 | 183 | org.slf4j/slf4j-nop {:mvn/version "2.0.16"}
|
|
296 | 296 | ;; cd $XDG_CONFIG_HOME/clojure && clojure -T:search/outdated
|
297 | 297 | :search/outdated
|
298 | 298 | {:replace-paths ["."]
|
299 |
| - :replace-deps {com.github.liquidz/antq {:mvn/version "2.9.1227"} |
| 299 | + :replace-deps {com.github.liquidz/antq {:mvn/version "2.10.1241"} |
300 | 300 | org.slf4j/slf4j-nop {:mvn/version "2.0.16"}}
|
301 | 301 | :exec-fn antq.tool/outdated
|
302 | 302 | :exec-args {:directory ["."] ; default
|
|
470 | 470 | ;; Databases and drivers uses only during development
|
471 | 471 |
|
472 | 472 | :lib/next.jdbc
|
473 |
| - {:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.939"}}} |
| 473 | + {:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.955"}}} |
474 | 474 |
|
475 | 475 | ;; H2 embedded database
|
476 | 476 | :database/h2
|
477 | 477 | {:extra-deps
|
478 | 478 | {com.h2database/h2 {:mvn/version "2.3.232"}
|
479 |
| - com.github.seancorfield/next.jdbc {:mvn/version "1.3.939"}}} |
| 479 | + com.github.seancorfield/next.jdbc {:mvn/version "1.3.955"}}} |
480 | 480 | ;; ---------------------------------------------------
|
481 | 481 |
|
482 | 482 | ;; ---------------------------------------------------
|
|
486 | 486 | ;; https://github.com/nextjournal/clerk
|
487 | 487 | ;; Alias can be used as an optional library for projects or REPL workflow
|
488 | 488 | :lib/clerk
|
489 |
| - {:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.16.1016"}}} |
| 489 | + {:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.17.1102"}}} |
490 | 490 | ;; ---------------------------------------------------
|
491 | 491 |
|
492 | 492 | ;; ---------------------------------------------------
|
|
497 | 497 | ;; https://github.com/djblue/portal
|
498 | 498 |
|
499 | 499 | :inspect/portal-cli
|
500 |
| - {:extra-deps {djblue/portal {:mvn/version "0.57.3"}}} |
| 500 | + {:extra-deps {djblue/portal {:mvn/version "0.58.2"}}} |
501 | 501 |
|
502 | 502 | :inspect/portal-web
|
503 |
| - {:extra-deps {djblue/portal {:mvn/version "0.57.3"} |
| 503 | + {:extra-deps {djblue/portal {:mvn/version "0.58.2"} |
504 | 504 | org.clojure/clojurescript {:mvn/version "1.11.60"}}
|
505 | 505 | :main-opts ["--main" "cljs.main"]}
|
506 | 506 |
|
507 | 507 | :inspect/portal-node
|
508 |
| - {:extra-deps {djblue/portal {:mvn/version "0.57.3"} |
| 508 | + {:extra-deps {djblue/portal {:mvn/version "0.58.2"} |
509 | 509 | org.clojure/clojurescript {:mvn/version "1.11.60"}}
|
510 | 510 | :main-opts ["--main" "cljs.main" "-re" "node"]}
|
511 | 511 |
|
|
521 | 521 | ;; Flowstorm, a tracing debugger
|
522 | 522 | ;; https://github.com/jpmonettas/flow-storm-debugger
|
523 | 523 | :lib/flowstorm
|
524 |
| - {:extra-deps {com.github.flow-storm/flow-storm-dbg {:mvn/version "3.17.3"}}} |
| 524 | + {:extra-deps {com.github.flow-storm/flow-storm-dbg {:mvn/version "3.17.4"}}} |
525 | 525 |
|
526 | 526 | ;; Suggested FlowStorm approach.
|
527 | 527 | ;; Use patched Clojure compiler which instruments all evaluations
|
528 | 528 | ;; https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_clojurestorm
|
529 | 529 | :lib/clojurestorm
|
530 | 530 | {:classpath-overrides {org.clojure/clojure nil}
|
531 |
| - :extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.0"} |
532 |
| - com.github.flow-storm/flow-storm-dbg {:mvn/version "3.17.3"}} |
| 531 | + :extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.0-1"} |
| 532 | + com.github.flow-storm/flow-storm-dbg {:mvn/version "3.17.4"}} |
533 | 533 | ;; Optionally add jvm-opt to manage instrumentation:
|
534 | 534 | ;; -Dclojure.storm.instrumentOnlyPrefixes=YOUR_INSTRUMENTATION_STRING"
|
535 | 535 | :jvm-opts ["-Dclojure.storm.instrumentEnable=true"]}
|
|
0 commit comments