Skip to content

Commit

Permalink
update dependencies especialy binaryage/devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jan 20, 2025
1 parent 493e2a8 commit 258d494
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
13 changes: 7 additions & 6 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,22 @@
;; DEV for now its easier to use cider with top level deps
;; com.bhauman/figwheel-core {:local/root "../figwheel-core"}
;; com.bhauman/figwheel-repl {:local/root "../figwheel-repl"}

com.bhauman/figwheel-repl {:mvn/version "0.2.21-SNAPSHOT"}
com.bhauman/figwheel-core {:mvn/version "0.2.21-SNAPSHOT"}

;; server
ring/ring {:mvn/version "1.13.0"}

;; file watching
com.nextjournal/beholder {:mvn/version "1.0.0"}
com.nextjournal/beholder {:mvn/version "1.0.2"}

;; possibly external
binaryage/devtools {:mvn/version "1.0.5"}
binaryage/devtools {:mvn/version "1.0.7"}

;; going to make validation seperate?
expound/expound {:mvn/version "0.7.0"}
com.bhauman/spell-spec {:mvn/version "0.1.0"}
expound/expound {:mvn/version "0.9.0"}
com.bhauman/spell-spec {:mvn/version "0.1.2"}
com.bhauman/cljs-test-display {:mvn/version "0.1.1"}
com.bhauman/certifiable {:mvn/version "0.0.7"}}

Expand All @@ -45,7 +46,7 @@
{:extra-paths ["dev"]
:main-opts ["-e" (build-docs)]}
:rebel
{:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.3"}}}
{:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}}}
:dev
{:extra-deps
{org.clojure/clojurescript {:mvn/version #_"1.10.339" "1.10.773" #_"1.10.844"}
Expand All @@ -64,7 +65,7 @@

}
:extra-paths ["target" "devel" "dev"]}
:cljfmt {:extra-deps {cljfmt/cljfmt {:mvn/version "0.6.3"}}
:cljfmt {:extra-deps {cljfmt/cljfmt {:mvn/version "0.9.2"}}
:main-opts ["-m" "cljfmt.main"]}
}

Expand Down
14 changes: 7 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
[[org.clojure/clojure "1.10.3"]
[org.clojure/clojurescript "1.10.773" :exclusions [commons-codec]]
[org.clojure/data.json "2.4.0"]
[com.bhauman/figwheel-repl "0.2.21-SNAPSHOT"]
[com.bhauman/figwheel-core "0.2.21-SNAPSHOT"]
[com.bhauman/spell-spec "0.1.1"]
[com.bhauman/figwheel-repl "0.2.21-SNAPSHOT"]
[ring/ring "1.13.0"]
[com.nextjournal/beholder "1.0.2"]
[binaryage/devtools "1.0.7"]
[expound/expound "0.9.0"]
[com.bhauman/spell-spec "0.1.2"]
[com.bhauman/cljs-test-display "0.1.1"]
[com.bhauman/certifiable "0.0.7"]
[ring "1.13.0"]
[binaryage/devtools "1.0.5"]
[com.nextjournal/beholder "1.0.0"]
[expound "0.7.1"]]
[com.bhauman/certifiable "0.0.7"]]
:resource-paths ["helper-resources"]
:profiles {:dev {:dependencies [[cider/piggieback "0.3.9"]
#_[com.bhauman/rebel-readline-cljs "0.1.4"]]
Expand Down

0 comments on commit 258d494

Please sign in to comment.