Skip to content

Commit a0fc55c

Browse files
committed
Upgrade packages to pull in fixed package:yaml version
Review URL: https://codereview.chromium.org/2544313003 .
1 parent 5fff936 commit a0fc55c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

app/pubspec.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ packages:
2424
name: args
2525
url: "https://pub.dartlang.org"
2626
source: hosted
27-
version: "0.13.5"
27+
version: "0.13.7"
2828
async:
2929
description:
3030
name: async
3131
url: "https://pub.dartlang.org"
3232
source: hosted
33-
version: "1.11.1"
33+
version: "1.11.3"
3434
charcode:
3535
description:
3636
name: charcode
3737
url: "https://pub.dartlang.org"
3838
source: hosted
39-
version: "1.1.0"
39+
version: "1.1.1"
4040
collection:
4141
description:
4242
name: collection
@@ -60,7 +60,7 @@ packages:
6060
name: csslib
6161
url: "https://pub.dartlang.org"
6262
source: hosted
63-
version: "0.13.2"
63+
version: "0.13.2+2"
6464
fixnum:
6565
description:
6666
name: fixnum
@@ -114,7 +114,7 @@ packages:
114114
name: http_parser
115115
url: "https://pub.dartlang.org"
116116
source: hosted
117-
version: "3.0.2"
117+
version: "3.0.3"
118118
http_server:
119119
description:
120120
name: http_server
@@ -156,7 +156,7 @@ packages:
156156
name: meta
157157
url: "https://pub.dartlang.org"
158158
source: hosted
159-
version: "1.0.3"
159+
version: "1.0.4"
160160
mime:
161161
description:
162162
name: mime
@@ -168,7 +168,7 @@ packages:
168168
name: mustache
169169
url: "https://pub.dartlang.org"
170170
source: hosted
171-
version: "0.2.5"
171+
version: "0.2.5+1"
172172
package_config:
173173
description:
174174
name: package_config
@@ -180,7 +180,7 @@ packages:
180180
name: path
181181
url: "https://pub.dartlang.org"
182182
source: hosted
183-
version: "1.3.9"
183+
version: "1.4.0"
184184
plugin:
185185
description:
186186
name: plugin
@@ -198,7 +198,7 @@ packages:
198198
name: pub_semver
199199
url: "https://pub.dartlang.org"
200200
source: hosted
201-
version: "1.3.0"
201+
version: "1.3.2"
202202
pub_server:
203203
description:
204204
name: pub_server
@@ -210,19 +210,19 @@ packages:
210210
name: shelf
211211
url: "https://pub.dartlang.org"
212212
source: hosted
213-
version: "0.6.5+3"
213+
version: "0.6.7+1"
214214
source_span:
215215
description:
216216
name: source_span
217217
url: "https://pub.dartlang.org"
218218
source: hosted
219-
version: "1.2.3"
219+
version: "1.3.0"
220220
stack_trace:
221221
description:
222222
name: stack_trace
223223
url: "https://pub.dartlang.org"
224224
source: hosted
225-
version: "1.6.6"
225+
version: "1.7.0"
226226
stream_channel:
227227
description:
228228
name: stream_channel
@@ -234,7 +234,7 @@ packages:
234234
name: string_scanner
235235
url: "https://pub.dartlang.org"
236236
source: hosted
237-
version: "1.0.0"
237+
version: "1.0.1"
238238
typed_data:
239239
description:
240240
name: typed_data
@@ -270,6 +270,6 @@ packages:
270270
name: yaml
271271
url: "https://pub.dartlang.org"
272272
source: hosted
273-
version: "2.1.10"
273+
version: "2.1.12"
274274
sdks:
275-
dart: ">=1.17.0-dev.6.2 <2.0.0"
275+
dart: ">=1.19.0 <2.0.0"

0 commit comments

Comments
 (0)