mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 16:41:39 +02:00
⬆️ Update rumext and shadow-cljs
This commit is contained in:
parent
c7001fed3c
commit
c80da1bbac
11 changed files with 30 additions and 29 deletions
|
@ -19,8 +19,8 @@
|
|||
:git/url "https://github.com/funcool/beicon.git"}
|
||||
|
||||
funcool/rumext
|
||||
{:git/tag "v2.10"
|
||||
:git/sha "d96ea18"
|
||||
{:git/tag "v2.11.1"
|
||||
:git/sha "c9197b0"
|
||||
:git/url "https://github.com/funcool/rumext.git"}
|
||||
|
||||
instaparse/instaparse {:mvn/version "1.4.12"}
|
||||
|
@ -41,7 +41,7 @@
|
|||
:dev
|
||||
{:extra-paths ["dev"]
|
||||
:extra-deps
|
||||
{thheller/shadow-cljs {:mvn/version "2.26.2"}
|
||||
{thheller/shadow-cljs {:mvn/version "2.27.4"}
|
||||
org.clojure/tools.namespace {:mvn/version "RELEASE"}
|
||||
cider/cider-nrepl {:mvn/version "0.44.0"}}}
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"prop-types": "^15.8.1",
|
||||
"rimraf": "^5.0.5",
|
||||
"sass": "^1.69.7",
|
||||
"shadow-cljs": "2.26.2",
|
||||
"shadow-cljs": "2.27.4",
|
||||
"storybook": "^7.6.7",
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.0.11",
|
||||
|
|
|
@ -88,9 +88,10 @@
|
|||
(dom/blur! input))))
|
||||
|
||||
context-value
|
||||
(mf/spread-obj props {:on-change on-change'
|
||||
:encode-fn encode-fn
|
||||
:decode-fn decode-fn})]
|
||||
(mf/spread props
|
||||
:on-change on-change'
|
||||
:encode-fn encode-fn
|
||||
:decode-fn decode-fn)]
|
||||
|
||||
[:& (mf/provider context) {:value context-value}
|
||||
[:div {:class (dm/str class " " (stl/css :radio-btn-wrapper))
|
||||
|
|
|
@ -190,7 +190,7 @@
|
|||
[{:keys [type on-type-change] :as props}]
|
||||
(let [type (d/nilv type :simple)
|
||||
on-blur (mf/use-fn #(select-margins false false false false))
|
||||
props (mf/spread-obj props {:on-blur on-blur})
|
||||
props (mf/spread props :on-blur on-blur)
|
||||
|
||||
on-type-change'
|
||||
(mf/use-fn
|
||||
|
|
|
@ -7921,7 +7921,7 @@ __metadata:
|
|||
rxjs: "npm:8.0.0-alpha.13"
|
||||
sass: "npm:^1.69.7"
|
||||
sax: "npm:^1.3.0"
|
||||
shadow-cljs: "npm:2.26.2"
|
||||
shadow-cljs: "npm:2.27.4"
|
||||
source-map-support: "npm:^0.5.21"
|
||||
storybook: "npm:^7.6.7"
|
||||
tdigest: "npm:^0.1.2"
|
||||
|
@ -13319,9 +13319,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"shadow-cljs@npm:2.26.2":
|
||||
version: 2.26.2
|
||||
resolution: "shadow-cljs@npm:2.26.2"
|
||||
"shadow-cljs@npm:2.27.4":
|
||||
version: 2.27.4
|
||||
resolution: "shadow-cljs@npm:2.27.4"
|
||||
dependencies:
|
||||
node-libs-browser: "npm:^2.2.1"
|
||||
readline-sync: "npm:^1.4.7"
|
||||
|
@ -13331,7 +13331,7 @@ __metadata:
|
|||
ws: "npm:^7.4.6"
|
||||
bin:
|
||||
shadow-cljs: cli/runner.js
|
||||
checksum: d504969ea28bcf3d5fc879c8111cb630a8ae910ea692bbfb0d73097fb336e13e642116db9fcc91524686a6824e71d439ef0df31941eabb6331feb4aa4146e830
|
||||
checksum: bae23e71df9c2b2979259a0cde8747c923ee295f58ab4637c9d6b103d82542b40ef39172d4be2dbb94af2e6458a177d1ec96c1eb1e73b1d8f3a4ddb5eaaba7d4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue