Skip to content

Commit

Permalink
examples: bump deps in figwheel-main
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed May 16, 2020
1 parent 7dbfb08 commit c2a28e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/figwheel-main/deps.edn
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{:deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.597"}
cljsjs/react {:mvn/version "16.12.0-1"}
cljsjs/react-dom {:mvn/version "16.12.0-1"}
org.clojure/clojurescript {:mvn/version "1.10.764"}
cljsjs/react {:mvn/version "16.13.1-0"}
cljsjs/react-dom {:mvn/version "16.13.1-0"}
cljsjs/create-react-class {:mvn/version "15.6.3-1"}
sablono {:mvn/version "0.8.6"}
binaryage/dirac {:mvn/version "1.5.11"}}
:paths ["src/main" "resources"]
:aliases {:fig {:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
com.bhauman/figwheel-main {:mvn/version "0.2.3"}}
com.bhauman/figwheel-main {:mvn/version "0.2.5"}}
:extra-paths ["target" "test"]}
:repl {:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
com.bhauman/figwheel-main {:mvn/version "0.2.3"}
nrepl {:mvn/version "0.6.0"}}
com.bhauman/figwheel-main {:mvn/version "0.2.5"}
nrepl {:mvn/version "0.7.0"}}
:extra-paths ["target" "test" "src/repl"]}
:build {:main-opts ["-m" "figwheel.main" "-b" "dev" "-r"]}
:min {:main-opts ["-m" "figwheel.main" "-O" "advanced" "-bo" "dev"]}
Expand Down

0 comments on commit c2a28e9

Please sign in to comment.