diff --git a/dev/integration_tests/android_views/pubspec.yaml b/dev/integration_tests/android_views/pubspec.yaml index 2a75d9a6ab1..96850716cf3 100644 --- a/dev/integration_tests/android_views/pubspec.yaml +++ b/dev/integration_tests/android_views/pubspec.yaml @@ -7,7 +7,7 @@ dependencies: sdk: flutter flutter_driver: sdk: flutter - path_provider: 1.1.2 + path_provider: 1.2.0 collection: 1.14.11 assets_for_android_views: git: @@ -76,4 +76,4 @@ dev_dependencies: flutter: uses-material-design: true -# PUBSPEC CHECKSUM: 1682 +# PUBSPEC CHECKSUM: a181 diff --git a/packages/flutter_tools/lib/src/commands/update_packages.dart b/packages/flutter_tools/lib/src/commands/update_packages.dart index 893cd961826..1851a2b1025 100644 --- a/packages/flutter_tools/lib/src/commands/update_packages.dart +++ b/packages/flutter_tools/lib/src/commands/update_packages.dart @@ -22,10 +22,11 @@ import '../runner/flutter_command.dart'; const Map _kManuallyPinnedDependencies = { // Add pinned packages here. '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_api': '0.2.5', // | - 'test_core': '0.2.5', // | - 'build_runner': '1.6.1' // TODO(jonahwilliams): allow newer versions + '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_core': '0.2.5', // | + 'build_runner': '1.6.1', // TODO(jonahwilliams): allow newer versions + 'build_modules': '2.3.0' }; class UpdatePackagesCommand extends FlutterCommand { diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index de771fa27f0..a73bc45574b 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -51,7 +51,7 @@ dependencies: dart_style: 1.2.9 code_builder: 3.2.0 build: 1.1.5 - build_modules: 2.3.1 + build_modules: 2.3.0 build_daemon: 1.1.0 build_web_compilers: 2.1.4 @@ -119,4 +119,4 @@ dartdoc: # Exclude this package from the hosted API docs. nodoc: true -# PUBSPEC CHECKSUM: 4832 +# PUBSPEC CHECKSUM: f131