mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
⬆️ Update rumext dependency (bugfixing).
This commit is contained in:
parent
648ccf4cce
commit
6ba4531d18
4 changed files with 1 additions and 10 deletions
|
@ -13,7 +13,7 @@
|
|||
funcool/lentes {:mvn/version "1.4.0-SNAPSHOT"}
|
||||
funcool/potok {:mvn/version "2.8.0-SNAPSHOT"}
|
||||
funcool/promesa {:mvn/version "5.1.0"}
|
||||
funcool/rumext {:mvn/version "2020.04.02-1"}
|
||||
funcool/rumext {:mvn/version "2020.04.02-3"}
|
||||
}
|
||||
:aliases
|
||||
{:dev
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
(ns uxbox.main.exports
|
||||
"The main logic for SVG export functionality."
|
||||
(:require
|
||||
[cljsjs.react.dom.server]
|
||||
[rumext.alpha :as mf]
|
||||
[uxbox.util.uuid :as uuid]
|
||||
[uxbox.util.math :as mth]
|
||||
|
|
4
frontend/vendor/cljsjs/react.cljs
vendored
4
frontend/vendor/cljsjs/react.cljs
vendored
|
@ -1,4 +0,0 @@
|
|||
(ns cljsjs.react
|
||||
(:require ["react" :as react]))
|
||||
|
||||
(goog/exportSymbol "React" react)
|
4
frontend/vendor/cljsjs/react_dom.cljs
vendored
4
frontend/vendor/cljsjs/react_dom.cljs
vendored
|
@ -1,4 +0,0 @@
|
|||
(ns cljsjs.react-dom
|
||||
(:require ["react-dom" :as rdom]))
|
||||
|
||||
(goog/exportSymbol "ReactDOM" rdom)
|
Loading…
Reference in a new issue