diff --git a/packages/flutter_tools/lib/src/update_packages_pins.dart b/packages/flutter_tools/lib/src/update_packages_pins.dart index 9615e1522c5..d0d5123cb3d 100644 --- a/packages/flutter_tools/lib/src/update_packages_pins.dart +++ b/packages/flutter_tools/lib/src/update_packages_pins.dart @@ -22,7 +22,7 @@ const kManuallyPinnedDependencies = { // 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.6', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. + '0.19.7', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. 'dds': '5.0.3', // 5.0.4 contains bugs described in https://github.com/Dart-Code/Dart-Code/issues/4678. 'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version. @@ -31,7 +31,7 @@ const kManuallyPinnedDependencies = { 'hooks': '0.20.1', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. 'hooks_runner': - '0.22.1', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. + '0.23.0', // 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 479b74552f6..fb669482f8a 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -58,9 +58,9 @@ dependencies: pubspec_parse: 1.5.0 graphs: 2.3.2 - hooks_runner: 0.22.1 + hooks_runner: 0.23.0 hooks: 0.20.1 - code_assets: 0.19.6 + code_assets: 0.19.7 data_assets: 0.19.3 # We depend on very specific internal implementation details of the @@ -127,4 +127,4 @@ dev_dependencies: dartdoc: # Exclude this package from the hosted API docs. nodoc: true -# PUBSPEC CHECKSUM: sro36f +# PUBSPEC CHECKSUM: 37t3vr diff --git a/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl b/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl index 935e47e8652..e616c27d1e9 100644 --- a/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl +++ b/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl @@ -6,7 +6,7 @@ environment: sdk: {{dartSdkVersionBounds}} dependencies: - code_assets: ^0.19.6 + code_assets: ^0.19.7 hooks: ^0.20.1 logging: ^1.3.0 native_toolchain_c: ^0.17.1 diff --git a/pubspec.lock b/pubspec.lock index 6f9c0922ed2..a31d0bd525e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -126,10 +126,10 @@ packages: dependency: "direct main" description: name: code_assets - sha256: "3b182b03a2f263ad6ab47cdadf9b64daa1d2d72ac941a277f685fb77ba96cbd5" + sha256: "5865a34983367f6884e8311f67d9ae459945b99bad20c0e66484a1aae7feaae0" url: "https://pub.dev" source: hosted - version: "0.19.6" + version: "0.19.7" collection: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 2c63dafa0ca..c4b523044cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -90,7 +90,7 @@ dependencies: checked_yaml: 2.0.4 cli_config: 0.2.0 clock: 1.1.2 - code_assets: 0.19.6 + code_assets: 0.19.7 collection: 1.19.1 convert: 3.1.2 coverage: 1.15.0 @@ -212,4 +212,4 @@ dependencies: pedantic: 1.11.1 quiver: 3.2.2 yaml_edit: 2.2.2 -# PUBSPEC CHECKSUM: 5pih92 +# PUBSPEC CHECKSUM: 9hqic