⬆️ Update rumext and shadow-cljs

This commit is contained in:
Andrey Antukh 2024-02-26 17:19:43 +01:00
parent c7001fed3c
commit c80da1bbac
11 changed files with 30 additions and 29 deletions

View file

@ -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"}}}