Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Dec 7, 2021
1 parent 4e22bd3 commit ba8011c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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.52"
(defproject reagent/lein-template "0.10.53"
: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
26 changes: 13 additions & 13 deletions resources/leiningen/new/reagent/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
:dependencies [[org.clojure/clojure "1.10.3"]
[ring-server "0.5.0"]
[reagent "1.1.0"]
[reagent-utils "0.3.3"]
[reagent-utils "0.3.4"]
[cljsjs/react "17.0.2-0"]
[cljsjs/react-dom "17.0.2-0"]
[ring "1.8.1"]
[ring/ring-defaults "0.3.2"]
[ring "1.9.4"]
[ring/ring-defaults "0.3.3"]
[hiccup "1.0.5"]
[yogthos/config "1.1.7"]
[org.clojure/clojurescript "1.10.891"
[yogthos/config "1.1.8"]
[org.clojure/clojurescript "1.10.896"
:scope "provided"]
[metosin/reitit "0.5.12"]
[metosin/reitit "0.5.15"]
{{#clerk-hook?}}
[pez/clerk "1.0.0"]
{{/clerk-hook?}}
Expand Down Expand Up @@ -135,23 +135,23 @@
{{/sass-hook?}}

:profiles {:dev {:repl-options {:init-ns {{project-ns}}.repl}
:dependencies [[cider/piggieback "0.5.2"]
[binaryage/devtools "1.0.2"]
:dependencies [[cider/piggieback "0.5.3"]
[binaryage/devtools "1.0.4"]
[ring/ring-mock "0.4.0"]
[ring/ring-devel "1.9.1"]
[prone "2020-01-17"]
[ring/ring-devel "1.9.4"]
[prone "2021-04-23"]
[figwheel-sidecar "0.5.20"]
[nrepl "0.8.3"]
{{#shadow-cljs-hook?}}
[thheller/shadow-cljs "2.16.5"]
[thheller/shadow-cljs "2.16.7"]
{{/shadow-cljs-hook?}}
{{#spec-hook?}}
[speclj "3.3.2"]
{{/spec-hook?}}
{{#devcards-hook?}}
[devcards "0.2.6" :exclusions [cljsjs/react]]
{{/devcards-hook?}}
[pjstadig/humane-test-output "0.10.0"]
[pjstadig/humane-test-output "0.11.0"]
{{dev-dependencies}}
{{#less-hook?}}
;; To silence warnings from less4clj dependecies about missing logger implementation
Expand Down Expand Up @@ -190,7 +190,7 @@
:env {:dev true}}

{{#shadow-cljs-hook?}}
:shadow-cljs {:dependencies [[com.google.javascript/closure-compiler-unshaded "v20210505"]]}
:shadow-cljs {:dependencies [[com.google.javascript/closure-compiler-unshaded "v20211201"]]}
{{/shadow-cljs-hook?}}

:uberjar {:hooks [minify-assets.plugin/hooks]
Expand Down

0 comments on commit ba8011c

Please sign in to comment.