mirror of
https://github.com/penpot/penpot.git
synced 2025-07-22 14:47:14 +02:00
⬆️ Upgrade shadow-cljs and rumext dependency
This commit is contained in:
parent
278f6685b6
commit
8bdfd188d8
239 changed files with 250 additions and 246 deletions
|
@ -11,7 +11,7 @@
|
|||
[app.util.i18n :refer [tr]]
|
||||
[cljs.spec.alpha :as s]
|
||||
[cuerdas.core :as str]
|
||||
[rumext.alpha :as mf]))
|
||||
[rumext.v2 :as mf]))
|
||||
|
||||
;; --- Handlers Helpers
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
[cuerdas.core :as str]
|
||||
[goog.object :as gobj]
|
||||
[okulary.core :as l]
|
||||
[rumext.alpha :as mf]))
|
||||
[rumext.v2 :as mf]))
|
||||
|
||||
(log/set-level! :info)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
(:require-macros [app.util.perf])
|
||||
(:require
|
||||
[app.common.math :as mth]
|
||||
[rumext.alpha :as mf]
|
||||
[rumext.v2 :as mf]
|
||||
[goog.functions :as f]
|
||||
["react" :as react]
|
||||
["tdigest" :as td]))
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
[app.util.dom :as dom]
|
||||
[app.util.storage :refer [storage]]
|
||||
[beicon.core :as rx]
|
||||
[rumext.alpha :as mf]))
|
||||
[rumext.v2 :as mf]))
|
||||
|
||||
(defonce theme (get @storage ::theme cfg/default-theme))
|
||||
(defonce theme-sub (rx/subject))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue