Skip to content

Commit 75593df

Browse files
authored
Bump shadow and set :print-table for build report (#460)
See thheller/shadow-cljs#1111
1 parent 2511b22 commit 75593df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

render/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
io.github.babashka/sci.configs {:git/sha "0702ea5a21ad92e6d7cca6d36de84271083ea68f"}
88
io.github.nextjournal/clojure-mode {:git/sha "ac038ebf6e5da09dd2b8a31609e9ff4a65e36852"}
99
metosin/reitit-frontend {:mvn/version "0.5.15"}
10-
thheller/shadow-cljs {:mvn/version "2.22.7"}
10+
thheller/shadow-cljs {:mvn/version "2.23.1"}
1111
io.github.squint-cljs/cherry {;; :local/root "/Users/borkdude/dev/cherry"
1212
:git/sha "ac27030016e5ae8f5280a62eaf81dfe0dc83924b"}}}

shadow-cljs.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
nextjournal.clerk.trim-image]}}
1313
:js-options {:output-feature-set :es8}
1414
:build-hooks [(shadow.cljs.build-report/hook
15-
{:output-to "report.html"})]}}}
15+
{:output-to "report.html" :print-table true})]}}}

0 commit comments

Comments
 (0)