From daf78d686d60b4cd9559269a06cdd72195457cf9 Mon Sep 17 00:00:00 2001 From: Edouard Marquez Date: Mon, 1 Jul 2024 09:00:24 +0200 Subject: [PATCH] bump in_app_review dependency --- packages/app_store/apple_app_store/pubspec.yaml | 4 ++-- packages/app_store/google_play/pubspec.yaml | 4 ++-- packages/app_store/shared/pubspec.yaml | 2 +- packages/app_store/uri_store/pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/app_store/apple_app_store/pubspec.yaml b/packages/app_store/apple_app_store/pubspec.yaml index c3317039f29..ed12d33a943 100644 --- a/packages/app_store/apple_app_store/pubspec.yaml +++ b/packages/app_store/apple_app_store/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - in_app_review: 2.0.4 + in_app_review: 2.0.9 app_store_shared: path: ../shared @@ -18,6 +18,6 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: 2.0.2 + flutter_lints: 2.0.3 openfoodfacts_flutter_lints: git: https://github.com/openfoodfacts/openfoodfacts_flutter_lints.git \ No newline at end of file diff --git a/packages/app_store/google_play/pubspec.yaml b/packages/app_store/google_play/pubspec.yaml index e906b0e2f76..9f6c287d4fa 100644 --- a/packages/app_store/google_play/pubspec.yaml +++ b/packages/app_store/google_play/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - in_app_review: 2.0.4 + in_app_review: 2.0.9 app_store_shared: path: ../shared @@ -18,7 +18,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: 2.0.2 + flutter_lints: 2.0.3 openfoodfacts_flutter_lints: git: https://github.com/openfoodfacts/openfoodfacts_flutter_lints.git diff --git a/packages/app_store/shared/pubspec.yaml b/packages/app_store/shared/pubspec.yaml index ea7e215339c..4978f448a6c 100644 --- a/packages/app_store/shared/pubspec.yaml +++ b/packages/app_store/shared/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: 2.0.2 + flutter_lints: 2.0.3 openfoodfacts_flutter_lints: git: https://github.com/openfoodfacts/openfoodfacts_flutter_lints.git diff --git a/packages/app_store/uri_store/pubspec.yaml b/packages/app_store/uri_store/pubspec.yaml index 7ed3f6a6611..5b5d99659be 100644 --- a/packages/app_store/uri_store/pubspec.yaml +++ b/packages/app_store/uri_store/pubspec.yaml @@ -18,6 +18,6 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: 2.0.2 + flutter_lints: 2.0.3 openfoodfacts_flutter_lints: git: https://github.com/openfoodfacts/openfoodfacts_flutter_lints.git \ No newline at end of file