10 Commits

Author SHA1 Message Date
rodydavis 5d0ac46f76 chore(deps): update dependency vite-plugin-pwa to ^0.21.0
renovate/artifacts Artifact file update failure
2026-06-15 08:01:10 +00:00
rodydavis 572418e1d2 Merge pull request 'fix(deps): update dependency com.android.tools.build:gradle to v4.2.2' (#1) from renovate/com.android.tools.build-gradle-4.x into master
Renovate / renovate (push) Successful in 13s
Build and Deploy / build-and-deploy (push) Successful in 41s
Reviewed-on: #1
2026-06-15 00:54:30 -07:00
rodydavis 17637f69a7 Merge pull request 'fix(deps): update junitversion to v4.13.2' (#2) from renovate/junitversion into master
Build and Deploy / build-and-deploy (push) Has been cancelled
Renovate / renovate (push) Successful in 14s
Reviewed-on: #2
2026-06-15 00:54:22 -07:00
rodydavis c196583480 Merge pull request 'chore(deps): update dependency pnpm to v9.15.9' (#5) from renovate/pnpm-9.x into master
Renovate / renovate (push) Successful in 13s
Build and Deploy / build-and-deploy (push) Has been cancelled
Reviewed-on: #5
2026-06-15 00:53:59 -07:00
rodydavis 478835ed0a Merge pull request 'fix(deps): update compose_version' (#13) from renovate/compose_version into master
Build and Deploy / build-and-deploy (push) Has been cancelled
Renovate / renovate (push) Successful in 16s
Reviewed-on: #13
2026-06-15 00:53:49 -07:00
rodydavis 42e1315390 fix(deps): update compose_version 2026-06-15 07:53:38 +00:00
rodydavis 66527ef92b Merge pull request 'chore(deps): update gradle to v7.6.6' (#9) from renovate/gradle-7.x into master
Build and Deploy / build-and-deploy (push) Has been cancelled
Renovate / renovate (push) Successful in 1m10s
Reviewed-on: #9
2026-06-15 00:53:37 -07:00
rodydavis b903b0808a chore(deps): update gradle to v7.6.6 2026-06-13 09:01:11 +00:00
rodydavis a1c94acf53 chore(deps): update dependency pnpm to v9.15.9 2026-06-13 08:07:57 +00:00
rodydavis f678f31ecd fix(deps): update dependency com.android.tools.build:gradle to v4.2.2 2026-06-13 06:04:23 +00:00
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.7.1
version: 9.15.9
- name: Set up Bazel Environment
uses: https://git.rodydavis.dev/rodydavis/shared-actions/setup-bazel@main
+1 -1
View File
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compose_version = '1.0.0-alpha08'
compose_version = '1.5.15'
}
repositories {
google()
+1 -1
View File
@@ -61,7 +61,7 @@
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.19.0",
"vite-plugin-pwa": "^0.21.0",
"vitest": "^1.5.0"
}
}
+1 -1
View File
@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.google.gms:google-services:4.3.5'
// NOTE: Do not place your application dependencies here; they belong
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists