Bump Dart SDK to 1.23.0-dev.0.0 (#8222)

* ups pinned `test` to `0.12.15+9` (to play nice w/ the latest analyzer)
* integrates `analyzer` with analysis driver defaulting to ON
This commit is contained in:
Phil Quitslund 2017-02-16 16:50:35 -08:00 committed by GitHub
parent b59982eccd
commit c458fb9d2c
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
1.22.0-dev.10.6
1.23.0-dev.0.0

View File

@ -16,4 +16,4 @@ dependencies:
dev_dependencies:
# See packages/flutter_test/pubspec.yaml for why we're pinning this version.
test: 0.12.15+4
test: 0.12.15+9

View File

@ -20,6 +20,6 @@ dependencies:
sdk: flutter
dev_dependencies:
test: 0.12.15+4
test: 0.12.15+9
mockito: ^1.0.0
quiver: ^0.24.0

View File

@ -5,7 +5,7 @@ dependencies:
# 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 packages.
test: 0.12.15+4
test: 0.12.15+9
flutter:
sdk: flutter

View File

@ -34,7 +34,7 @@ dependencies:
# We depend on very specific internal implementation details of the
# 'test' package, which change between versions, so here we pin it
# precisely.
test: 0.12.15+4
test: 0.12.15+9
# Version from the vended Dart SDK as defined in `dependency_overrides`.
analyzer: any