Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
motform committed Mar 26, 2022
1 parent 95fa5b9 commit 8b50125
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{:paths ["src" "resources"]

:deps {bidi/bidi {:mvn/version "2.1.6"}
binaryage/devtools {:mvn/version "1.0.4"}
cider/cider-nrepl {:mvn/version "0.28.2"}
binaryage/devtools {:mvn/version "1.0.5"}
cider/cider-nrepl {:mvn/version "0.28.3"}
clj-commons/pushy {:mvn/version "0.3.10"}
cljsjs/d3 {:mvn/version "6.2.0-0"}
day8.re-frame/http-fx {:mvn/version "0.2.4"}
day8.re-frame/re-frame-10x {:mvn/version "1.2.2"}
day8.re-frame/re-frame-10x {:mvn/version "1.2.3"}
day8.re-frame/tracing {:mvn/version "0.6.2"}
doughamil/threeagent {:mvn/version "1.0.1"}
nano-id/nano-id {:mvn/version "1.0.0"}
org.clojure/clojurescript {:mvn/version "1.11.4"}
org.clojure/core.async {:mvn/version "1.5.648"}
re-frame/re-frame {:mvn/version "1.2.0"}
reagent/reagent {:mvn/version "1.1.0"}
reagent/reagent {:mvn/version "1.1.1"}
thheller/shadow-cljsjs {:mvn/version "0.0.22"}}

:aliases {:shadow-cljs
{:extra-deps {thheller/shadow-cljs {:mvn/version "2.17.4"}}
{:extra-deps {thheller/shadow-cljs {:mvn/version "2.17.8"}}
:main-opts ["-m" "shadow.cljs.devtools.cli"]}}}

0 comments on commit 8b50125

Please sign in to comment.