From 91815dae92bc831be7923cb0afc4afc14addae4f Mon Sep 17 00:00:00 2001 From: Eugene Koontz Date: Sat, 23 Nov 2024 19:23:48 +0100 Subject: [PATCH] update cljsjs/react-dom to latest version available Existing version of clsjs/react-dom (16.2.0-3) wasn't available to me, at least on some attempts to fetch (other times I tried, the version was available). Anyway, the latest release in this change works, so might as well keep current with it. --- content/guides/quick-start.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/quick-start.adoc b/content/guides/quick-start.adoc index 63ba606..d4edb09 100644 --- a/content/guides/quick-start.adoc +++ b/content/guides/quick-start.adoc @@ -309,7 +309,7 @@ Modify your `deps.edn` file: [source,clojure] ---- {:deps {org.clojure/clojurescript {:mvn/version "1.11.54"} - cljsjs/react-dom {:mvn/version "16.2.0-3"}}} + cljsjs/react-dom {:mvn/version "18.3.1-1"}}} ---- Let's edit our simple program to look like the following so that React