From a1b1a1040e5a5d8fe168e666638331e87e2abdc8 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Wed, 5 Jul 2023 23:05:17 +0200 Subject: Upgrade Kotlin JS wrappers to 1.0.0-pre.585 This includes: * replacing VFC with the new non-generic overload of FC * replacing some csstype.* types and unit functions with web.cssom.* * using the new react router factory function createHashRouter() --- gradle/libs.versions.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gradle') diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 419ea808..70e2fc1f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,8 +17,7 @@ slf4j = "2.0.7" spring-boot = "3.1.1" # See https://github.com/JetBrains/kotlin-wrappers -kotlin-wrappers = "1.0.0-pre.488" -## ⬆ = "1.0.0-pre.585" +kotlin-wrappers = "1.0.0-pre.585" kotlin-blueprintjs-core = "4.15.0-8" kotlin-blueprintjs-icons = "4.13.0-8" -- cgit