Skip to content

Commit

Permalink
⬆️ upgrade compose to 1.7.3 and ktor to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CXwudi committed Dec 21, 2024
1 parent d9478eb commit 12bc1dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build-src/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ kotlin = "2.1.0"
ksp = "2.1.0-1.0.28"
java = "21"
agp = "8.7.3" # ! if using Android plugin in IDEA, need to switch to a version that IDEA supports
compose = "1.7.1"
compose = "1.7.3"
compose-adaptive = "1.0.1"

essenty = "2.4.0"
decompose = "3.2.2"
mvikotlin = "4.2.0"
koin = "4.0.0"
kstore = "0.9.1"
ktor = "3.0.2"
ktor = "3.0.3"
ktorfit = "2.2.0"

junit = "5.11.4"
Expand Down
7 changes: 1 addition & 6 deletions conduit-frontend/kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2751,12 +2751,7 @@ wrappy@1:
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==

[email protected]:
version "8.5.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==

ws@^8.13.0:
[email protected], ws@^8.13.0:
version "8.18.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
Expand Down

0 comments on commit 12bc1dc

Please sign in to comment.