Skip to content

Commit

Permalink
Support latest analyzer and async packages (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Feb 2, 2018
1 parent 09788b6 commit 13389c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ packages:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "0.30.0+4"
version: "0.31.0"
args:
dependency: "direct main"
description:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.0"
async:
dependency: "direct dev"
description:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.3"
barback:
dependency: transitive
description:
name: barback
url: "https://pub.dartlang.org"
source: hosted
version: "0.15.2+13"
version: "0.15.2+14"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -91,7 +91,7 @@ packages:
name: front_end
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0-alpha.4.1"
version: "0.1.0-alpha.8"
glob:
dependency: transitive
description:
Expand All @@ -112,7 +112,7 @@ packages:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.2+1"
version: "0.13.2+2"
http:
dependency: transitive
description:
Expand Down Expand Up @@ -140,7 +140,7 @@ packages:
name: io
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.1"
version: "0.3.2+1"
isolate:
dependency: transitive
description:
Expand All @@ -161,7 +161,7 @@ packages:
name: kernel
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0-alpha.1.1"
version: "0.3.0-alpha.5"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -189,7 +189,7 @@ packages:
name: mime
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.5"
version: "0.9.6"
multi_server_socket:
dependency: transitive
description:
Expand Down Expand Up @@ -252,7 +252,7 @@ packages:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.1"
version: "0.7.2"
shelf_packages_handler:
dependency: transitive
description:
Expand All @@ -266,7 +266,7 @@ packages:
name: shelf_static
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.6"
version: "0.2.7"
shelf_web_socket:
dependency: transitive
description:
Expand Down Expand Up @@ -329,7 +329,7 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.30"
version: "0.12.30+1"
test_descriptor:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -357,14 +357,14 @@ packages:
name: utf
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.0+3"
version: "0.9.0+4"
watcher:
dependency: transitive
description:
name: watcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.7+4"
version: "0.9.7+7"
web_socket_channel:
dependency: transitive
description:
Expand All @@ -380,4 +380,4 @@ packages:
source: hosted
version: "2.1.13"
sdks:
dart: ">=1.23.0 <=2.0.0-edge.d5105da9cabff92c398d90d7c80fc23b5e38e012"
dart: "2.0.0-dev.20.0"
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: dart_style
# Note: See tool/grind.dart for how to bump the version.
version: 1.0.9
version: 1.0.9+1
author: Dart Team <[email protected]>
description: Opinionated, automatic Dart source code formatter.
homepage: https://github.com/dart-lang/dart_style
environment:
sdk: ">=1.8.0 <2.0.0"
dependencies:
analyzer: '^0.30.0'
analyzer: '>=0.30.0 <0.32.0'
args: '>=0.12.1 <2.0.0'
path: '>=1.0.0 <2.0.0'
source_span: '>=1.4.0 <2.0.0'
dev_dependencies:
async: '>=1.0.0 <=2.0.0'
async: '>=1.0.0 <=3.0.0'
browser: '>=0.10.0 <0.11.0'
grinder: '^0.8.0'
js: ^0.6.0
Expand Down

0 comments on commit 13389c0

Please sign in to comment.