mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
add meta dependency to kernel and front_end
Towards https://github.com/dart-lang/sdk/issues/38482 and https://github.com/dart-lang/sdk/issues/38483 Change-Id: I4a8431d7864fbfa682a3fa80696e2f8a998f0f38 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/118320 Auto-Submit: Jake Macdonald <jakemac@google.com> Commit-Queue: Paul Berry <paulberry@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
This commit is contained in:
parent
7972c61aab
commit
bd1ca04b79
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ environment:
|
|||
dependencies:
|
||||
kernel: 0.3.25
|
||||
package_config: '^1.1.0'
|
||||
meta: ^1.0.2
|
||||
dev_dependencies:
|
||||
analyzer: 0.38.3
|
||||
args: '>=0.13.0 <2.0.0'
|
||||
|
|
|
@ -9,6 +9,7 @@ environment:
|
|||
sdk: '>=2.2.2 <3.0.0'
|
||||
dependencies:
|
||||
args: '>=0.13.4 <2.0.0'
|
||||
meta: ^1.0.0
|
||||
dev_dependencies:
|
||||
expect: any
|
||||
front_end: any
|
||||
|
|
Loading…
Reference in a new issue