[native_assets] Roll deps (#151662)
Roll deps to address: * https://github.com/dart-lang/native/issues/1256 Cross-linking Dart standalone CL: https://dart-review.googlesource.com/c/sdk/+/375461 (no breaking API changes)
This commit is contained in:
parent
8361361693
commit
da48b34f50
@ -8,8 +8,8 @@ environment:
|
||||
dependencies:
|
||||
cli_config: 0.2.0
|
||||
logging: 1.2.0
|
||||
native_assets_cli: 0.7.0
|
||||
native_toolchain_c: 0.5.1
|
||||
native_assets_cli: 0.7.1
|
||||
native_toolchain_c: 0.5.2
|
||||
|
||||
args: 2.5.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
async: 2.11.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
@ -67,4 +67,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.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
|
||||
# PUBSPEC CHECKSUM: 0248
|
||||
# PUBSPEC CHECKSUM: 324a
|
||||
|
@ -22,8 +22,8 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
|
||||
// Add pinned packages here. Please leave a comment explaining why.
|
||||
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
|
||||
'flutter_template_images': '4.2.0', // Must always exactly match flutter_tools template.
|
||||
'native_assets_builder': '0.8.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
|
||||
'native_assets_cli': '0.7.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
|
||||
'native_assets_builder': '0.8.1', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
|
||||
'native_assets_cli': '0.7.1', // 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.5', // https://github.com/flutter/devtools/issues/3951
|
||||
'leak_tracker_testing': '3.0.1', // https://github.com/flutter/devtools/issues/3951
|
||||
|
@ -56,8 +56,8 @@ dependencies:
|
||||
|
||||
cli_config: 0.2.0
|
||||
graphs: 2.3.1
|
||||
native_assets_builder: 0.8.0
|
||||
native_assets_cli: 0.7.0
|
||||
native_assets_builder: 0.8.1
|
||||
native_assets_cli: 0.7.1
|
||||
|
||||
# We depend on very specific internal implementation details of the
|
||||
# 'test' package, which change between versions, so when upgrading
|
||||
@ -120,4 +120,4 @@ dartdoc:
|
||||
# Exclude this package from the hosted API docs.
|
||||
nodoc: true
|
||||
|
||||
# PUBSPEC CHECKSUM: 5aae
|
||||
# PUBSPEC CHECKSUM: f4b0
|
||||
|
@ -9,8 +9,8 @@ environment:
|
||||
dependencies:
|
||||
cli_config: ^0.2.0
|
||||
logging: ^1.2.0
|
||||
native_assets_cli: ^0.7.0
|
||||
native_toolchain_c: ^0.5.1
|
||||
native_assets_cli: ^0.7.1
|
||||
native_toolchain_c: ^0.5.2
|
||||
|
||||
dev_dependencies:
|
||||
ffi: ^2.1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user