Skip to content

Commit

Permalink
Bump analyzer dependency.
Browse files Browse the repository at this point in the history
Pulls in support for references to operators in doc comments (#26929).
  • Loading branch information
pq committed Jul 21, 2016
1 parent f96ef94 commit 216e90e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "0.27.3-alpha.7"
version: "0.27.4-alpha.18"
ansicolor:
description:
name: ansicolor
Expand Down Expand Up @@ -66,7 +66,7 @@ packages:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.2+1"
version: "2.0.1"
csslib:
description:
name: csslib
Expand Down Expand Up @@ -109,6 +109,12 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.2"
isolate:
description:
name: isolate
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.2"
logging:
description:
name: logging
Expand Down Expand Up @@ -162,7 +168,7 @@ packages:
name: plugin
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0"
version: "0.2.0"
pool:
description:
name: pool
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage: https://github.com/dart-lang/dartdoc
environment:
sdk: '>=1.14.0 <2.0.0'
dependencies:
analyzer: 0.27.3-alpha.7
analyzer: 0.27.4-alpha.18
args: ^0.13.0
cli_util: ^0.0.1
collection: ^1.2.0
Expand Down

0 comments on commit 216e90e

Please sign in to comment.