diff --git a/Compose-Ur-Pres/cup-source-code/src/commonMain/kotlin/net/kodein/cup/sa/SourceCodeBuilder.kt b/Compose-Ur-Pres/cup-source-code/src/commonMain/kotlin/net/kodein/cup/sa/SourceCodeBuilder.kt index 83df1f3..fdd3a6e 100644 --- a/Compose-Ur-Pres/cup-source-code/src/commonMain/kotlin/net/kodein/cup/sa/SourceCodeBuilder.kt +++ b/Compose-Ur-Pres/cup-source-code/src/commonMain/kotlin/net/kodein/cup/sa/SourceCodeBuilder.kt @@ -42,7 +42,7 @@ public class SourceCodeBuilder internal constructor() { } @Deprecated("This is not needed anymore and can be safely removed", replaceWith = ReplaceWith(""), level = DeprecationLevel.ERROR) - public fun ensureStep(step: Int) {} + public fun ensureStep(@Suppress("UNUSED_PARAMETER") step: Int) {} internal companion object { const val START_OPEN = "\u2062«\u2064" diff --git a/Compose-Ur-Pres/cup/src/commonMain/kotlin/net/kodein/cup/ui/BulletPoints.kt b/Compose-Ur-Pres/cup/src/commonMain/kotlin/net/kodein/cup/ui/BulletPoints.kt index bdde904..fea491f 100644 --- a/Compose-Ur-Pres/cup/src/commonMain/kotlin/net/kodein/cup/ui/BulletPoints.kt +++ b/Compose-Ur-Pres/cup/src/commonMain/kotlin/net/kodein/cup/ui/BulletPoints.kt @@ -57,6 +57,7 @@ private fun BulletPointsContent( } +@Suppress("DEPRECATION") @Composable @Deprecated( message = """ diff --git a/Compose-Ur-Pres/kotlin-js-store/yarn.lock b/Compose-Ur-Pres/kotlin-js-store/yarn.lock index 225eea9..fb6f64f 100644 --- a/Compose-Ur-Pres/kotlin-js-store/yarn.lock +++ b/Compose-Ur-Pres/kotlin-js-store/yarn.lock @@ -52,6 +52,11 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" +"@js-joda/core@3.2.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@js-joda/core/-/core-3.2.0.tgz#3e61e21b7b2b8a6be746df1335cf91d70db2a273" + integrity sha512-PMqgJ0sw5B7FKb2d5bWYIoxjri+QlW/Pys7+Rw82jSH0QN3rB05jZ/VrrsUdh1w4+i2kw9JOejXGq/KhDOX7Kg== + "@socket.io/component-emitter@~3.1.0": version "3.1.2" resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz#821f8442f4175d8f0467b9daf26e3a18e2d02af2"