mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 10:23:39 +02:00
bump some cljs dependencies
This commit is contained in:
parent
1702d78171
commit
a248b815f6
2 changed files with 5 additions and 5 deletions
|
|
@ -3,15 +3,15 @@
|
||||||
["src/cljs", "test/cljs"]
|
["src/cljs", "test/cljs"]
|
||||||
|
|
||||||
:dependencies
|
:dependencies
|
||||||
[[reagent "0.8.1"]
|
[[reagent "1.1.0"]
|
||||||
[re-frame "0.10.9"]
|
[re-frame "1.4.3"]
|
||||||
[re-pressed "0.3.1"]
|
[re-pressed "0.3.1"]
|
||||||
[day8.re-frame/http-fx "v0.2.0"]
|
[day8.re-frame/http-fx "v0.2.0"]
|
||||||
[akiroz.re-frame/storage "0.1.4"]
|
[akiroz.re-frame/storage "0.1.4"]
|
||||||
[funcool/bide "1.6.0"]
|
[funcool/bide "1.6.0"]
|
||||||
[fipp "0.6.22"]
|
[fipp "0.6.22"]
|
||||||
;; debugging
|
;; debugging
|
||||||
[day8.re-frame/re-frame-10x "0.4.5"]
|
[day8.re-frame/re-frame-10x "1.10.0"]
|
||||||
#_[day8.re-frame/tracing "0.5.1"]
|
#_[day8.re-frame/tracing "0.5.1"]
|
||||||
[philoskim/debux "0.5.6"]]
|
[philoskim/debux "0.5.6"]]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
(ns airsonic-ui.core
|
(ns airsonic-ui.core
|
||||||
(:require [reagent.core :as reagent]
|
(:require [reagent.dom :as rdom]
|
||||||
[re-frame.core :as rf]
|
[re-frame.core :as rf]
|
||||||
;; 3rd party effects / coeffects
|
;; 3rd party effects / coeffects
|
||||||
[day8.re-frame.http-fx]
|
[day8.re-frame.http-fx]
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
(defn mount-root []
|
(defn mount-root []
|
||||||
(rf/clear-subscription-cache!)
|
(rf/clear-subscription-cache!)
|
||||||
(reagent/render [views/main-panel] (.getElementById js/document "app")))
|
(rdom/render [views/main-panel] (.getElementById js/document "app")))
|
||||||
|
|
||||||
(defn ^:export init []
|
(defn ^:export init []
|
||||||
(storage/reg-co-fx! :airsonic-ui {:fx :store, :cofx :store})
|
(storage/reg-co-fx! :airsonic-ui {:fx :store, :cofx :store})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue