1 Commits

Author SHA1 Message Date
rodydavis aceff862db fix(deps): update compose_version to v1.11.3 2026-06-17 18:01:02 +00:00
2 changed files with 2 additions and 2 deletions
+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.5.15' compose_version = '1.11.3'
} }
repositories { repositories {
google() google()
+1 -1
View File
@@ -61,7 +61,7 @@
"rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.2.11", "vite": "^5.2.11",
"vite-plugin-pwa": "^0.21.0", "vite-plugin-pwa": "^0.19.0",
"vitest": "^1.5.0" "vitest": "^1.5.0"
} }
} }