Upgrade the analyzer package to version 0.39.15 for Dart 2.10 support (flutter/engine#20024)

This commit is contained in:
Jason Simmons 2020-07-24 18:26:43 -07:00 committed by GitHub
parent 13530ba813
commit 775070bf96
3 changed files with 4 additions and 4 deletions

View File

@ -18,5 +18,4 @@ flutter/ci/licenses.sh
cd flutter/web_sdk
pub get
cd ..
# TODO(jsimmons): reenable this when the analyzer has been updated for Dart 2.10
# dart web_sdk/test/api_conform_test.dart
dart web_sdk/test/api_conform_test.dart

View File

@ -8,7 +8,7 @@ dependencies:
meta: 1.1.8
dev_dependencies:
analyzer: 0.39.10
analyzer: 0.39.15
http: 0.12.1
image: 2.1.13
js: 0.6.1+1
@ -16,6 +16,7 @@ dev_dependencies:
path: 1.7.0
test: 1.14.3
quiver: 2.1.3
build_resolvers: 1.3.10
build_runner: 1.10.0
build_test: 1.0.0
build_web_compilers: 2.11.0

View File

@ -2,5 +2,5 @@ name: web_sdk_tests
author: Flutter Authors <flutter-dev@googlegroups.com>
dev_dependencies:
analyzer: ^0.39.10
analyzer: ^0.39.15
test: any