mirror of
https://github.com/flutter/packages.git
synced 2025-06-28 22:02:38 +08:00
Remove equatable
and xml
allowances (#4489)
The only package that was using the `equatable` package removed it, so we no longer need this allowance. The only package depending on `xml` was `flutter_migrate`, but it never actually used it, so that can be removed as well. Part of https://github.com/flutter/flutter/issues/122713
This commit is contained in:
@ -17,7 +17,6 @@ dependencies:
|
|||||||
path: ^1.8.0
|
path: ^1.8.0
|
||||||
process: 4.2.4
|
process: 4.2.4
|
||||||
vm_service: 9.3.0
|
vm_service: 9.3.0
|
||||||
xml: ^6.1.0
|
|
||||||
yaml: 3.1.1
|
yaml: 3.1.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
@ -4,12 +4,6 @@
|
|||||||
# All entries here should have an explanation for why they are here, either
|
# All entries here should have an explanation for why they are here, either
|
||||||
# via being part of one of the default-allowed groups, or a specific reason.
|
# via being part of one of the default-allowed groups, or a specific reason.
|
||||||
|
|
||||||
## Legacy allowances, for dependencies that predate the tooling.
|
|
||||||
# TODO(stuartmorgan): Audit these. See
|
|
||||||
# https://github.com/flutter/flutter/issues/122713
|
|
||||||
- equatable
|
|
||||||
- xml
|
|
||||||
|
|
||||||
## Explicit allowances
|
## Explicit allowances
|
||||||
|
|
||||||
# Owned by individual Flutter Team members.
|
# Owned by individual Flutter Team members.
|
||||||
|
Reference in New Issue
Block a user