Updated framework dependencies
This commit is contained in:
parent
eb01c5f198
commit
26e13ad1d6
1 changed files with 20 additions and 25 deletions
|
@ -7,10 +7,26 @@ publish_to: none
|
|||
environment:
|
||||
sdk: ">=2.10.0 <3.0.0"
|
||||
dependencies:
|
||||
angel_container: ^2.0.0
|
||||
angel_http_exception: ^2.0.0
|
||||
angel_model: ^2.0.0
|
||||
angel_route: ^4.0.0
|
||||
angel_container:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/container/angel_container
|
||||
angel_http_exception:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/http_exception
|
||||
angel_model:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/model
|
||||
angel_route:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/route
|
||||
charcode: ^1.0.0
|
||||
combinator: ^1.0.0
|
||||
file: ^6.1.0
|
||||
|
@ -36,25 +52,4 @@ dev_dependencies:
|
|||
io: ^1.0.0
|
||||
#pretty_logging: ^1.0.0
|
||||
test: ^1.15.7
|
||||
dependency_overrides:
|
||||
angel_route:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/route
|
||||
angel_http_exception:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/http_exception
|
||||
angel_model:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/model
|
||||
angel_container:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/container/angel_container
|
||||
|
||||
|
|
Loading…
Reference in a new issue