From 157ffaac3547e12b363aaec48e2f2da851fa6bc4 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Mon, 12 Sep 2016 16:00:12 -0700 Subject: [PATCH] Update Dart package dependencies (#5832) --- examples/flutter_gallery/pubspec.yaml | 4 ++-- examples/stocks/pubspec.yaml | 2 +- packages/flutter/pubspec.yaml | 11 ++++------- packages/flutter_driver/pubspec.yaml | 2 +- packages/flutter_tools/pubspec.yaml | 2 +- packages/playfair/pubspec.yaml | 2 +- 6 files changed, 10 insertions(+), 13 deletions(-) diff --git a/examples/flutter_gallery/pubspec.yaml b/examples/flutter_gallery/pubspec.yaml index 4acf6549d9..af8981509d 100644 --- a/examples/flutter_gallery/pubspec.yaml +++ b/examples/flutter_gallery/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_gallery dependencies: - intl: '>=0.12.4+2 <0.14.0' - collection: '>=1.4.0 <2.0.0' + collection: '>=1.9.1 <2.0.0' + intl: '>=0.14.0 <0.15.0' string_scanner: ^1.0.0 flutter: diff --git a/examples/stocks/pubspec.yaml b/examples/stocks/pubspec.yaml index a8874daf28..096bd89084 100644 --- a/examples/stocks/pubspec.yaml +++ b/examples/stocks/pubspec.yaml @@ -2,7 +2,7 @@ name: stocks dependencies: flutter: path: ../../packages/flutter - intl: '>=0.12.4+2 <0.14.0' + intl: '>=0.14.0 <0.15.0' dev_dependencies: flutter_test: diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index ad0d1a45df..4a18ee7e20 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -5,13 +5,10 @@ description: A framework for writing Flutter applications homepage: http://flutter.io dependencies: - collection: '>=1.4.0 <2.0.0' - intl: '>=0.12.4+2 <0.14.0' - vector_math: '>=2.0.3 <3.0.0' - - crypto: '>=1.1.1 <3.0.0' - + collection: '>=1.9.1 <2.0.0' + intl: '>=0.14.0 <0.15.0' meta: ^1.0.2 + vector_math: '>=2.0.3 <3.0.0' sky_engine: path: ../../bin/cache/pkg/sky_engine @@ -23,4 +20,4 @@ dev_dependencies: path: ../flutter_test environment: - sdk: '>=1.16.0 <2.0.0' + sdk: '>=1.19.0 <2.0.0' diff --git a/packages/flutter_driver/pubspec.yaml b/packages/flutter_driver/pubspec.yaml index 3644850e8f..3939e2e581 100644 --- a/packages/flutter_driver/pubspec.yaml +++ b/packages/flutter_driver/pubspec.yaml @@ -5,7 +5,7 @@ homepage: http://flutter.io author: Flutter Authors environment: - sdk: '>=1.16.0 <2.0.0' + sdk: '>=1.19.0 <2.0.0' dependencies: file: '^0.1.0' diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 5bc3bff84b..d2f75dfcf8 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -5,7 +5,7 @@ homepage: http://flutter.io author: Flutter Authors environment: - sdk: '>=1.16.0 <2.0.0' + sdk: '>=1.19.0 <2.0.0' dependencies: archive: ^1.0.20 diff --git a/packages/playfair/pubspec.yaml b/packages/playfair/pubspec.yaml index 652bac2618..a7e39f1efb 100644 --- a/packages/playfair/pubspec.yaml +++ b/packages/playfair/pubspec.yaml @@ -13,4 +13,4 @@ dev_dependencies: path: ../flutter_test environment: - sdk: '>=1.16.0 <2.0.0' + sdk: '>=1.19.0 <2.0.0'