mirror of
https://github.com/flutter/flutter.git
synced 2026-01-09 07:51:35 +08:00
[native assets] Roll dependencies (#176287)
Rolling the dependencies to the latest versions. Tests: All existing tests of build hooks and code assets.
This commit is contained in:
parent
2822801b96
commit
dc3ad9d246
@ -22,7 +22,7 @@ const 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.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 = <String, String>{
|
||||
'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.
|
||||
};
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user