[native assets] Roll dependencies

This commit is contained in:
Daco Harkes 2025-05-23 16:47:06 +02:00
parent d5ae783962
commit d7956c5721
5 changed files with 18 additions and 18 deletions

View File

@ -11,10 +11,10 @@ hooks:
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 @@ dev_dependencies:
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

View File

@ -6,10 +6,10 @@ environment:
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 @@ dev_dependencies:
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

View File

@ -22,14 +22,14 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
// 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.
};

View File

@ -55,9 +55,9 @@ dependencies:
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 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc: true
# PUBSPEC CHECKSUM: df9f
# PUBSPEC CHECKSUM: 51a6

View File

@ -7,10 +7,10 @@ environment:
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