upgrade cljs dependencies
This commit is contained in:
parent
4d88e60dcb
commit
3154caa6e7
2 changed files with 4 additions and 3 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
* Correct generated arglist for helpers defined with defhelper (@michaelblume)
|
* Correct generated arglist for helpers defined with defhelper (@michaelblume)
|
||||||
* Don't depend on map iteration order, fix bug with multiple map types (@tomconnors)
|
* Don't depend on map iteration order, fix bug with multiple map types (@tomconnors)
|
||||||
* Don't throw away namespace portion of keywords (@jrdoane)
|
* Don't throw away namespace portion of keywords (@jrdoane)
|
||||||
|
* Update CLJS dependencies (@michaelblume)
|
||||||
|
|
||||||
## 0.8.2
|
## 0.8.2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
:target :nodejs}}}}
|
:target :nodejs}}}}
|
||||||
:doo {:build "test"}
|
:doo {:build "test"}
|
||||||
:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]
|
:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]
|
||||||
[org.clojure/clojurescript "1.9.89"]
|
[org.clojure/clojurescript "1.9.521"]
|
||||||
[cljsbuild "1.1.3"]]
|
[cljsbuild "1.1.6"]]
|
||||||
:plugins [[lein-cljsbuild "1.1.3"]
|
:plugins [[lein-cljsbuild "1.1.6"]
|
||||||
[lein-doo "0.1.6"]]}})
|
[lein-doo "0.1.6"]]}})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue