diff --git a/.tool-versions b/.tool-versions index e805c230..048eef49 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ bun 1.1.33 -flutter 3.24.3-stable +flutter 3.24.4-stable ruby 3.3.5 diff --git a/app/backend/.tool-versions b/app/backend/.tool-versions index 03f98e80..1f72ffbc 100644 --- a/app/backend/.tool-versions +++ b/app/backend/.tool-versions @@ -1 +1 @@ -dart 3.5.3 +dart 3.5.4 diff --git a/app/backend/pubspec.lock b/app/backend/pubspec.lock index 2b5bc149..6834dbb5 100644 --- a/app/backend/pubspec.lock +++ b/app/backend/pubspec.lock @@ -774,4 +774,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/app/backend/pubspec.yaml b/app/backend/pubspec.yaml index a8c1b36e..259b7d0c 100644 --- a/app/backend/pubspec.yaml +++ b/app/backend/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.1.0 publish_to: none environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: built_value: 8.9.2 diff --git a/app/catalog/pubspec.lock b/app/catalog/pubspec.lock index c7c79dae..02a77ae0 100644 --- a/app/catalog/pubspec.lock +++ b/app/catalog/pubspec.lock @@ -1016,5 +1016,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" - flutter: ">=3.24.3" + dart: "3.5.4" + flutter: ">=3.24.4" diff --git a/app/catalog/pubspec.yaml b/app/catalog/pubspec.yaml index 574316e7..ba1b3c67 100644 --- a/app/catalog/pubspec.yaml +++ b/app/catalog/pubspec.yaml @@ -4,8 +4,8 @@ publish_to: 'none' version: 1.0.0 environment: - sdk: 3.5.3 - flutter: 3.24.3 + sdk: 3.5.4 + flutter: 3.24.4 dependencies: core_designsystem: diff --git a/app/mobile/pubspec.lock b/app/mobile/pubspec.lock index a9ab2a33..37ba4870 100644 --- a/app/mobile/pubspec.lock +++ b/app/mobile/pubspec.lock @@ -1412,5 +1412,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" - flutter: ">=3.24.3" + dart: "3.5.4" + flutter: ">=3.24.4" diff --git a/app/mobile/pubspec.yaml b/app/mobile/pubspec.yaml index 8fcd5e34..71314dec 100644 --- a/app/mobile/pubspec.yaml +++ b/app/mobile/pubspec.yaml @@ -4,8 +4,8 @@ publish_to: 'none' version: 0.0.1+2 environment: - sdk: 3.5.3 - flutter: 3.24.3 + sdk: 3.5.4 + flutter: 3.24.4 dependencies: core_analytics_firebase: diff --git a/core/analytics/pubspec.lock b/core/analytics/pubspec.lock index 7abeb22b..abea9610 100644 --- a/core/analytics/pubspec.lock +++ b/core/analytics/pubspec.lock @@ -558,4 +558,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/core/analytics/pubspec.yaml b/core/analytics/pubspec.yaml index 080fc3a8..43e110cb 100644 --- a/core/analytics/pubspec.yaml +++ b/core/analytics/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: core_common: diff --git a/core/analytics_firebase/pubspec.lock b/core/analytics_firebase/pubspec.lock index 903a49c0..d8960aeb 100644 --- a/core/analytics_firebase/pubspec.lock +++ b/core/analytics_firebase/pubspec.lock @@ -793,5 +793,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" - flutter: ">=3.24.3" + dart: "3.5.4" + flutter: ">=3.24.4" diff --git a/core/analytics_firebase/pubspec.yaml b/core/analytics_firebase/pubspec.yaml index 5571c363..61985268 100644 --- a/core/analytics_firebase/pubspec.yaml +++ b/core/analytics_firebase/pubspec.yaml @@ -4,8 +4,8 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 - flutter: 3.24.3 + sdk: 3.5.4 + flutter: 3.24.4 dependencies: core_analytics: diff --git a/core/authenticator/pubspec.lock b/core/authenticator/pubspec.lock index 0a3d1656..716599d1 100644 --- a/core/authenticator/pubspec.lock +++ b/core/authenticator/pubspec.lock @@ -565,4 +565,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/core/authenticator/pubspec.yaml b/core/authenticator/pubspec.yaml index ffdf6235..9ed68781 100644 --- a/core/authenticator/pubspec.yaml +++ b/core/authenticator/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: core_common: diff --git a/core/common/pubspec.lock b/core/common/pubspec.lock index 9adb6627..ab690d53 100644 --- a/core/common/pubspec.lock +++ b/core/common/pubspec.lock @@ -423,4 +423,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/core/common/pubspec.yaml b/core/common/pubspec.yaml index 5c936c28..3d8abca9 100644 --- a/core/common/pubspec.yaml +++ b/core/common/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: anyhow: 1.3.1 diff --git a/core/data/pubspec.lock b/core/data/pubspec.lock index bdad1dba..e95a5be1 100644 --- a/core/data/pubspec.lock +++ b/core/data/pubspec.lock @@ -719,4 +719,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/core/data/pubspec.yaml b/core/data/pubspec.yaml index 1fbcdc5c..86bdcda2 100644 --- a/core/data/pubspec.yaml +++ b/core/data/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: core_common: diff --git a/core/database/pubspec.lock b/core/database/pubspec.lock index 0a3d1656..716599d1 100644 --- a/core/database/pubspec.lock +++ b/core/database/pubspec.lock @@ -565,4 +565,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/core/database/pubspec.yaml b/core/database/pubspec.yaml index 848b8f4b..fafa9333 100644 --- a/core/database/pubspec.yaml +++ b/core/database/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: core_common: diff --git a/core/database_isar/pubspec.lock b/core/database_isar/pubspec.lock index 6e6483a6..7cebccc8 100644 --- a/core/database_isar/pubspec.lock +++ b/core/database_isar/pubspec.lock @@ -683,4 +683,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/core/database_isar/pubspec.yaml b/core/database_isar/pubspec.yaml index 549677b1..aea1b509 100644 --- a/core/database_isar/pubspec.yaml +++ b/core/database_isar/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: core_common: diff --git a/core/datastore/pubspec.lock b/core/datastore/pubspec.lock index 0a3d1656..716599d1 100644 --- a/core/datastore/pubspec.lock +++ b/core/datastore/pubspec.lock @@ -565,4 +565,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/core/datastore/pubspec.yaml b/core/datastore/pubspec.yaml index 99d1776e..fafd0543 100644 --- a/core/datastore/pubspec.yaml +++ b/core/datastore/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: core_common: diff --git a/core/designsystem/pubspec.lock b/core/designsystem/pubspec.lock index 63e1a8a8..85d835ff 100644 --- a/core/designsystem/pubspec.lock +++ b/core/designsystem/pubspec.lock @@ -776,5 +776,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" - flutter: ">=3.24.3" + dart: "3.5.4" + flutter: ">=3.24.4" diff --git a/core/designsystem/pubspec.yaml b/core/designsystem/pubspec.yaml index 67fe6bac..42363deb 100644 --- a/core/designsystem/pubspec.yaml +++ b/core/designsystem/pubspec.yaml @@ -4,8 +4,8 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 - flutter: 3.24.3 + sdk: 3.5.4 + flutter: 3.24.4 dependencies: core_common: diff --git a/core/domain/pubspec.lock b/core/domain/pubspec.lock index fccc244f..c9d10300 100644 --- a/core/domain/pubspec.lock +++ b/core/domain/pubspec.lock @@ -726,4 +726,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/core/domain/pubspec.yaml b/core/domain/pubspec.yaml index 59dbf061..dd27100e 100644 --- a/core/domain/pubspec.yaml +++ b/core/domain/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides use cases and domain models. publish_to: "none" environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: core_authenticator: diff --git a/core/model/pubspec.lock b/core/model/pubspec.lock index fcc4227c..06a674a1 100644 --- a/core/model/pubspec.lock +++ b/core/model/pubspec.lock @@ -646,4 +646,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/core/model/pubspec.yaml b/core/model/pubspec.yaml index 4b0ff9f4..ef2395fb 100644 --- a/core/model/pubspec.yaml +++ b/core/model/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: core_common: diff --git a/core/network/pubspec.lock b/core/network/pubspec.lock index 78a005ff..f833bbf9 100644 --- a/core/network/pubspec.lock +++ b/core/network/pubspec.lock @@ -627,4 +627,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/core/network/pubspec.yaml b/core/network/pubspec.yaml index fccb36af..97716846 100644 --- a/core/network/pubspec.yaml +++ b/core/network/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: core_authenticator: diff --git a/core/network_model/pubspec.lock b/core/network_model/pubspec.lock index fbb3a44d..852d81ff 100644 --- a/core/network_model/pubspec.lock +++ b/core/network_model/pubspec.lock @@ -495,4 +495,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/core/network_model/pubspec.yaml b/core/network_model/pubspec.yaml index 2723c240..39c5e723 100644 --- a/core/network_model/pubspec.yaml +++ b/core/network_model/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: freezed_annotation: 2.4.4 diff --git a/core/testing/pubspec.lock b/core/testing/pubspec.lock index 8c021a4d..a6d90f8e 100644 --- a/core/testing/pubspec.lock +++ b/core/testing/pubspec.lock @@ -232,4 +232,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/core/testing/pubspec.yaml b/core/testing/pubspec.yaml index 1ef9e751..2f3eabfc 100644 --- a/core/testing/pubspec.yaml +++ b/core/testing/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 + sdk: 3.5.4 dependencies: core_common: diff --git a/core/ui/pubspec.lock b/core/ui/pubspec.lock index 67c3d7ba..88d51fa5 100644 --- a/core/ui/pubspec.lock +++ b/core/ui/pubspec.lock @@ -791,5 +791,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" - flutter: ">=3.24.3" + dart: "3.5.4" + flutter: ">=3.24.4" diff --git a/core/ui/pubspec.yaml b/core/ui/pubspec.yaml index 6209347f..e9c6eee4 100644 --- a/core/ui/pubspec.yaml +++ b/core/ui/pubspec.yaml @@ -4,8 +4,8 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 - flutter: 3.24.3 + sdk: 3.5.4 + flutter: 3.24.4 dependencies: core_common: diff --git a/feature/auth/pubspec.lock b/feature/auth/pubspec.lock index 168e3f1f..8f018acd 100644 --- a/feature/auth/pubspec.lock +++ b/feature/auth/pubspec.lock @@ -631,5 +631,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" - flutter: ">=3.24.3" + dart: "3.5.4" + flutter: ">=3.24.4" diff --git a/feature/auth/pubspec.yaml b/feature/auth/pubspec.yaml index 369cfa4d..f9b0fc3a 100644 --- a/feature/auth/pubspec.yaml +++ b/feature/auth/pubspec.yaml @@ -4,8 +4,8 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 - flutter: 3.24.3 + sdk: 3.5.4 + flutter: 3.24.4 dependencies: core_common: diff --git a/feature/feed/pubspec.lock b/feature/feed/pubspec.lock index e91c0e7a..45daa345 100644 --- a/feature/feed/pubspec.lock +++ b/feature/feed/pubspec.lock @@ -711,5 +711,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" - flutter: ">=3.24.3" + dart: "3.5.4" + flutter: ">=3.24.4" diff --git a/feature/feed/pubspec.yaml b/feature/feed/pubspec.yaml index 75f8c217..188cbced 100644 --- a/feature/feed/pubspec.yaml +++ b/feature/feed/pubspec.yaml @@ -4,8 +4,8 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 - flutter: 3.24.3 + sdk: 3.5.4 + flutter: 3.24.4 dependencies: core_common: diff --git a/feature/home/pubspec.lock b/feature/home/pubspec.lock index e855034f..cb457381 100644 --- a/feature/home/pubspec.lock +++ b/feature/home/pubspec.lock @@ -567,5 +567,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" - flutter: ">=3.24.3" + dart: "3.5.4" + flutter: ">=3.24.4" diff --git a/feature/home/pubspec.yaml b/feature/home/pubspec.yaml index d70b5be5..427ea30e 100644 --- a/feature/home/pubspec.yaml +++ b/feature/home/pubspec.yaml @@ -4,8 +4,8 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 - flutter: 3.24.3 + sdk: 3.5.4 + flutter: 3.24.4 dependencies: core_common: diff --git a/feature/onboarding/pubspec.lock b/feature/onboarding/pubspec.lock index 3c0419cf..26a4df6c 100644 --- a/feature/onboarding/pubspec.lock +++ b/feature/onboarding/pubspec.lock @@ -856,5 +856,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" - flutter: ">=3.24.3" + dart: "3.5.4" + flutter: ">=3.24.4" diff --git a/feature/onboarding/pubspec.yaml b/feature/onboarding/pubspec.yaml index 622835b4..70aaa81a 100644 --- a/feature/onboarding/pubspec.yaml +++ b/feature/onboarding/pubspec.yaml @@ -4,8 +4,8 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 - flutter: 3.24.3 + sdk: 3.5.4 + flutter: 3.24.4 dependencies: core_common: diff --git a/feature/quest/pubspec.lock b/feature/quest/pubspec.lock index 4cb31d25..93ea8467 100644 --- a/feature/quest/pubspec.lock +++ b/feature/quest/pubspec.lock @@ -892,5 +892,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" - flutter: ">=3.24.3" + dart: "3.5.4" + flutter: ">=3.24.4" diff --git a/feature/quest/pubspec.yaml b/feature/quest/pubspec.yaml index 2c18f15c..2e9669ea 100644 --- a/feature/quest/pubspec.yaml +++ b/feature/quest/pubspec.yaml @@ -4,8 +4,8 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 - flutter: 3.24.3 + sdk: 3.5.4 + flutter: 3.24.4 dependencies: core_common: diff --git a/feature/settings/pubspec.lock b/feature/settings/pubspec.lock index e855034f..cb457381 100644 --- a/feature/settings/pubspec.lock +++ b/feature/settings/pubspec.lock @@ -567,5 +567,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" - flutter: ">=3.24.3" + dart: "3.5.4" + flutter: ">=3.24.4" diff --git a/feature/settings/pubspec.yaml b/feature/settings/pubspec.yaml index 90f3636a..6a2e7c5c 100644 --- a/feature/settings/pubspec.yaml +++ b/feature/settings/pubspec.yaml @@ -4,8 +4,8 @@ version: 1.0.0 publish_to: "none" environment: - sdk: 3.5.3 - flutter: 3.24.3 + sdk: 3.5.4 + flutter: 3.24.4 dependencies: core_common: diff --git a/pubspec.lock b/pubspec.lock index 073ec8e8..80b0fcf9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -354,4 +354,4 @@ packages: source: hosted version: "2.2.0" sdks: - dart: "3.5.3" + dart: "3.5.4" diff --git a/pubspec.yaml b/pubspec.yaml index ebf1ce0b..124c3c33 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: tobe environment: - sdk: 3.5.3 + sdk: 3.5.4 dependency_overrides: # workaround