From 63802b3dffe9084e4d9344ad236cb4cb41b7b569 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Thu, 21 Sep 2017 18:29:16 -0700 Subject: [PATCH] Pin args to 0.13.7 to avoid version conflict (#12208) --- dev/automated_tests/pubspec.yaml | 1 + dev/benchmarks/complex_layout/pubspec.yaml | 1 + dev/integration_tests/flavors/pubspec.yaml | 1 + dev/integration_tests/platform_interaction/pubspec.yaml | 1 + dev/integration_tests/ui/pubspec.yaml | 1 + examples/catalog/pubspec.yaml | 1 + examples/flutter_gallery/pubspec.yaml | 1 + examples/hello_world/pubspec.yaml | 1 + examples/platform_channel/pubspec.yaml | 1 + packages/flutter/pubspec.yaml | 1 + packages/flutter_test/pubspec.yaml | 1 + 11 files changed, 11 insertions(+) diff --git a/dev/automated_tests/pubspec.yaml b/dev/automated_tests/pubspec.yaml index a228bb5e33..89139fcef5 100644 --- a/dev/automated_tests/pubspec.yaml +++ b/dev/automated_tests/pubspec.yaml @@ -1,5 +1,6 @@ name: flutter_automated_tests dependencies: + args: ^0.13.7 flutter: sdk: flutter flutter_test: diff --git a/dev/benchmarks/complex_layout/pubspec.yaml b/dev/benchmarks/complex_layout/pubspec.yaml index d3b275258f..adb7f9def2 100644 --- a/dev/benchmarks/complex_layout/pubspec.yaml +++ b/dev/benchmarks/complex_layout/pubspec.yaml @@ -2,6 +2,7 @@ name: complex_layout description: A benchmark of a relatively complex layout. dependencies: + args: ^0.13.7 flutter: sdk: flutter flutter_driver: diff --git a/dev/integration_tests/flavors/pubspec.yaml b/dev/integration_tests/flavors/pubspec.yaml index 60cc16a8c0..8bb48996ba 100644 --- a/dev/integration_tests/flavors/pubspec.yaml +++ b/dev/integration_tests/flavors/pubspec.yaml @@ -2,6 +2,7 @@ name: flavors description: Integration test for build flavors. dependencies: + args: ^0.13.7 flutter: sdk: flutter flutter_driver: diff --git a/dev/integration_tests/platform_interaction/pubspec.yaml b/dev/integration_tests/platform_interaction/pubspec.yaml index 1fecbc94ac..473afe7c87 100644 --- a/dev/integration_tests/platform_interaction/pubspec.yaml +++ b/dev/integration_tests/platform_interaction/pubspec.yaml @@ -2,6 +2,7 @@ name: platform_interaction description: Integration test for platform interactions. dependencies: + args: ^0.13.7 flutter: sdk: flutter flutter_driver: diff --git a/dev/integration_tests/ui/pubspec.yaml b/dev/integration_tests/ui/pubspec.yaml index 45a58cb415..336292f0ec 100644 --- a/dev/integration_tests/ui/pubspec.yaml +++ b/dev/integration_tests/ui/pubspec.yaml @@ -2,6 +2,7 @@ name: integration_ui description: Flutter non-plugin UI integration tests. dependencies: + args: ^0.13.7 flutter: sdk: flutter flutter_driver: diff --git a/examples/catalog/pubspec.yaml b/examples/catalog/pubspec.yaml index bca57f4a43..93ad44e30d 100644 --- a/examples/catalog/pubspec.yaml +++ b/examples/catalog/pubspec.yaml @@ -1,6 +1,7 @@ name: sample_catalog description: A collection of Flutter sample apps dependencies: + args: ^0.13.7 flutter: sdk: flutter path: ^1.4.0 diff --git a/examples/flutter_gallery/pubspec.yaml b/examples/flutter_gallery/pubspec.yaml index 72f8ffed99..2545d18a7e 100644 --- a/examples/flutter_gallery/pubspec.yaml +++ b/examples/flutter_gallery/pubspec.yaml @@ -1,5 +1,6 @@ name: flutter_gallery dependencies: + args: ^0.13.7 collection: '>=1.9.1 <2.0.0' intl: '>=0.14.0 <0.16.0' string_scanner: ^1.0.0 diff --git a/examples/hello_world/pubspec.yaml b/examples/hello_world/pubspec.yaml index 0ece77b9d3..f6e8be4b6f 100644 --- a/examples/hello_world/pubspec.yaml +++ b/examples/hello_world/pubspec.yaml @@ -1,6 +1,7 @@ name: hello_world dependencies: + args: ^0.13.7 flutter: sdk: flutter diff --git a/examples/platform_channel/pubspec.yaml b/examples/platform_channel/pubspec.yaml index b05011cd9e..dd15183e6b 100644 --- a/examples/platform_channel/pubspec.yaml +++ b/examples/platform_channel/pubspec.yaml @@ -1,6 +1,7 @@ name: platform_channel dependencies: + args: ^0.13.7 flutter: sdk: flutter diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index 331f44f924..8bb350d2a9 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -5,6 +5,7 @@ description: A framework for writing Flutter applications homepage: http://flutter.io dependencies: + args: ^0.13.7 collection: '>=1.9.1 <2.0.0' http: '>=0.11.3+12' intl: '>=0.14.0 <0.16.0' diff --git a/packages/flutter_test/pubspec.yaml b/packages/flutter_test/pubspec.yaml index 1f8e94da9d..38b5c37574 100644 --- a/packages/flutter_test/pubspec.yaml +++ b/packages/flutter_test/pubspec.yaml @@ -1,6 +1,7 @@ name: flutter_test version: 0.0.14-dev dependencies: + args: ^0.13.7 # The flutter tools depend on very specific internal implementation # details of the 'test' package, which change between versions, so # here we pin it precisely to avoid version skew across our