use latest pkg/isolate

R=brianwilkerson@google.com

Review-Url: https://codereview.chromium.org/2662723002 .
This commit is contained in:
Kevin Moore 2017-01-28 13:53:17 -08:00
parent f2c49e661e
commit c1a0b12159
3 changed files with 3 additions and 3 deletions

2
DEPS
View file

@ -72,7 +72,7 @@ vars = {
"idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915",
"initialize_tag": "@v0.6.2+2",
"intl_tag": "@0.14.0",
"isolate_tag": "@0.2.3",
"isolate_tag": "@1.0.0",
"jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "@2.0.2",
"linter_rev": "@89f93362c5b48ef5192d77e9a28cf9590542669b",

View file

@ -9,7 +9,7 @@ dependencies:
analyzer: ^0.28.0
args: '>=0.13.0 <0.14.0'
dart_style: '>=0.2.0 <0.3.0'
isolate: ^0.2.2
isolate: '>=0.2.2 <2.0.0'
linter: ^0.1.16
logging: any
package_config: '>=0.1.5 <2.0.0'

View file

@ -13,7 +13,7 @@ dependencies:
front_end: 0.1.0-alpha.0
glob: ^1.0.3
html: '>=0.12.0 <1.14.0'
isolate: ^0.2.2
isolate: '>=0.2.2 <2.0.0'
meta: ^1.0.2
package_config: '>=0.1.5 <2.0.0'
path: '>=0.9.0 <2.0.0'