Skip to content

Commit 6770207

Browse files
committed
chore: dep updates
1 parent 1b930e6 commit 6770207

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

gradle/kotlin-js-store/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/kotlin-js-store/wasm/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org-url = "https://suresh.dev"
2323
bc-plugins = "2.22.0"
2424
kotlinx-kover = "0.9.3"
2525
kotlin-dokka = "2.1.0"
26-
kotlinx-io = "0.8.0"
26+
kotlinx-io = "0.8.1"
2727
kotlinx-atomicfu = "0.30.0-beta"
2828
kotlinx-coroutines = "1.10.2"
2929
kotlinx-datetime = "0.7.1"
@@ -40,7 +40,7 @@ kotlinx-reflect-lite = "1.2.0-RC"
4040
kotlin-lincheck = "3.3.2"
4141
kotlin-wrappers = "2025.11.11"
4242
kotlin-redacted = "1.15.1"
43-
kotlin-serviceloader = "0.0.21"
43+
kotlin-serviceloader = "0.0.22"
4444
kotlinx-multik = "0.2.3"
4545
kotlinx-dataframe = "1.0.0-Beta3"
4646
kotlinx-kandy = "0.9.0-dev-86"
@@ -223,9 +223,9 @@ compose-adaptive = "1.3.0-alpha02"
223223
compose-icons = "1.7.3"
224224
compose-fontawesome = "1.1.1"
225225
kobweb = "0.23.3"
226-
summon = "0.4.9.4"
226+
summon = "0.5.0.0"
227227
detekt = "2.0.0-alpha.1"
228-
detekt-compose-rules = "0.4.27"
228+
detekt-compose-rules = "0.4.28"
229229
antdesign = "1.0.0"
230230
compose-fluent = "0.1.0"
231231
kottie = "2.2.0"
@@ -263,7 +263,7 @@ graalvm-nativeimage = "0.11.3"
263263
github-depgraph = "0.1.0"
264264
github-changelog = "2.2.0"
265265
buildkonfig = "0.17.1"
266-
gmazzo-buildconfig = "6.0.0"
266+
gmazzo-buildconfig = "6.0.1"
267267
cyclonedx-plugin = "1.10.0"
268268
modulegraph = "0.13.0"
269269
exposed-plugin = "0.2.1"

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pluginManagement {
2020
repositories {
2121
mavenCentral()
2222
gradlePluginPortal()
23+
// mavenLocal()
2324
}
2425
}
2526

0 commit comments

Comments
 (0)