update
This commit is contained in:
parent
4a53e94d43
commit
a3e07034b6
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
||||||
# 2.0.0-alpha.2
|
# 2.0.0-alpha.4
|
||||||
|
# 2.0.0-alpha.3
|
||||||
* Update `http` dependency.
|
* Update `http` dependency.
|
||||||
|
|
||||||
# 2.0.0-alpha.2
|
# 2.0.0-alpha.2
|
||||||
|
|
|
@ -2,14 +2,14 @@ author: Tobe O <thosakwe@gmail.com>
|
||||||
description: Testing utility library for the Angel framework. Use with package:test.
|
description: Testing utility library for the Angel framework. Use with package:test.
|
||||||
homepage: https://github.com/angel-dart/test.git
|
homepage: https://github.com/angel-dart/test.git
|
||||||
name: angel_test
|
name: angel_test
|
||||||
version: 2.0.0-alpha.3
|
version: 2.0.0-alpha.4
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_client: ^2.0.0-alpha
|
angel_client: ^2.0.0-alpha
|
||||||
angel_framework: ^2.0.0-alpha
|
angel_framework: ^2.0.0-alpha
|
||||||
angel_http_exception: ^1.0.0
|
angel_http_exception: ^1.0.0
|
||||||
angel_validate: ^2.0.0-alpha
|
angel_validate: ^2.0.0-alpha
|
||||||
angel_websocket: ^2.0.0-alpha
|
angel_websocket: ^2.0.0-alpha
|
||||||
http: ">=0.11.0 <0.13.0"
|
http: ^0.12.0
|
||||||
matcher: ^0.12.0+2
|
matcher: ^0.12.0+2
|
||||||
mock_request: ^1.0.0
|
mock_request: ^1.0.0
|
||||||
web_socket_channel: ^1.0.0
|
web_socket_channel: ^1.0.0
|
||||||
|
|
Loading…
Reference in a new issue