Skip to content

Commit

Permalink
Update deps for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-thompson-day8 committed Feb 22, 2018
1 parent d90e71b commit 2e12f77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/simple/project.clj
@@ -1,11 +1,11 @@
(defproject simple "0.9.0"
(defproject simple "0.10.5"
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.908"]
[reagent "0.7.0"]
[re-frame "0.10.1"]]
[re-frame "0.10.5"]]

:plugins [[lein-cljsbuild "1.1.5"]
[lein-figwheel "0.5.13"]]
:plugins [[lein-cljsbuild "1.1.7"]
[lein-figwheel "0.5.14"]]

:hooks [leiningen.cljsbuild]

Expand Down
8 changes: 4 additions & 4 deletions examples/todomvc/project.clj
@@ -1,14 +1,14 @@
(defproject todomvc-re-frame "0.10.1"
(defproject todomvc-re-frame "0.10.5"
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.908"]
[reagent "0.7.0"]
[re-frame "0.10.1"]
[re-frame "0.10.5"]
[binaryage/devtools "0.9.4"]
[secretary "1.2.3"]]


:plugins [[lein-cljsbuild "1.1.5"]
[lein-figwheel "0.5.13"]]
:plugins [[lein-cljsbuild "1.1.7"]
[lein-figwheel "0.5.14"]]

:hooks [leiningen.cljsbuild]

Expand Down

0 comments on commit 2e12f77

Please sign in to comment.