1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

Update dependencies and reduce build size by switching to fipp for pretty-printing

Before:  :main [JS: 742.51 KB] [GZIP: 187.08 KB]
After:   :main [JS: 634.35 KB] [GZIP: 163.7 KB]
This commit is contained in:
Arne Schlüter 2018-11-27 02:21:08 +01:00
commit 061fa174f0
4 changed files with 422 additions and 430 deletions

View file

@ -3,11 +3,12 @@
["src/cljs", "test/cljs"]
:dependencies
[[reagent "0.7.0"]
[re-frame "0.10.5"]
[[reagent "0.8.0"]
[re-frame "0.10.6"]
[day8.re-frame/http-fx "0.1.6"]
[akiroz.re-frame/storage "0.1.2"]
[funcool/bide "1.6.0"]
[fipp "0.6.14"]
;; debugging
[day8.re-frame/re-frame-10x "0.3.3-react16"]
[day8.re-frame/tracing "0.5.1"]