Skip to content

Commit

Permalink
Merge branch 'master' into mustachio-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Apr 27, 2021
2 parents d345bab + 6446a92 commit 3a9065f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: '>=2.11.99 <3.0.0'

dependencies:
analyzer: ^1.4.0
analyzer: ^1.5.0
args: ^2.0.0
charcode: ^1.2.0
collection: ^1.2.0
Expand All @@ -27,7 +27,7 @@ dependencies:
dev_dependencies:
async: ^2.0.8
build: ^2.0.0
build_runner: ^1.10.0
build_runner: ^2.0.1
build_test: ^2.0.0
build_version: ^2.0.1
coverage: ^1.0.2
Expand Down
4 changes: 2 additions & 2 deletions test/end2end/model_special_cases_test.dart
Expand Up @@ -77,9 +77,9 @@ void main() {
final _generalizedTypedefsAllowed =
VersionRange(min: Version.parse('2.13.0-0'), includeMin: true);
final _genericMetadataAllowed =
VersionRange(min: Version.parse('2.15.0-0'), includeMin: true);
VersionRange(min: Version.parse('2.14.0-0'), includeMin: true);
final _tripleShiftAllowed =
VersionRange(min: Version.parse('2.15.0-0'), includeMin: true);
VersionRange(min: Version.parse('2.14.0-0'), includeMin: true);

// Experimental features not yet enabled by default. Move tests out of this
// block when the feature is enabled by default.
Expand Down
4 changes: 2 additions & 2 deletions tool/grind.dart
Expand Up @@ -916,8 +916,8 @@ Future<List<Map>> _buildFlutterDocs(
);
// TODO(jcollins-g): flutter's dart SDK pub tries to precompile the universe
// when using -spath. Why?
await flutterRepo.launcher.runStreamed(
'pub', ['global', 'activate', '-spath', '.', '-x', 'dartdoc'],
await flutterRepo.launcher.runStreamed(flutterRepo.cachePub,
['global', 'activate', '-spath', '.', '-x', 'dartdoc'],
workingDirectory: await futureCwd);
return await flutterRepo.launcher.runStreamed(
flutterRepo.cacheDart,
Expand Down

0 comments on commit 3a9065f

Please sign in to comment.