mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[native assets] Roll dependencies
This commit is contained in:
parent
d5ae783962
commit
d7956c5721
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
};
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user