|
1 | 1 | {:paths ["src/main/clojure"]
|
2 | 2 |
|
3 | 3 | ;; External dependencies
|
4 |
| - :deps {org.clojure/clojure {:mvn/version "1.10.3"}} |
| 4 | + :deps {org.clojure/clojure {:mvn/version "1.10.3"} |
| 5 | + thheller/shadow-cljs {:mvn/version "2.14.4"} |
| 6 | + re-frame/re-frame {:mvn/version"1.2.0"} |
5 | 7 |
|
6 |
| - :aliases |
7 |
| - {:cljs |
8 |
| - {:extra-deps {thheller/shadow-cljs {:mvn/version "2.15.1"} |
9 |
| - re-frame/re-frame {:mvn/version"1.2.0"} |
10 |
| - |
11 |
| - ;; A promise library. |
12 |
| - funcool/promesa {:mvn/version "6.0.2"} |
| 8 | + ;; A promise library. |
| 9 | + funcool/promesa {:mvn/version "6.0.2"} |
13 | 10 |
|
14 |
| - ;; Data-driven schemas. |
15 |
| - metosin/malli {:git/url "https://github.com/metosin/malli.git" |
16 |
| - :sha "aa979c1fe0df622f6962720d14578d88bc543546"} |
| 11 | + ;; Data-driven schemas. |
| 12 | + metosin/malli {:git/url "https://github.com/metosin/malli.git" |
| 13 | + :sha "aa979c1fe0df622f6962720d14578d88bc543546"} |
17 | 14 |
|
18 |
| - ;; Function instrumentation using Malli schemas. |
19 |
| - com.crypticbutter/snoop {:mvn/version "21-166-alpha2"} |
| 15 | + ;; Function instrumentation using Malli schemas. |
| 16 | + com.crypticbutter/snoop {:mvn/version "21-353-alpha"} |
20 | 17 |
|
21 |
| - ;; Force re-frame to use the latest Reagent version. The latest |
22 |
| - ;; release also removes lots of compiler warnings and support |
23 |
| - ;; React 17.0.2. |
24 |
| - reagent/reagent {:mvn/version "1.1.0"} |
| 18 | + ;; Force re-frame to use the latest Reagent version. The latest |
| 19 | + ;; release also removes lots of compiler warnings and support |
| 20 | + ;; React 17.0.2. |
| 21 | + reagent/reagent {:mvn/version "1.1.0"} |
25 | 22 |
|
26 |
| - ;; Compose Tailwind classes using data. |
27 |
| - rgm/tailwind-hiccup {:mvn/version "0.2.0"} |
| 23 | + ;; Compose Tailwind classes using data. |
| 24 | + rgm/tailwind-hiccup {:mvn/version "0.2.0"} |
28 | 25 |
|
29 |
| - ;; Client-side routing. |
30 |
| - bidi/bidi {:mvn/version "2.1.6"} |
31 |
| - kibu/pushy {:mvn/version "0.3.8"} |
| 26 | + ;; Client-side routing. |
| 27 | + bidi/bidi {:mvn/version "2.1.6"} |
| 28 | + kibu/pushy {:mvn/version "0.3.8"} |
32 | 29 |
|
33 |
| - ;; Data browser/inspector (only used for development). |
34 |
| - djblue/portal {:mvn/version "0.12.0"} |
| 30 | + ;; Data browser/inspector (only used for development). |
| 31 | + djblue/portal {:mvn/version "0.12.0"} |
35 | 32 |
|
36 |
| - ;; An effect handler for AJAX calls. |
37 |
| - day8.re-frame/http-fx {:mvn/version "0.2.3"} |
| 33 | + ;; An effect handler for AJAX calls. |
| 34 | + day8.re-frame/http-fx {:mvn/version "0.2.3"} |
38 | 35 |
|
39 |
| - ;; A graph based visualization tool for re-frame event chains. |
40 |
| - org.clojars.ertucetin/re-frame-flow {:mvn/version "0.1.4"} |
41 |
| - day8.re-frame/tracing {:mvn/version "0.6.2"} |
42 |
| - day8.re-frame/re-frame-10x {:mvn/version "1.1.3"}}} |
| 36 | + ;; A graph based visualization tool for re-frame event chains. |
| 37 | + org.clojars.ertucetin/re-frame-flow {:mvn/version "0.1.4"} |
| 38 | + day8.re-frame/tracing {:mvn/version "0.6.2"} |
| 39 | + day8.re-frame/re-frame-10x {:mvn/version "1.1.3"}} |
43 | 40 |
|
44 |
| - :lint |
| 41 | + :aliases |
| 42 | + {:lint |
45 | 43 | {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2021.06.18"}}
|
46 | 44 | :main-opts ["-m" "clj-kondo.main" "--lint" "src"]}
|
47 | 45 |
|
|
72 | 70 | {:replace-paths []
|
73 | 71 | :replace-deps {com.github.liquidz/antq {:mvn/version "0.13.0"}
|
74 | 72 | org.slf4j/slf4j-nop {:mvn/version "1.7.31"}}
|
75 |
| - :main-opts ["-m" "antq.core"]} |
76 |
| - } |
| 73 | + :main-opts ["-m" "antq.core"]}} |
77 | 74 |
|
78 | 75 | ;; Provider attributes
|
79 | 76 | :mvn/repos {"central" {:url "https://repo1.maven.org/maven2/"}
|
|
0 commit comments