Skip to content

Commit d00171d

Browse files
committed
updated dependencies
causes dramatic speed increase with analyzer 0.27.1+1
1 parent e8d0bd7 commit d00171d

File tree

2 files changed

+13
-21
lines changed

2 files changed

+13
-21
lines changed

pubspec.lock

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages:
44
analyzer:
55
description: analyzer
66
source: hosted
7-
version: "0.27.0"
7+
version: "0.27.1+1"
88
ansicolor:
99
description: ansicolor
1010
source: hosted
@@ -16,7 +16,7 @@ packages:
1616
async:
1717
description: async
1818
source: hosted
19-
version: "1.4.0"
19+
version: "1.5.0"
2020
barback:
2121
description: barback
2222
source: hosted
@@ -37,10 +37,6 @@ packages:
3737
description: contrast
3838
source: hosted
3939
version: "0.1.1"
40-
convert:
41-
description: convert
42-
source: hosted
43-
version: "1.0.1"
4440
crypto:
4541
description: crypto
4642
source: hosted
@@ -56,7 +52,7 @@ packages:
5652
github:
5753
description: github
5854
source: hosted
59-
version: "2.3.0"
55+
version: "2.3.1"
6056
glob:
6157
description: glob
6258
source: hosted
@@ -68,19 +64,19 @@ packages:
6864
html:
6965
description: html
7066
source: hosted
71-
version: "0.12.2"
67+
version: "0.12.2+1"
7268
http:
7369
description: http
7470
source: hosted
75-
version: "0.11.3+2"
71+
version: "0.11.3+3"
7672
http_multi_server:
7773
description: http_multi_server
7874
source: hosted
79-
version: "1.3.2"
75+
version: "2.0.0"
8076
http_parser:
8177
description: http_parser
8278
source: hosted
83-
version: "1.1.0"
79+
version: "2.0.0"
8480
librato:
8581
description: librato
8682
source: hosted
@@ -116,7 +112,7 @@ packages:
116112
path:
117113
description: path
118114
source: hosted
119-
version: "1.3.8"
115+
version: "1.3.9"
120116
petitparser:
121117
description: petitparser
122118
source: hosted
@@ -148,15 +144,15 @@ packages:
148144
shelf:
149145
description: shelf
150146
source: hosted
151-
version: "0.6.4+2"
147+
version: "0.6.4+3"
152148
shelf_static:
153149
description: shelf_static
154150
source: hosted
155-
version: "0.2.3+1"
151+
version: "0.2.3+2"
156152
shelf_web_socket:
157153
description: shelf_web_socket
158154
source: hosted
159-
version: "0.0.1+4"
155+
version: "0.0.1+5"
160156
source_map_stack_trace:
161157
description: source_map_stack_trace
162158
source: hosted
@@ -184,11 +180,7 @@ packages:
184180
test:
185181
description: test
186182
source: hosted
187-
version: "0.12.6+1"
188-
typed_data:
189-
description: typed_data
190-
source: hosted
191-
version: "1.1.1"
183+
version: "0.12.6+2"
192184
unscripted:
193185
description: unscripted
194186
source: hosted

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Also update the `version` field in lib/dartdoc.dart.
3-
version: 0.8.4-dev
3+
version: 0.8.5-dev
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)