Skip to content

Commit 0c7fd13

Browse files
Update kotlin monorepo to v2.1.0 (#103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kevin Cianfarini <[email protected]>
1 parent 5f9ec06 commit 0c7fd13

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android-compileSdk = "34"
44
android-minSdk = "21"
55
compose = "1.7.3"
66
dokka = "1.9.20"
7-
kotlin = "2.0.20"
7+
kotlin = "2.1.0"
88
kotlin-nodejs = "18.16.12-pre.634"
99
kotlinx-coroutines = "1.9.0"
1010
kotlinx-serialization = "1.7.3"

kotlin-js-store/yarn.lock

+11-4
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+
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-
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+
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)