We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7163cf1 commit addc888Copy full SHA for addc888
packages/flutter_test/pubspec.yaml
@@ -10,7 +10,7 @@ dependencies:
10
# We don't actually depend on 'analyzer', but 'test' and 'flutter_tools' do.
11
# We pin the version of analyzer we depend on to avoid version skew across our
12
# packages.
13
- analyzer: 0.27.4-alpha.1
+ analyzer: 0.27.4-alpha.6
14
15
flutter:
16
path: ../flutter
packages/flutter_tools/pubspec.yaml
@@ -15,7 +15,7 @@ dependencies:
http: ^0.11.3
json_rpc_2: ^2.0.0
17
json_schema: ^1.0.3
18
- linter: ^0.1.15
+ linter: ^0.1.17
19
mustache4dart: ^1.0.0
20
package_config: ^0.1.3
21
path: ^1.3.0
@@ -35,7 +35,7 @@ dependencies:
35
test: 0.12.13+1
36
37
# Pinned in flutter_test as well.
38
39
40
dev_dependencies:
41
mockito: ^0.11.0
0 commit comments