[native assets] Roll dependencies
diff --git a/dev/integration_tests/hook_user_defines/pubspec.yaml b/dev/integration_tests/hook_user_defines/pubspec.yaml index 0a4c566..09505b7 100644 --- a/dev/integration_tests/hook_user_defines/pubspec.yaml +++ b/dev/integration_tests/hook_user_defines/pubspec.yaml
@@ -11,10 +11,10 @@ magic_value: 1000 dependencies: - code_assets: 0.19.0 - hooks: 0.19.1 + code_assets: 0.19.3 + hooks: 0.19.3 logging: 1.3.0 - native_toolchain_c: 0.16.1 + native_toolchain_c: 0.16.2 async: 2.13.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" collection: 1.19.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" @@ -75,4 +75,4 @@ webkit_inspection_protocol: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" yaml_edit: 2.2.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" -# PUBSPEC CHECKSUM: b4e9 +# PUBSPEC CHECKSUM: d3ef
diff --git a/dev/integration_tests/link_hook/pubspec.yaml b/dev/integration_tests/link_hook/pubspec.yaml index 237957a..c900296 100644 --- a/dev/integration_tests/link_hook/pubspec.yaml +++ b/dev/integration_tests/link_hook/pubspec.yaml
@@ -6,10 +6,10 @@ sdk: ^3.7.0-0 dependencies: - code_assets: 0.19.0 - hooks: 0.19.1 + code_assets: 0.19.3 + hooks: 0.19.3 logging: 1.3.0 - native_toolchain_c: 0.16.1 + native_toolchain_c: 0.16.2 async: 2.13.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" collection: 1.19.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" @@ -70,4 +70,4 @@ webkit_inspection_protocol: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" yaml_edit: 2.2.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" -# PUBSPEC CHECKSUM: b4e9 +# PUBSPEC CHECKSUM: d3ef
diff --git a/packages/flutter_tools/lib/src/update_packages_pins.dart b/packages/flutter_tools/lib/src/update_packages_pins.dart index a28788e..be6ecc7 100644 --- a/packages/flutter_tools/lib/src/update_packages_pins.dart +++ b/packages/flutter_tools/lib/src/update_packages_pins.dart
@@ -22,14 +22,14 @@ // Add pinned packages here. Please leave a comment explaining why. 'archive': '3.6.1', // https://github.com/flutter/flutter/issues/115660 'code_assets': - '0.19.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. + '0.19.3', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. 'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version. 'flutter_template_images': '5.0.0', // Must always exactly match flutter_tools template. 'google_mobile_ads': '5.1.0', // https://github.com/flutter/flutter/issues/156912 'hooks': - '0.19.1', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. + '0.19.3', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. 'hooks_runner': - '0.20.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. + '0.20.2', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. 'material_color_utilities': '0.11.1', // Keep pinned to latest until 1.0.0. };
diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 052122a..339cd3a 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml
@@ -55,9 +55,9 @@ unified_analytics: 8.0.1 graphs: 2.3.2 - hooks_runner: 0.20.0 - hooks: 0.19.1 - code_assets: 0.19.0 + hooks_runner: 0.20.2 + hooks: 0.19.3 + code_assets: 0.19.3 # We depend on very specific internal implementation details of the # 'test' package, which change between versions, so when upgrading @@ -126,4 +126,4 @@ # Exclude this package from the hosted API docs. nodoc: true -# PUBSPEC CHECKSUM: df9f +# PUBSPEC CHECKSUM: 51a6
diff --git a/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl b/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl index cff6855..42898a2 100644 --- a/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl +++ b/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl
@@ -7,10 +7,10 @@ sdk: {{dartSdkVersionBounds}} dependencies: - code_assets: ^0.19.0 - hooks: ^0.19.1 + code_assets: ^0.19.3 + hooks: ^0.19.3 logging: ^1.3.0 - native_toolchain_c: ^0.16.1 + native_toolchain_c: ^0.16.2 dev_dependencies: ffi: ^2.1.3