udpate analyzer to allow the latest package_config version

Change-Id: Ib73a378a30ab297ecc45218a57cfedfa62c75f8b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/510120
Reviewed-by: Nate Bosch <nbosch@google.com>
Auto-Submit: Jake Macdonald <jakemac@google.com>
This commit is contained in:
Jake Macdonald
2026-06-08 14:26:58 -07:00
parent 7b62c1be57
commit fb2c85c973
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
## 13.2.0-dev
* Internal changes only.
* Allow package_config `3.x.x`.
## 13.1.0
+1 -2
View File
@@ -18,7 +18,7 @@ dependencies:
crypto: ^3.0.0
glob: ^2.0.0
meta: ^1.18.3
package_config: ^2.0.0
package_config: '>=2.0.0 <4.0.0'
path: ^1.9.0
pub_semver: ^2.1.4
source_span: ^1.8.0
@@ -44,4 +44,3 @@ dev_dependencies:
test: any
test_reflective_loader: any
vm_service: any