Unverified Commit 93f511cf authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Unbreak build_runner (#36884)

parent 9cbac2a4
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
sdk: flutter sdk: flutter
flutter_driver: flutter_driver:
sdk: flutter sdk: flutter
path_provider: 1.1.2 path_provider: 1.2.0
collection: 1.14.11 collection: 1.14.11
assets_for_android_views: assets_for_android_views:
git: git:
...@@ -76,4 +76,4 @@ dev_dependencies: ...@@ -76,4 +76,4 @@ dev_dependencies:
flutter: flutter:
uses-material-design: true uses-material-design: true
# PUBSPEC CHECKSUM: 1682 # PUBSPEC CHECKSUM: a181
...@@ -22,10 +22,11 @@ import '../runner/flutter_command.dart'; ...@@ -22,10 +22,11 @@ import '../runner/flutter_command.dart';
const Map<String, String> _kManuallyPinnedDependencies = <String, String>{ const Map<String, String> _kManuallyPinnedDependencies = <String, String>{
// Add pinned packages here. // Add pinned packages here.
'flutter_gallery_assets': '0.1.9+2', // See //examples/flutter_gallery/pubspec.yaml 'flutter_gallery_assets': '0.1.9+2', // See //examples/flutter_gallery/pubspec.yaml
'test': '1.6.3', // | Tests are timing out at 1.6.4 https://github.com/flutter/flutter/issues/33823 'test': '1.6.3', // | Tests are timing out at 1.6.4 https://github.com/flutter/flutter/issues/33823
'test_api': '0.2.5', // | 'test_api': '0.2.5', // |
'test_core': '0.2.5', // | 'test_core': '0.2.5', // |
'build_runner': '1.6.1' // TODO(jonahwilliams): allow newer versions 'build_runner': '1.6.1', // TODO(jonahwilliams): allow newer versions
'build_modules': '2.3.0'
}; };
class UpdatePackagesCommand extends FlutterCommand { class UpdatePackagesCommand extends FlutterCommand {
......
...@@ -51,7 +51,7 @@ dependencies: ...@@ -51,7 +51,7 @@ dependencies:
dart_style: 1.2.9 dart_style: 1.2.9
code_builder: 3.2.0 code_builder: 3.2.0
build: 1.1.5 build: 1.1.5
build_modules: 2.3.1 build_modules: 2.3.0
build_daemon: 1.1.0 build_daemon: 1.1.0
build_web_compilers: 2.1.4 build_web_compilers: 2.1.4
...@@ -119,4 +119,4 @@ dartdoc: ...@@ -119,4 +119,4 @@ dartdoc:
# Exclude this package from the hosted API docs. # Exclude this package from the hosted API docs.
nodoc: true nodoc: true
# PUBSPEC CHECKSUM: 4832 # PUBSPEC CHECKSUM: f131
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment