Skip to content

Commit

Permalink
Upgrade the analyzer package to version 0.39.15 for Dart 2.10 support (
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Jul 25, 2020
1 parent d43e1dd commit b485664
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion lib/web_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ 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
mockito: 4.1.1
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
Expand Down
2 changes: 1 addition & 1 deletion web_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: web_sdk_tests
author: Flutter Authors <[email protected]>

dev_dependencies:
analyzer: ^0.39.10
analyzer: ^0.39.15
test: any

0 comments on commit b485664

Please sign in to comment.