update compose versions

This commit is contained in:
2026-01-15 12:07:53 +06:00
parent 2c10bb3c88
commit 4ce2b7d3b2
2 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,8 @@
* `Ktor`: `3.3.2` -> `3.3.3`
* `Okio`: `3.16.2` -> `3.16.4`
* `KSP`: `2.3.2` -> `2.3.4`
* `Compose`: `1.9.3` -> `1.10.0`
* `Compose Material3`: `1.9.0` -> `1.10.0-alpha05`
## 0.26.8

View File

@@ -8,8 +8,8 @@ kotlinx-browser = "0.5.0"
kslog = "1.5.2"
jb-compose = "1.9.3"
jb-compose-material3 = "1.9.0"
jb-compose = "1.10.0"
jb-compose-material3 = "1.10.0-alpha05"
jb-compose-icons = "1.7.8"
jb-exposed = "0.61.0"
jb-dokka = "2.1.0"