|
5 | 5 | ;; DEV for now its easier to use cider with top level deps |
6 | 6 | ;; com.bhauman/figwheel-core {:local/root "../figwheel-core"} |
7 | 7 | ;; com.bhauman/figwheel-repl {:local/root "../figwheel-repl"} |
| 8 | + |
8 | 9 | com.bhauman/figwheel-repl {:mvn/version "0.2.21-SNAPSHOT"} |
9 | 10 | com.bhauman/figwheel-core {:mvn/version "0.2.21-SNAPSHOT"} |
10 | 11 |
|
11 | 12 | ;; server |
12 | 13 | ring/ring {:mvn/version "1.13.0"} |
13 | 14 |
|
14 | 15 | ;; file watching |
15 | | - com.nextjournal/beholder {:mvn/version "1.0.0"} |
| 16 | + com.nextjournal/beholder {:mvn/version "1.0.2"} |
16 | 17 |
|
17 | 18 | ;; possibly external |
18 | | - binaryage/devtools {:mvn/version "1.0.5"} |
| 19 | + binaryage/devtools {:mvn/version "1.0.7"} |
19 | 20 |
|
20 | 21 | ;; going to make validation seperate? |
21 | | - expound/expound {:mvn/version "0.7.0"} |
22 | | - com.bhauman/spell-spec {:mvn/version "0.1.0"} |
| 22 | + expound/expound {:mvn/version "0.9.0"} |
| 23 | + com.bhauman/spell-spec {:mvn/version "0.1.2"} |
23 | 24 | com.bhauman/cljs-test-display {:mvn/version "0.1.1"} |
24 | 25 | com.bhauman/certifiable {:mvn/version "0.0.7"}} |
25 | 26 |
|
|
45 | 46 | {:extra-paths ["dev"] |
46 | 47 | :main-opts ["-e" (build-docs)]} |
47 | 48 | :rebel |
48 | | - {:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.3"}}} |
| 49 | + {:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}}} |
49 | 50 | :dev |
50 | 51 | {:extra-deps |
51 | 52 | {org.clojure/clojurescript {:mvn/version #_"1.10.339" "1.10.773" #_"1.10.844"} |
|
64 | 65 |
|
65 | 66 | } |
66 | 67 | :extra-paths ["target" "devel" "dev"]} |
67 | | - :cljfmt {:extra-deps {cljfmt/cljfmt {:mvn/version "0.6.3"}} |
| 68 | + :cljfmt {:extra-deps {cljfmt/cljfmt {:mvn/version "0.9.2"}} |
68 | 69 | :main-opts ["-m" "cljfmt.main"]} |
69 | 70 | } |
70 | 71 |
|
|
0 commit comments