Bump example dependencies, and add compilation test

Fixes #351
This commit is contained in:
Daniel Compton 2017-06-06 13:14:18 +12:00
parent c5cca6497b
commit 0ad1167b31
3 changed files with 4 additions and 2 deletions

View File

@ -7,3 +7,5 @@ test:
override:
- lein karma-once
- karma start --single-run --reporters junit,dots
- lein cljsbuild once
pwd: examples/todomvc

View File

@ -2,7 +2,7 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.227"]
[reagent "0.6.0-rc"]
[re-frame "0.9.0"]]
[re-frame "0.9.4"]]
:plugins [[lein-cljsbuild "1.1.3"]
[lein-figwheel "0.5.4-7"]]

View File

@ -2,7 +2,7 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.89"]
[reagent "0.6.0-rc"]
[re-frame "0.9.0"]
[re-frame "0.9.4"]
[binaryage/devtools "0.8.1"]
[secretary "1.2.3"]]