Skip to content

Commit d3e0e46

Browse files
authored
Merge pull request #125 from joreilly/dependency_updates
dependency updates
2 parents 4bc3e8c + 90f3459 commit d3e0e46

File tree

4 files changed

+5
-47
lines changed

4 files changed

+5
-47
lines changed

composeApp/build.gradle.kts

-5
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ kotlin {
9494
implementation(compose.uiTest)
9595
}
9696

97-
jsMain.dependencies {
98-
implementation(compose.html.core)
99-
implementation(libs.kstore.storage)
100-
}
101-
10297
androidMain.dependencies {
10398
implementation(libs.compose.ui.tooling.preview)
10499
implementation(libs.androidx.activity.compose)

gradle/libs.versions.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ ksp = "2.0.21-1.0.25"
44
kotlinx-coroutines = "1.9.0"
55

66

7-
agp = "8.7.1"
7+
agp = "8.7.2"
88
android-compileSdk = "34"
99
android-minSdk = "24"
1010
android-targetSdk = "34"
1111
androidx-activityCompose = "1.9.3"
12-
compose = "1.7.4"
13-
compose-plugin = "1.7.0"
12+
compose = "1.7.5"
13+
compose-plugin = "1.7.1"
1414
composeAdaptiveLayout = "1.0.0"
1515
harawata-appdirs = "1.2.2"
1616
koalaplot = "0.5.3"
1717
koin = "4.0.1-Beta1"
1818
koin-compose-multiplatform = "4.0.1-Beta1"
1919
kmpNativeCoroutines = "1.0.0-ALPHA-35"
20-
kmpObservableViewModel = "1.0.0-BETA-6"
20+
kmpObservableViewModel = "1.0.0-BETA-7"
2121
kstore = "0.8.0"
22-
ktor = "3.0.0"
22+
ktor = "3.0.1"
2323
treemapChart = "0.1.1"
2424
voyager= "1.1.0-beta03"
2525
molecule = "2.0.0"

kotlin-js-store/yarn.lock

-37
Original file line numberDiff line numberDiff line change
@@ -412,13 +412,6 @@
412412
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
413413
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
414414

415-
abort-controller@3.0.0:
416-
version "3.0.0"
417-
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
418-
integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==
419-
dependencies:
420-
event-target-shim "^5.0.0"
421-
422415
accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8:
423416
version "1.3.8"
424417
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"
@@ -1041,11 +1034,6 @@ etag@~1.8.1:
10411034
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
10421035
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
10431036

1044-
event-target-shim@^5.0.0:
1045-
version "5.0.1"
1046-
resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789"
1047-
integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==
1048-
10491037
eventemitter3@^4.0.0:
10501038
version "4.0.7"
10511039
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
@@ -1883,13 +1871,6 @@ neo-async@^2.6.2:
18831871
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
18841872
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
18851873

1886-
node-fetch@2.6.7:
1887-
version "2.6.7"
1888-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1889-
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
1890-
dependencies:
1891-
whatwg-url "^5.0.0"
1892-
18931874
node-forge@^1:
18941875
version "1.3.1"
18951876
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3"
@@ -2583,11 +2564,6 @@ toidentifier@1.0.1:
25832564
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
25842565
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
25852566

2586-
tr46@~0.0.3:
2587-
version "0.0.3"
2588-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
2589-
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
2590-
25912567
type-is@~1.6.18:
25922568
version "1.6.18"
25932569
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
@@ -2676,11 +2652,6 @@ wbuf@^1.1.0, wbuf@^1.7.3:
26762652
dependencies:
26772653
minimalistic-assert "^1.0.0"
26782654

2679-
webidl-conversions@^3.0.0:
2680-
version "3.0.1"
2681-
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
2682-
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
2683-
26842655
webpack-cli@5.1.4:
26852656
version "5.1.4"
26862657
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-5.1.4.tgz#c8e046ba7eaae4911d7e71e2b25b776fcc35759b"
@@ -2812,14 +2783,6 @@ websocket-extensions@>=0.1.1:
28122783
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
28132784
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
28142785

2815-
whatwg-url@^5.0.0:
2816-
version "5.0.0"
2817-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
2818-
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
2819-
dependencies:
2820-
tr46 "~0.0.3"
2821-
webidl-conversions "^3.0.0"
2822-
28232786
which@^1.2.1:
28242787
version "1.3.1"
28252788
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"

0 commit comments

Comments
 (0)