From da7107ce875ac49d0a88c1223261fdd9f6c586db Mon Sep 17 00:00:00 2001 From: Teemu Patja Date: Mon, 30 Jan 2017 20:33:25 +0200 Subject: [PATCH] Upgrade dependencies, use CDN for bootstrap + fa --- project.clj | 16 ++++++++-------- resources/templates/error.html | 3 +-- resources/templates/home.html | 6 +++--- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/project.clj b/project.clj index d984c3b..c8355fe 100644 --- a/project.clj +++ b/project.clj @@ -9,11 +9,11 @@ [secretary "1.2.3"] [reagent-utils "0.2.0"] [reagent "0.6.0"] - [org.clojure/clojurescript "1.9.293" :scope "provided"] + [org.clojure/clojurescript "1.9.456" :scope "provided"] [org.clojure/clojure "1.8.0"] [selmer "1.10.5"] - [markdown-clj "0.9.91"] - [ring-middleware-format "0.7.0"] + [markdown-clj "0.9.93"] + [ring-middleware-format "0.7.2"] [metosin/ring-http-response "0.8.1"] [bouncer "1.0.0"] [org.webjars/bootstrap "4.0.0-alpha.6"] @@ -31,8 +31,8 @@ [cprop "0.1.10"] [org.clojure/tools.cli "0.3.5"] [luminus-nrepl "0.1.4"] - [buddy "1.2.0"] - [buddy/buddy-auth "1.3.0"] + [buddy "1.3.0"] + [buddy/buddy-auth "1.4.1"] [luminus-migrations "0.2.9"] [conman "0.6.3"] [org.postgresql/postgresql "9.4.1212"] @@ -111,13 +111,13 @@ [ring/ring-devel "1.5.1"] [pjstadig/humane-test-output "0.8.1"] [doo "0.1.7"] - [binaryage/devtools "0.8.3"] - [figwheel-sidecar "0.5.8"] + [binaryage/devtools "0.9.0"] + [figwheel-sidecar "0.5.9"] [org.clojure/tools.nrepl "0.2.12"] [com.cemerick/piggieback "0.2.2-SNAPSHOT"]] :plugins [[com.jakemccrary/lein-test-refresh "0.14.0"] [lein-doo "0.1.7"] - [lein-figwheel "0.5.7"]] + [lein-figwheel "0.5.9"]] :cljsbuild {:builds {:app diff --git a/resources/templates/error.html b/resources/templates/error.html index b999a34..9d4c04d 100644 --- a/resources/templates/error.html +++ b/resources/templates/error.html @@ -5,8 +5,7 @@ - {% style "/assets/bootstrap/css/bootstrap.min.css" %} - {% style "/assets/bootstrap/css/bootstrap-theme.min.css" %} + {% style "//cdn.jsdelivr.net/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" %}