Changed vm_service_client version back to 0.2.2+2 (#6909)

This commit is contained in:
Hans Muller 2016-11-17 15:33:45 -08:00 committed by GitHub
parent 6d8141b242
commit 861492d6f4
3 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ dependencies:
meta: ^1.0.3 meta: ^1.0.3
path: ^1.3.0 path: ^1.3.0
stack_trace: ^1.4.0 stack_trace: ^1.4.0
vm_service_client: '^0.2.0' vm_service_client: '0.2.2+2' # TODO(yegor): use the latest version
dev_dependencies: dev_dependencies:
# See packages/flutter_test/pubspec.yaml for why we're pinning this version. # See packages/flutter_test/pubspec.yaml for why we're pinning this version.

View File

@ -13,7 +13,7 @@ dependencies:
matcher: '>=0.12.0 <1.0.0' matcher: '>=0.12.0 <1.0.0'
path: '^1.3.0' path: '^1.3.0'
web_socket_channel: '^1.0.0' web_socket_channel: '^1.0.0'
vm_service_client: '^0.2.0' vm_service_client: '0.2.2+2' # TODO(yegor): use the latest version
flutter: flutter:
sdk: flutter sdk: flutter
flutter_test: flutter_test:

View File

@ -24,6 +24,7 @@ dependencies:
pub_semver: ^1.0.0 pub_semver: ^1.0.0
stack_trace: ^1.4.0 stack_trace: ^1.4.0
usage: ^2.2.1 usage: ^2.2.1
vm_service_client: '0.2.2+2' # TODO(yegor): use the latest version
web_socket_channel: ^1.0.4 web_socket_channel: ^1.0.4
xml: ^2.4.1 xml: ^2.4.1
yaml: ^2.1.3 yaml: ^2.1.3