|
7 | 7 | metosin/malli {:mvn/version "0.6.2"}
|
8 | 8 | metosin/muuntaja {:mvn/version "0.6.8"}
|
9 | 9 | ring/ring-defaults {:mvn/version "0.3.3"}
|
10 |
| - org.clojure/core.async {:mvn/version "1.3.618"} |
| 10 | + org.clojure/core.async {:mvn/version "1.3.622"} |
11 | 11 |
|
12 | 12 | ;; SQL ;)
|
13 |
| - com.github.seancorfield/next.jdbc {:mvn/version "1.2.709"} |
14 |
| - com.github.seancorfield/honeysql {:mvn/version "2.0.783"} |
| 13 | + com.github.seancorfield/next.jdbc {:mvn/version "1.2.731"} |
| 14 | + com.github.seancorfield/honeysql {:mvn/version "2.1.818"} |
15 | 15 | hikari-cp/hikari-cp {:mvn/version "2.13.0"}
|
16 | 16 | org.xerial/sqlite-jdbc {:mvn/version "3.36.0.3"}
|
17 | 17 | ragtime/ragtime {:mvn/version "0.8.1"}
|
|
20 | 20 | datascript/datascript {:mvn/version "1.2.8"}
|
21 | 21 |
|
22 | 22 | ;; for time-ordered UUIDs
|
23 |
| - com.github.f4b6a3/uuid-creator {:mvn/version "4.1.1"}} |
| 23 | + com.github.f4b6a3/uuid-creator {:mvn/version "4.1.2"}} |
24 | 24 |
|
25 | 25 | :aliases
|
26 | 26 | {:cljs {:extra-paths ["src/cljs" "src/cljc"]
|
27 |
| - :extra-deps {thheller/shadow-cljs {:mvn/version "2.15.10"}} |
| 27 | + :extra-deps {thheller/shadow-cljs {:mvn/version "2.15.12"}} |
28 | 28 | :main-opts ["-m" "shadow.cljs.devtools.cli"]}
|
29 | 29 |
|
30 | 30 | :build {:extra-paths ["src/cljs" "src/cljc"]
|
31 |
| - :extra-deps {io.github.clojure/tools.build {:git/tag "v0.6.1" :git/sha "515b334"} |
32 |
| - thheller/shadow-cljs {:mvn/version "2.15.10"} |
| 31 | + :extra-deps {io.github.clojure/tools.build {:git/tag "v0.6.2" :git/sha "226fb52"} |
| 32 | + thheller/shadow-cljs {:mvn/version "2.15.12"} |
33 | 33 | com.github.seancorfield/depstar {:mvn/version "2.1.303"}
|
34 | 34 |
|
35 | 35 | ;; cljs dependencies
|
|
0 commit comments