summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@gmail.com>2023-07-05 23:05:17 +0200
committerJoffrey Bion <joffrey.bion@gmail.com>2023-07-05 23:05:17 +0200
commita1b1a1040e5a5d8fe168e666638331e87e2abdc8 (patch)
tree50de9040ed761983ebf30eec4e71c36fabed3027 /gradle
parentRefresh versions in libs.versions.toml (diff)
downloadseven-wonders-a1b1a1040e5a5d8fe168e666638331e87e2abdc8.tar.gz
seven-wonders-a1b1a1040e5a5d8fe168e666638331e87e2abdc8.tar.bz2
seven-wonders-a1b1a1040e5a5d8fe168e666638331e87e2abdc8.zip
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()
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml3
1 files changed, 1 insertions, 2 deletions
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"
bgstack15