Migrated websocket dependencies
This commit is contained in:
parent
64d6cb8951
commit
ee2ac157eb
1 changed files with 17 additions and 13 deletions
|
@ -10,40 +10,44 @@ dependencies:
|
||||||
angel_auth:
|
angel_auth:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/dukefirehawk/angel.git
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
ref: sdk-2.12.x
|
ref: sdk-2.12.x_nnbd
|
||||||
path: packages/auth
|
path: packages/auth
|
||||||
angel_client:
|
angel_client:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/dukefirehawk/angel.git
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
ref: sdk-2.12.x
|
ref: sdk-2.12.x_nnbd
|
||||||
path: packages/client
|
path: packages/client
|
||||||
angel_framework:
|
angel_framework:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/dukefirehawk/angel.git
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
ref: sdk-2.12.x
|
ref: sdk-2.12.x_nnbd
|
||||||
path: packages/framework
|
path: packages/framework
|
||||||
angel_http_exception:
|
angel_http_exception:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/dukefirehawk/angel.git
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
ref: sdk-2.12.x
|
ref: sdk-2.12.x_nnbd
|
||||||
path: packages/http_exception
|
path: packages/http_exception
|
||||||
http: ^0.13.0
|
http: ^0.13.1
|
||||||
merge_map: ^1.0.0
|
merge_map:
|
||||||
meta: ^1.0.0
|
git:
|
||||||
stream_channel: ^2.0.0
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
web_socket_channel: ^1.2.0
|
ref: sdk-2.12.x_nnbd
|
||||||
|
path: packages/merge_map
|
||||||
|
meta: ^1.3.0
|
||||||
|
stream_channel: ^2.1.0
|
||||||
|
web_socket_channel: ^2.0.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
angel_container:
|
angel_container:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/dukefirehawk/angel.git
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
ref: sdk-2.12.x
|
ref: sdk-2.12.x_nnbd
|
||||||
path: packages/container/angel_container
|
path: packages/container/angel_container
|
||||||
angel_model:
|
angel_model:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/dukefirehawk/angel.git
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
ref: sdk-2.12.x
|
ref: sdk-2.12.x_nnbd
|
||||||
path: packages/model
|
path: packages/model
|
||||||
# logging: ^0.11.0
|
# logging: ^0.11.0
|
||||||
pedantic: ^1.0.0
|
pedantic: ^1.11.0
|
||||||
test: ^1.15.7
|
test: ^1.16.8
|
||||||
|
|
Loading…
Reference in a new issue