⬆️ Update rumext to v2.20

It includes:

- a revert for recursive transformations for :> handler
- a revert for use-state stable reference handling
- a partial support for malli decoding on props validation
This commit is contained in:
Andrey Antukh 2025-01-10 17:12:06 +01:00
parent 1e20fd7bb6
commit 717c447f32
3 changed files with 17 additions and 14 deletions

View file

@ -20,8 +20,8 @@
:git/url "https://github.com/funcool/beicon.git"}
funcool/rumext
{:git/tag "v2.18"
:git/sha "b6e8f45"
{:git/tag "v2.20"
:git/sha "7f5e1cd"
:git/url "https://github.com/funcool/rumext.git"}
instaparse/instaparse {:mvn/version "1.5.0"}