fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.5.0

This commit is contained in:
renovate[bot]
2026-05-27 23:15:00 +05:30
committed by Harsh Shandilya
parent b8ee16be84
commit c3ec92582f
2 changed files with 2 additions and 6 deletions
@@ -303,11 +303,7 @@ fun LobstersPostsScreen(
}
entry<Search>(metadata = ListDetailSceneStrategy.extraPane()) {
setWebUri("https://lobste.rs/search")
SearchScreen(
viewModel = viewModel,
postActions = postActions,
contentPadding = contentPadding,
)
SearchScreen(postActions = postActions, contentPadding = contentPadding)
}
entry<AboutLibraries>(metadata = ListDetailSceneStrategy.extraPane()) {
LibrariesContainer(
+1 -1
View File
@@ -149,7 +149,7 @@ sentry-android-sqlite = { module = "io.sentry:sentry-android-sqlite", version.re
#noinspection UnusedVersionCatalogEntry
sentry-bom = { module = "io.sentry:sentry-bom", version.ref = "sentry" }
#noinspection UnusedVersionCatalogEntry
slack-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.4.3"
slack-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.5.0"
#noinspection UnusedVersionCatalogEntry
slack-lints = "com.slack.lint:slack-lint-checks:0.11.1"
sqldelight-androidDriver = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }