Skip to content

Commit 3ff0eb3

Browse files
authored
Support latest versions of args and resource (#1566)
1 parent 3cd335e commit 3ff0eb3

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

pubspec.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ packages:
115115
url: "https://pub.dartlang.org"
116116
source: hosted
117117
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"
118124
isolate:
119125
description:
120126
name: isolate
@@ -162,13 +168,19 @@ packages:
162168
name: mime
163169
url: "https://pub.dartlang.org"
164170
source: hosted
165-
version: "0.9.3"
171+
version: "0.9.4"
166172
mockable_filesystem:
167173
description:
168174
name: mockable_filesystem
169175
url: "https://pub.dartlang.org"
170176
source: hosted
171177
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"
172184
mustache4dart:
173185
description:
174186
name: mustache4dart
@@ -198,7 +210,7 @@ packages:
198210
name: path
199211
url: "https://pub.dartlang.org"
200212
source: hosted
201-
version: "1.4.2"
213+
version: "1.5.1"
202214
plugin:
203215
description:
204216
name: plugin
@@ -228,7 +240,7 @@ packages:
228240
name: resource
229241
url: "https://pub.dartlang.org"
230242
source: hosted
231-
version: "1.1.0"
243+
version: "2.1.2"
232244
shelf:
233245
description:
234246
name: shelf
@@ -246,7 +258,7 @@ packages:
246258
name: shelf_static
247259
url: "https://pub.dartlang.org"
248260
source: hosted
249-
version: "0.2.5"
261+
version: "0.2.6"
250262
shelf_web_socket:
251263
description:
252264
name: shelf_web_socket
@@ -276,7 +288,7 @@ packages:
276288
name: stack_trace
277289
url: "https://pub.dartlang.org"
278290
source: hosted
279-
version: "1.8.2"
291+
version: "1.9.1"
280292
stream_channel:
281293
description:
282294
name: stream_channel
@@ -306,7 +318,7 @@ packages:
306318
name: test
307319
url: "https://pub.dartlang.org"
308320
source: hosted
309-
version: "0.12.24+8"
321+
version: "0.12.29"
310322
tuple:
311323
description:
312324
name: tuple

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
sdk: '>=1.23.0-dev.11.5 <2.0.0'
1111
dependencies:
1212
analyzer: 0.31.0-alpha.2
13-
args: ^0.13.0
13+
args: '>=0.13.0 <2.0.0'
1414
collection: ^1.2.0
1515
html: '>=0.12.1 <0.14.0'
1616
# We don't use http_parser directly; this dep exists to ensure that we get at
@@ -21,7 +21,7 @@ dependencies:
2121
mustache4dart: ^2.1.0
2222
package_config: '>=0.1.5 <2.0.0'
2323
path: ^1.3.0
24-
resource: ^1.1.0
24+
resource: '>=1.1.0 <3.0.0'
2525
stack_trace: ^1.4.2
2626
tuple: ^1.0.1
2727
yaml: ^2.1.0

0 commit comments

Comments
 (0)