1 Commits

Author SHA1 Message Date
rodydavis 916815c1ad fix(deps): update dependency @material/mwc-icon-button to ^0.27.0
renovate/artifacts Artifact file update failure
2026-06-15 10:01:11 +00:00
3 changed files with 2 additions and 6 deletions
-4
View File
@@ -7,10 +7,6 @@ on:
- master - master
workflow_dispatch: # Allows manual triggering from the Gitea UI workflow_dispatch: # Allows manual triggering from the Gitea UI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
+1 -1
View File
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext { ext {
compose_version = '1.11.4' compose_version = '1.5.15'
} }
repositories { repositories {
google() google()
+1 -1
View File
@@ -23,7 +23,7 @@
"@material/mwc-dialog": "^0.21.0", "@material/mwc-dialog": "^0.21.0",
"@material/mwc-drawer": "^0.21.0", "@material/mwc-drawer": "^0.21.0",
"@material/mwc-icon": "^0.25.3", "@material/mwc-icon": "^0.25.3",
"@material/mwc-icon-button": "^0.21.0", "@material/mwc-icon-button": "^0.27.0",
"@material/mwc-list": "^0.21.0", "@material/mwc-list": "^0.21.0",
"@material/mwc-textfield": "^0.21.0", "@material/mwc-textfield": "^0.21.0",
"@material/mwc-top-app-bar-fixed": "^0.21.0", "@material/mwc-top-app-bar-fixed": "^0.21.0",