Update dependencies in unpublished packages

TEST=No SDK affect. Just helping our outdated package tracking

Change-Id: I0d392694e9eb926f60667508b55094ffa208db18
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218381
Auto-Submit: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
This commit is contained in:
Kevin Moore 2021-10-28 15:46:08 +00:00 committed by commit-bot@chromium.org
parent 5135547aad
commit 632f3428f3
3 changed files with 16 additions and 12 deletions

View file

@ -8,17 +8,21 @@ environment:
sdk: "^2.7.0"
dependencies:
analyzer:
path: ../analyzer
args: '>=0.13.0 <2.0.0'
linter: ^0.1.16
meta:
path: ../meta
analyzer: any
args: any
linter: ^1.0.0
meta: any
path: any
pub_semver: ^1.4.2
pub_semver: ^2.0.0
yaml: any
dev_dependencies:
lints: any
test_reflective_loader: ^0.1.8
test_reflective_loader: ^0.2.0
test: ^1.0.0
dependency_overrides:
analyzer:
path: ../analyzer
meta:
path: ../meta

View file

@ -7,7 +7,7 @@ environment:
sdk: "^2.7.0"
dependencies:
args: ^1.4.4
args: ^2.0.0
build_integration:
path: ../build_integration
compiler:
@ -18,7 +18,7 @@ dependencies:
path: ../front_end
kernel:
path: ../kernel
package_config: ^1.9.0
package_config: ^2.0.0
path: any
usage: any
vm:

View file

@ -7,9 +7,9 @@ publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
dev_dependencies:
args: '>=0.13.4 <2.0.0'
args: ^2.0.0
expect:
path: ../expect
front_end: