File tree 2 files changed +20
-8
lines changed
2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,12 @@ packages:
115
115
url: "https://pub.dartlang.org"
116
116
source: hosted
117
117
version: "3.1.1"
118
+ io:
119
+ description:
120
+ name: io
121
+ url: "https://pub.dartlang.org"
122
+ source: hosted
123
+ version: "0.3.1"
118
124
isolate:
119
125
description:
120
126
name: isolate
@@ -162,13 +168,19 @@ packages:
162
168
name: mime
163
169
url: "https://pub.dartlang.org"
164
170
source: hosted
165
- version: "0.9.3 "
171
+ version: "0.9.4 "
166
172
mockable_filesystem:
167
173
description:
168
174
name: mockable_filesystem
169
175
url: "https://pub.dartlang.org"
170
176
source: hosted
171
177
version: "0.0.3"
178
+ multi_server_socket:
179
+ description:
180
+ name: multi_server_socket
181
+ url: "https://pub.dartlang.org"
182
+ source: hosted
183
+ version: "1.0.0"
172
184
mustache4dart:
173
185
description:
174
186
name: mustache4dart
@@ -198,7 +210,7 @@ packages:
198
210
name: path
199
211
url: "https://pub.dartlang.org"
200
212
source: hosted
201
- version: "1.4.2 "
213
+ version: "1.5.1 "
202
214
plugin:
203
215
description:
204
216
name: plugin
@@ -228,7 +240,7 @@ packages:
228
240
name: resource
229
241
url: "https://pub.dartlang.org"
230
242
source: hosted
231
- version: "1 .1.0 "
243
+ version: "2 .1.2 "
232
244
shelf:
233
245
description:
234
246
name: shelf
@@ -246,7 +258,7 @@ packages:
246
258
name: shelf_static
247
259
url: "https://pub.dartlang.org"
248
260
source: hosted
249
- version: "0.2.5 "
261
+ version: "0.2.6 "
250
262
shelf_web_socket:
251
263
description:
252
264
name: shelf_web_socket
@@ -276,7 +288,7 @@ packages:
276
288
name: stack_trace
277
289
url: "https://pub.dartlang.org"
278
290
source: hosted
279
- version: "1.8.2 "
291
+ version: "1.9.1 "
280
292
stream_channel:
281
293
description:
282
294
name: stream_channel
@@ -306,7 +318,7 @@ packages:
306
318
name: test
307
319
url: "https://pub.dartlang.org"
308
320
source: hosted
309
- version: "0.12.24+8 "
321
+ version: "0.12.29 "
310
322
tuple:
311
323
description:
312
324
name: tuple
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
sdk : ' >=1.23.0-dev.11.5 <2.0.0'
11
11
dependencies :
12
12
analyzer : 0.31.0-alpha.2
13
- args : ^ 0.13.0
13
+ args : ' >= 0.13.0 <2.0.0 '
14
14
collection : ^1.2.0
15
15
html : ' >=0.12.1 <0.14.0'
16
16
# We don't use http_parser directly; this dep exists to ensure that we get at
@@ -21,7 +21,7 @@ dependencies:
21
21
mustache4dart : ^2.1.0
22
22
package_config : ' >=0.1.5 <2.0.0'
23
23
path : ^1.3.0
24
- resource : ^ 1.1.0
24
+ resource : ' >= 1.1.0 <3.0.0 '
25
25
stack_trace : ^1.4.2
26
26
tuple : ^1.0.1
27
27
yaml : ^2.1.0
You can’t perform that action at this time.
0 commit comments