Skip to content

Commit b2a35b3

Browse files
Update plugin kotlin to v2.1.0 (#364)
* Update plugin kotlin to v2.1.0 * Update Yarn lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton <jw@squareup.com>
1 parent ac0bdcc commit b2a35b3

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
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.0.21" }
9+
kotlin = { id = "org.jetbrains.kotlin.multiplatform", version = "2.1.0" }
1010
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
1111
publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
1212
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }

kotlin-js-store/yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,13 @@ js-yaml@^4.1.0:
274274
dependencies:
275275
argparse "^2.0.1"
276276

277+
kotlin-web-helpers@2.0.0:
278+
version "2.0.0"
279+
resolved "https://registry.yarnpkg.com/kotlin-web-helpers/-/kotlin-web-helpers-2.0.0.tgz#b112096b273c1e733e0b86560998235c09a19286"
280+
integrity sha512-xkVGl60Ygn/zuLkDPx+oHj7jeLR7hCvoNF99nhwXMn8a3ApB4lLiC9pk4ol4NHPjyoCbvQctBqvzUcp8pkqyWw==
281+
dependencies:
282+
format-util "^1.0.5"
283+
277284
locate-path@^6.0.0:
278285
version "6.0.0"
279286
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
@@ -296,10 +303,10 @@ minimatch@^5.0.1, minimatch@^5.1.6:
296303
dependencies:
297304
brace-expansion "^2.0.1"
298305

299-
mocha@10.7.0:
300-
version "10.7.0"
301-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.0.tgz#9e5cbed8fa9b37537a25bd1f7fb4f6fc45458b9a"
302-
integrity sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==
306+
mocha@10.7.3:
307+
version "10.7.3"
308+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.3.tgz#ae32003cabbd52b59aece17846056a68eb4b0752"
309+
integrity sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==
303310
dependencies:
304311
ansi-colors "^4.1.3"
305312
browser-stdout "^1.3.1"

0 commit comments

Comments
 (0)