Skip to content

Commit 258d494

Browse files
author
Bruce Hauman
committed
update dependencies especialy binaryage/devtools
1 parent 493e2a8 commit 258d494

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

deps.edn

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,22 @@
55
;; DEV for now its easier to use cider with top level deps
66
;; com.bhauman/figwheel-core {:local/root "../figwheel-core"}
77
;; com.bhauman/figwheel-repl {:local/root "../figwheel-repl"}
8+
89
com.bhauman/figwheel-repl {:mvn/version "0.2.21-SNAPSHOT"}
910
com.bhauman/figwheel-core {:mvn/version "0.2.21-SNAPSHOT"}
1011

1112
;; server
1213
ring/ring {:mvn/version "1.13.0"}
1314

1415
;; file watching
15-
com.nextjournal/beholder {:mvn/version "1.0.0"}
16+
com.nextjournal/beholder {:mvn/version "1.0.2"}
1617

1718
;; possibly external
18-
binaryage/devtools {:mvn/version "1.0.5"}
19+
binaryage/devtools {:mvn/version "1.0.7"}
1920

2021
;; 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"}
2324
com.bhauman/cljs-test-display {:mvn/version "0.1.1"}
2425
com.bhauman/certifiable {:mvn/version "0.0.7"}}
2526

@@ -45,7 +46,7 @@
4546
{:extra-paths ["dev"]
4647
:main-opts ["-e" (build-docs)]}
4748
: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"}}}
4950
:dev
5051
{:extra-deps
5152
{org.clojure/clojurescript {:mvn/version #_"1.10.339" "1.10.773" #_"1.10.844"}
@@ -64,7 +65,7 @@
6465

6566
}
6667
: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"}}
6869
:main-opts ["-m" "cljfmt.main"]}
6970
}
7071

project.clj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
[[org.clojure/clojure "1.10.3"]
1010
[org.clojure/clojurescript "1.10.773" :exclusions [commons-codec]]
1111
[org.clojure/data.json "2.4.0"]
12-
[com.bhauman/figwheel-repl "0.2.21-SNAPSHOT"]
1312
[com.bhauman/figwheel-core "0.2.21-SNAPSHOT"]
14-
[com.bhauman/spell-spec "0.1.1"]
13+
[com.bhauman/figwheel-repl "0.2.21-SNAPSHOT"]
14+
[ring/ring "1.13.0"]
15+
[com.nextjournal/beholder "1.0.2"]
16+
[binaryage/devtools "1.0.7"]
17+
[expound/expound "0.9.0"]
18+
[com.bhauman/spell-spec "0.1.2"]
1519
[com.bhauman/cljs-test-display "0.1.1"]
16-
[com.bhauman/certifiable "0.0.7"]
17-
[ring "1.13.0"]
18-
[binaryage/devtools "1.0.5"]
19-
[com.nextjournal/beholder "1.0.0"]
20-
[expound "0.7.1"]]
20+
[com.bhauman/certifiable "0.0.7"]]
2121
:resource-paths ["helper-resources"]
2222
:profiles {:dev {:dependencies [[cider/piggieback "0.3.9"]
2323
#_[com.bhauman/rebel-readline-cljs "0.1.4"]]

0 commit comments

Comments
 (0)