Skip to content

Commit

Permalink
Upgrade dependencies to fix compile warnings; setup re-frame-10x
Browse files Browse the repository at this point in the history
  • Loading branch information
dhleong committed Nov 27, 2019
1 parent 04105d3 commit 60169af
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,28 @@
[alandipert/storage-atom "2.0.1"]
[com.cognitect/transit-cljs "0.8.256"]
[com.cemerick/url "0.1.1"]
[com.rpl/specter "1.1.2"]
[com.rpl/specter "1.1.3"]
[cljs-ajax "0.8.0"]

; dev dependencies
[binaryage/devtools "0.9.10"]
[day8.re-frame/re-frame-10x "0.4.1"]
[day8.re-frame/tracing "0.5.1"]]
[day8.re-frame/re-frame-10x "0.4.5"]
[day8.re-frame/tracing "0.5.3"]]

:builds {:app {:target :browser
:output-dir "resources/public/js/compiled/"
:asset-path "/js/compiled"

:modules {:app {:init-fn wish.core/init}}

:dev
{:compiler-options
{:closure-defines
{re-frame.trace/trace-enabled? true
day8.re-frame.trace/trace-enabled? true}}}

:devtools {:preloads [day8.re-frame-10x.preload]}

:release
{:compiler-options
{:fn-invoke-direct true
Expand Down

0 comments on commit 60169af

Please sign in to comment.