Skip to content

Commit bd682be

Browse files
authored
Merge pull request #1213 from dart-lang/analyzer_dep
Bump analyzer dependency.
2 parents 604ab5d + 216e90e commit bd682be

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

pubspec.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packages:
66
name: analyzer
77
url: "https://pub.dartlang.org"
88
source: hosted
9-
version: "0.27.3-alpha.7"
9+
version: "0.27.4-alpha.18"
1010
ansicolor:
1111
description:
1212
name: ansicolor
@@ -66,7 +66,7 @@ packages:
6666
name: crypto
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "0.9.2+1"
69+
version: "2.0.1"
7070
csslib:
7171
description:
7272
name: csslib
@@ -109,6 +109,12 @@ packages:
109109
url: "https://pub.dartlang.org"
110110
source: hosted
111111
version: "3.0.2"
112+
isolate:
113+
description:
114+
name: isolate
115+
url: "https://pub.dartlang.org"
116+
source: hosted
117+
version: "0.2.2"
112118
logging:
113119
description:
114120
name: logging
@@ -162,7 +168,7 @@ packages:
162168
name: plugin
163169
url: "https://pub.dartlang.org"
164170
source: hosted
165-
version: "0.1.0"
171+
version: "0.2.0"
166172
pool:
167173
description:
168174
name: pool

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage: https://github.com/dart-lang/dartdoc
77
environment:
88
sdk: '>=1.14.0 <2.0.0'
99
dependencies:
10-
analyzer: 0.27.3-alpha.7
10+
analyzer: 0.27.4-alpha.18
1111
args: ^0.13.0
1212
cli_util: ^0.0.1
1313
collection: ^1.2.0

0 commit comments

Comments
 (0)