4d5c5ecdbf
Also updated the package references in a number of pubspecs to more closely align with the package versions that are in the SDK Change-Id: I061951587befa4211ac7455cf1179911eb07efc0 Reviewed-on: https://dart-review.googlesource.com/c/79920 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Kevin Moore <kevmoo@google.com>
22 lines
495 B
YAML
22 lines
495 B
YAML
name: analysis_server
|
|
publish_to: none
|
|
description: A server that performs analysis of Dart code over character streams using JSON-RPC encoded information.
|
|
dependencies:
|
|
analyzer: ^0.33.0
|
|
args: '>=0.13.0 <2.0.0'
|
|
dart_style: '^1.0.6'
|
|
intl: ^0.15.0
|
|
linter: ^0.1.16
|
|
logging: any
|
|
package_config: '>=0.1.5 <2.0.0'
|
|
path: any
|
|
plugin: ^0.2.0
|
|
telemetry: ^0.0.1
|
|
usage: ^3.2.0+1
|
|
watcher: any
|
|
yaml: any
|
|
dev_dependencies:
|
|
html: any
|
|
test_reflective_loader: ^0.1.8
|
|
test: ^1.0.0
|