mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-21 14:28:07 +00:00
Bump dependencies in projects
This commit is contained in:
parent
1e9c991d25
commit
95c32ed985
@ -1,7 +1,7 @@
|
||||
(defproject simple-re-frame "0.8.0"
|
||||
:dependencies [[org.clojure/clojure "1.8.0"]
|
||||
[org.clojure/clojurescript "1.8.51"]
|
||||
[reagent "0.6.0-SNAPSHOT"]
|
||||
:dependencies [[org.clojure/clojure "1.9.0-alpha5"]
|
||||
[org.clojure/clojurescript "1.9.36"]
|
||||
[reagent "0.6.0-rc"]
|
||||
[re-frame "0.8.0-SNAPSHOT"]]
|
||||
|
||||
:plugins [[lein-cljsbuild "1.1.1"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
(defproject todomvc-re-frame "0.8.0"
|
||||
:dependencies [[org.clojure/clojure "1.8.0"]
|
||||
[org.clojure/clojurescript "1.8.51"]
|
||||
[reagent "0.6.0-SNAPSHOT"]
|
||||
:dependencies [[org.clojure/clojure "1.9.0-alpha5"]
|
||||
[org.clojure/clojurescript "1.9.36"]
|
||||
[reagent "0.6.0-rc"]
|
||||
[re-frame "0.8.0-SNAPSHOT"]
|
||||
[secretary "1.2.3"]
|
||||
[prismatic/schema "1.0.3"]]
|
||||
|
@ -2,15 +2,16 @@
|
||||
:description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent."
|
||||
:url "https://github.com/Day8/re-frame.git"
|
||||
:license {:name "MIT"}
|
||||
:dependencies [[org.clojure/clojure "1.8.0"]
|
||||
[org.clojure/clojurescript "1.8.51"]
|
||||
[reagent "0.6.0-SNAPSHOT"]]
|
||||
:dependencies [[org.clojure/clojure "1.9.0-alpha5"]
|
||||
[org.clojure/clojurescript "1.9.36"]
|
||||
[clj-transit "0.8.285"]
|
||||
[reagent "0.6.0-rc"]]
|
||||
|
||||
:profiles {:debug {:debug true}
|
||||
:dev {:dependencies [[karma-reporter "0.3.0"]]
|
||||
:plugins [[lein-cljsbuild "1.1.1"]
|
||||
[lein-npm "0.6.1"]
|
||||
[lein-figwheel "0.3.8"]]}}
|
||||
[lein-figwheel "0.5.3-2"]]}}
|
||||
|
||||
:clean-targets [:target-path
|
||||
"run/compiled"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user