Files
sdk/pkg/front_end/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

52 lines
1.0 KiB
YAML

# Currently, front_end API is not stable and users should not
# depend on semver semantics when depending on this package.
name: front_end
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.2.2 <3.0.0'
dependencies:
_fe_analyzer_shared: any
kernel: any
package_config: any
dev_dependencies:
analyzer: any
args: '>=0.13.0 <2.0.0'
async_helper:
path: ../async_helper
build_integration:
path: ../build_integration
compiler:
path: ../compiler
dart_style: '^1.0.7'
dev_compiler:
path: ../dev_compiler
expect:
path: ../expect
json_rpc_2: ^2.0.9
path: '^1.3.9'
test: ^1.3.4
testing:
path: ../testing
test_reflective_loader: ^0.1.0
vm:
path: ../vm
vm_service:
path: ../vm_service
web_socket_channel: ^1.0.4
yaml: '^2.1.12'
dependency_overrides:
_fe_analyzer_shared:
path: ../_fe_analyzer_shared/
analyzer:
path: ../analyzer
kernel:
path: ../kernel/
package_config:
path: ../../third_party/pkg_tested/package_config/