mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[native assets] Roll dependencies (#166969)
Roll forward deps to the ones published today. Note: `package:native_assets_cli` has a lower-bound on a Dart SDK dev version to signal for which version of Dart and Flutter it is compatible with. This means all these packages now have pre-release versions. Since native assets is in experimental mode and not available on the stable/beta branches, this is as expected. Test exempt: Covered by existing tests, only rolling forward deps.
This commit is contained in:
parent
fd39663be1
commit
dfa1ee63da
@ -12,8 +12,8 @@ hooks:
|
||||
|
||||
dependencies:
|
||||
logging: 1.3.0
|
||||
native_assets_cli: 0.14.0
|
||||
native_toolchain_c: 0.11.0
|
||||
native_assets_cli: 0.15.0-0
|
||||
native_toolchain_c: 0.12.0-0
|
||||
|
||||
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"
|
||||
@ -73,4 +73,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: 4264
|
||||
# PUBSPEC CHECKSUM: a221
|
||||
|
@ -7,8 +7,8 @@ environment:
|
||||
|
||||
dependencies:
|
||||
logging: 1.3.0
|
||||
native_assets_cli: 0.14.0
|
||||
native_toolchain_c: 0.11.0
|
||||
native_assets_cli: 0.15.0-0
|
||||
native_toolchain_c: 0.12.0-0
|
||||
|
||||
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"
|
||||
@ -68,4 +68,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: 4264
|
||||
# PUBSPEC CHECKSUM: a221
|
||||
|
@ -25,9 +25,9 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
|
||||
'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
|
||||
'native_assets_builder':
|
||||
'0.14.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
|
||||
'0.15.0-0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
|
||||
'native_assets_cli':
|
||||
'0.14.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
|
||||
'0.15.0-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.
|
||||
'leak_tracker': '10.0.9', // https://github.com/flutter/devtools/issues/3951
|
||||
'leak_tracker_testing': '3.0.1', // https://github.com/flutter/devtools/issues/3951
|
||||
|
@ -55,8 +55,8 @@ dependencies:
|
||||
unified_analytics: 7.0.2
|
||||
|
||||
graphs: 2.3.2
|
||||
native_assets_builder: 0.14.0
|
||||
native_assets_cli: 0.14.0
|
||||
native_assets_builder: 0.15.0-0
|
||||
native_assets_cli: 0.15.0-0
|
||||
|
||||
# We depend on very specific internal implementation details of the
|
||||
# 'test' package, which change between versions, so when upgrading
|
||||
@ -122,4 +122,4 @@ dartdoc:
|
||||
# Exclude this package from the hosted API docs.
|
||||
nodoc: true
|
||||
|
||||
# PUBSPEC CHECKSUM: e595
|
||||
# PUBSPEC CHECKSUM: 4252
|
||||
|
@ -8,8 +8,8 @@ environment:
|
||||
|
||||
dependencies:
|
||||
logging: ^1.3.0
|
||||
native_assets_cli: ^0.14.0
|
||||
native_toolchain_c: ^0.11.0
|
||||
native_assets_cli: ^0.15.0-0
|
||||
native_toolchain_c: ^0.12.0-0
|
||||
|
||||
dev_dependencies:
|
||||
ffi: ^2.1.3
|
||||
|
Loading…
Reference in New Issue
Block a user