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:
stuartmorgan
2023-07-17 14:56:02 -04:00
committed by GitHub
parent 756394d6c9
commit dc41cccbe3
2 changed files with 0 additions and 7 deletions

View File

@ -17,7 +17,6 @@ dependencies:
path: ^1.8.0
process: 4.2.4
vm_service: 9.3.0
xml: ^6.1.0
yaml: 3.1.1
dev_dependencies:

View File

@ -4,12 +4,6 @@
# 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.
## Legacy allowances, for dependencies that predate the tooling.
# TODO(stuartmorgan): Audit these. See
# https://github.com/flutter/flutter/issues/122713
- equatable
- xml
## Explicit allowances
# Owned by individual Flutter Team members.