Skip to content

Commit b10eba1

Browse files
Update plugin kotlin to v2.2.0 (#400)
* Update plugin kotlin to v2.2.0 * Update yarn lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton <[email protected]>
1 parent 3bb1338 commit b10eba1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", ve
66
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
77

88
[plugins]
9-
kotlin = { id = "org.jetbrains.kotlin.multiplatform", version = "2.1.21" }
9+
kotlin = { id = "org.jetbrains.kotlin.multiplatform", version = "2.2.0" }
1010
spotless = { id = "com.diffplug.spotless", version = "7.0.4" }
1111
publish = { id = "com.vanniktech.maven.publish", version = "0.33.0" }
1212
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }

kotlin-js-store/yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -461,11 +461,6 @@ to-regex-range@^5.0.1:
461461
dependencies:
462462
is-number "^7.0.0"
463463

464-
465-
version "5.5.4"
466-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
467-
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
468-
469464
workerpool@^6.5.1:
470465
version "6.5.1"
471466
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"

0 commit comments

Comments
 (0)