Files
sdk/pkg/vm/pubspec.yaml
T
Kevin Moore 063c3ede72 Update pkg dependencies on pkg:analyzer
Now `pub get` actually succeeds on `pkg:front_end`

Change-Id: Ifdab9d6741efba034ecd56f27fd83e288267e46c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/168662
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Auto-Submit: Kevin Moore <kevmoo@google.com>
2020-10-26 19:30:06 +00:00

30 lines
525 B
YAML

name: vm
description: VM specific Dart code and helper scripts
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: "^2.7.0"
dependencies:
args: ^1.4.4
build_integration:
path: ../build_integration
crypto: any
front_end: any
kernel: ^0.3.6
meta: any
package_config: any
dev_dependencies:
expect:
path: ../expect
json_rpc_2: any
path: any
test: any
web_socket_channel: any
dependency_overrides:
front_end:
path: ../front_end