mirror of https://github.com/status-im/reagent.git
Update versions in examples
This commit is contained in:
parent
4776799039
commit
f905c8be9d
|
@ -1,10 +1,10 @@
|
|||
|
||||
|
||||
(defproject geometry-reagent "0.5.0-alpha"
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.clojure/clojurescript "0.0-2173"]
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
[org.clojure/clojurescript "0.0-2342"]
|
||||
[reagent "0.5.0-alpha"]]
|
||||
:plugins [[lein-cljsbuild "1.0.2"]]
|
||||
:plugins [[lein-cljsbuild "1.0.3"]]
|
||||
:hooks [leiningen.cljsbuild]
|
||||
:profiles {:prod {:cljsbuild
|
||||
{:builds
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
|
||||
(defproject simple-reagent "0.5.0-alpha"
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.clojure/clojurescript "0.0-2173"]
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
[org.clojure/clojurescript "0.0-2342"]
|
||||
[reagent "0.5.0-alpha"]]
|
||||
:plugins [[lein-cljsbuild "1.0.2"]]
|
||||
:plugins [[lein-cljsbuild "1.0.3"]]
|
||||
:hooks [leiningen.cljsbuild]
|
||||
:profiles {:prod {:cljsbuild
|
||||
{:builds
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
|
||||
(defproject todomvc-reagent "0.5.0-alpha"
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.clojure/clojurescript "0.0-2173"]
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
[org.clojure/clojurescript "0.0-2342"]
|
||||
[reagent "0.5.0-alpha"]]
|
||||
:plugins [[lein-cljsbuild "1.0.2"]]
|
||||
:plugins [[lein-cljsbuild "1.0.3"]]
|
||||
:hooks [leiningen.cljsbuild]
|
||||
:profiles {:prod {:cljsbuild
|
||||
{:builds
|
||||
|
|
Loading…
Reference in New Issue