diff --git a/app/pubspec.yaml b/app/pubspec.yaml index e263c96..e72f590 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -51,7 +51,7 @@ dev_dependencies: sdk: flutter # Code Generation - build_runner: ^2.11.1 + build_runner: ^2.13.1 json_serializable: ^6.12.0 freezed: ^3.2.5 diff --git a/common/common_analytics/pubspec.yaml b/common/common_analytics/pubspec.yaml index 47aa062..546817b 100644 --- a/common/common_analytics/pubspec.yaml +++ b/common/common_analytics/pubspec.yaml @@ -27,7 +27,7 @@ dev_dependencies: flutter_test: sdk: flutter mockito: ^5.5.1 - build_runner: ^2.5.3 + build_runner: ^2.13.1 flutter: uses-material-design: true \ No newline at end of file diff --git a/common/common_database/pubspec.yaml b/common/common_database/pubspec.yaml index 942905c..2da10a0 100644 --- a/common/common_database/pubspec.yaml +++ b/common/common_database/pubspec.yaml @@ -19,7 +19,7 @@ dev_dependencies: flutter_test: sdk: flutter drift_dev: ^2.27.0 - build_runner: ^2.5.3 + build_runner: ^2.13.1 flutter: uses-material-design: true \ No newline at end of file diff --git a/common/common_rest_client/pubspec.yaml b/common/common_rest_client/pubspec.yaml index 1f30b08..a2eb44f 100644 --- a/common/common_rest_client/pubspec.yaml +++ b/common/common_rest_client/pubspec.yaml @@ -24,7 +24,7 @@ dev_dependencies: flutter_test: sdk: flutter mockito: ^5.5.1 - build_runner: ^2.5.3 + build_runner: ^2.13.1 flutter: uses-material-design: true \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 0ca391c..f30118e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -69,10 +69,10 @@ packages: dependency: transitive description: name: build_config - sha256: "4f64382b97504dc2fcdf487d5aae33418e08b4703fc21249e4db6d804a4d0187" + sha256: "4070d2a59f8eec34c97c86ceb44403834899075f66e8a9d59706f8e7834f6f71" url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.3.0" build_daemon: dependency: transitive description: @@ -85,10 +85,10 @@ packages: dependency: transitive description: name: build_runner - sha256: "39ad4ca8a2876779737c60e4228b4bcd35d4352ef7e14e47514093edc012c734" + sha256: "521daf8d189deb79ba474e43a696b41c49fb3987818dbacf3308f1e03673a75e" url: "https://pub.dev" source: hosted - version: "2.11.1" + version: "2.13.1" built_collection: dependency: transitive description: @@ -513,10 +513,10 @@ packages: dependency: transitive description: name: matcher - sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6" + sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861 url: "https://pub.dev" source: hosted - version: "0.12.18" + version: "0.12.19" material_color_utilities: dependency: transitive description: @@ -918,10 +918,10 @@ packages: dependency: transitive description: name: test_api - sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636" + sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a" url: "https://pub.dev" source: hosted - version: "0.7.9" + version: "0.7.10" typed_data: dependency: transitive description: @@ -1012,4 +1012,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.11.0 <4.0.0" - flutter: ">=3.41.1 <4.0.0" + flutter: ">=3.41.1"