Skip to content

Commit

Permalink
bumped up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Nov 20, 2019
1 parent fd7cd44 commit d80c408
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject reagent/lein-template "0.10.34"
(defproject reagent/lein-template "0.10.35"
:description "A Leiningen template for a ClojureScript setup with Figwheel, Austin, and Reagent."
:url "https://github.com/reagent-project/reagent-template"
:license {:name "MIT License"
Expand Down
24 changes: 12 additions & 12 deletions resources/leiningen/new/reagent/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@

:dependencies [[org.clojure/clojure "1.10.1"]
[ring-server "0.5.0"]
[reagent "0.8.1"]
[reagent "0.9.0-rc3"]
[reagent-utils "0.3.3"]
[ring "1.7.1"]
[ring "1.8.0"]
[ring/ring-defaults "0.3.2"]
[hiccup "1.0.5"]
[yogthos/config "1.1.3"]
[org.clojure/clojurescript "1.10.520"
[yogthos/config "1.1.6"]
[org.clojure/clojurescript "1.10.597"
:scope "provided"]{{#shadow-cljs-hook?}}
[com.google.javascript/closure-compiler-unshaded "v20190325"]
[org.clojure/google-closure-library "0.0-20190213-2033d5d9"]{{/shadow-cljs-hook?}}
[metosin/reitit "0.3.7"]
{{#clerk-hook?}}
[pez/clerk "1.0.0"]
{{/clerk-hook?}}
[venantius/accountant "0.2.4"
[venantius/accountant "0.2.5"
:exclusions [org.clojure/tools.reader]]]

:plugins [[lein-environ "1.1.0"]
Expand Down Expand Up @@ -133,12 +133,12 @@
{{/sass-hook?}}

:profiles {:dev {:repl-options {:init-ns {{project-ns}}.repl}
:dependencies [[cider/piggieback "0.4.1"]
[binaryage/devtools "0.9.10"]
:dependencies [[cider/piggieback "0.4.2"]
[binaryage/devtools "0.9.11"]
[ring/ring-mock "0.4.0"]
[ring/ring-devel "1.7.1"]
[prone "1.6.3"]
[figwheel-sidecar "0.5.18"]
[ring/ring-devel "1.8.0"]
[prone "2019-07-08"]
[figwheel-sidecar "0.5.19"]
[nrepl "0.6.0"]
{{#shadow-cljs-hook?}}
[thheller/shadow-cljs "2.8.37"]
Expand All @@ -149,7 +149,7 @@
{{#devcards-hook?}}
[devcards "0.2.6" :exclusions [cljsjs/react]]
{{/devcards-hook?}}
[pjstadig/humane-test-output "0.9.0"]
[pjstadig/humane-test-output "0.10.0"]
{{dev-dependencies}}
{{#less-hook?}}
;; To silence warnings from less4clj dependecies about missing logger implementation
Expand All @@ -161,7 +161,7 @@
{{/sass-hook?}} ]

:source-paths ["env/dev/clj"]
:plugins [[lein-figwheel "0.5.18"]
:plugins [[lein-figwheel "0.5.19"]
{{#test-hook?}}
[lein-doo "0.1.10"]
{{/test-hook?}}
Expand Down

0 comments on commit d80c408

Please sign in to comment.