update pubspec to reflect actual packages used

Change-Id: I02b10f92d858d0303f1a71e649395fb013f437aa
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159141
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
Devon Carew 2020-08-18 17:11:30 +00:00 committed by commit-bot@chromium.org
parent 90756064f9
commit 932712b602
5 changed files with 24 additions and 16 deletions

View file

@ -6,21 +6,24 @@ environment:
sdk: '>=2.6.0 <3.0.0'
dependencies:
_fe_analyzer_shared:
path: ../_fe_analyzer_shared
analyzer: any
analyzer_plugin: any
args: any
charcode: any
cli_util: any
collection: any
convert: any
crypto: any
dart_style: any
front_end: any
html: any
intl: any
linter: any
logging: any
meta: any
pub_semver: any
source_span: any
stream_channel: any
package_config: any
telemetry:
path: ../telemetry
test: any
path: any
tflite_native: any
watcher: any
@ -30,6 +33,8 @@ dev_dependencies:
analysis_tool: any
html: any
http: any
logging: any
matcher: any
mockito: any
pedantic: ^1.8.0
test_reflective_loader: any
test: any

View file

@ -11,4 +11,8 @@ dependencies:
path: ^1.7.0
pub_semver: ^1.4.4
dev_dependencies:
analyzer:
path: ../analyzer
analysis_server:
path: ../analysis_server
test: ^1.14.2

View file

@ -9,7 +9,6 @@ environment:
dependencies:
_fe_analyzer_shared: ^8.0.0
args: ^1.0.0
charcode: ^1.1.0
cli_util: '>=0.1.4 <0.3.0'
collection: ^1.10.1
convert: ^2.0.0

View file

@ -1,7 +1,9 @@
name: analyzer_cli
description: Command line interface for the Dart Analyzer.
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: "^2.7.0"
dependencies:
@ -9,13 +11,14 @@ dependencies:
args: '>=0.13.0 <2.0.0'
bazel_worker: ^0.1.0
collection: ^1.14.1
convert: any
linter: ^0.1.16
package_config: '>=0.1.5 <2.0.0'
protobuf: ^0.13.0
meta: any
path: any
pub_semver: ^1.4.2
yaml: ^2.1.2
dev_dependencies:
pedantic: ^1.9.0
protobuf: ^0.13.0
test_reflective_loader: ^0.1.8
test: ^1.0.0
usage: ^3.2.0+1

View file

@ -11,15 +11,12 @@ dependencies:
analyzer: '^0.39.12'
charcode: '^1.1.0'
dart_style: '^1.2.0'
html: '>=0.13.1 <0.15.0'
meta: ^1.0.2
path: '^1.4.1'
pub_semver: '^1.3.2'
dev_dependencies:
analysis_tool:
path: ../analysis_tool
front_end:
path: ../front_end
html: '>=0.13.1 <0.15.0'
path: '^1.4.1'
test_reflective_loader: ^0.1.8
test: ^1.0.0