Updated dependencies
This commit is contained in:
parent
1937b0aa93
commit
eb01c5f198
9 changed files with 89 additions and 45 deletions
|
@ -1,12 +1,12 @@
|
||||||
name: angel_auth
|
name: angel_auth
|
||||||
description: A complete authentication plugin for Angel. Includes support for stateless JWT tokens, Basic Auth, and more.
|
description: A complete authentication plugin for Angel. Includes support for stateless JWT tokens, Basic Auth, and more.
|
||||||
version: 2.3.0
|
version: 3.0.0
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/angel_auth
|
homepage: https://github.com/angel-dart/angel_auth
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.10.0 <3.0.0"
|
sdk: ">=2.10.0 <3.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_framework: ^2.3.0
|
angel_framework: ^3.0.0
|
||||||
charcode: ^1.0.0
|
charcode: ^1.0.0
|
||||||
collection: ^1.0.0
|
collection: ^1.0.0
|
||||||
crypto: ^3.0.0
|
crypto: ^3.0.0
|
||||||
|
@ -21,12 +21,7 @@ dev_dependencies:
|
||||||
test: ^1.15.7
|
test: ^1.15.7
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
angel_framework:
|
angel_framework:
|
||||||
path: ../framework
|
git:
|
||||||
angel_route:
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
path: ../route
|
ref: sdk-2.12.x
|
||||||
angel_model:
|
path: packages/framework
|
||||||
path: ../model
|
|
||||||
angel_http_exception:
|
|
||||||
path: ../http_exception
|
|
||||||
angel_container:
|
|
||||||
path: ../container/angel_container
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
description: Command-line tools for the Angel framework, including scaffolding.
|
description: Command-line tools for the Angel framework, including scaffolding.
|
||||||
homepage: https://github.com/dukefirehawk/angel/packages/angel_cli
|
homepage: https://github.com/dukefirehawk/angel/packages/angel_cli
|
||||||
name: angel_cli
|
name: angel_cli
|
||||||
version: 2.3.0
|
version: 3.0.0
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.10.0 <3.0.0"
|
sdk: ">=2.10.0 <3.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_client
|
name: angel_client
|
||||||
version: 2.2.0
|
version: 3.0.0
|
||||||
description: Support for querying Angel servers in the browser, Flutter, and command-line.
|
description: Support for querying Angel servers in the browser, Flutter, and command-line.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/angel_client
|
homepage: https://github.com/angel-dart/angel_client
|
||||||
|
@ -24,12 +24,27 @@ dev_dependencies:
|
||||||
test: ^1.15.7
|
test: ^1.15.7
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
angel_framework:
|
angel_framework:
|
||||||
path: ../framework
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/framework
|
||||||
angel_http_exception:
|
angel_http_exception:
|
||||||
path: ../http_exception
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/http_exception
|
||||||
angel_container:
|
angel_container:
|
||||||
path: ../container/angel_container
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/container/angel_container
|
||||||
angel_model:
|
angel_model:
|
||||||
path: ../model
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/model
|
||||||
angel_route:
|
angel_route:
|
||||||
path: ../route
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/route
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_container
|
name: angel_container
|
||||||
version: 1.3.0
|
version: 2.0.0
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
description: A hierarchical DI container, and pluggable backends for reflection.
|
description: A hierarchical DI container, and pluggable backends for reflection.
|
||||||
homepage: https://github.com/angel-dart/container.git
|
homepage: https://github.com/angel-dart/container.git
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_framework
|
name: angel_framework
|
||||||
version: 2.3.0
|
version: 3.0.0
|
||||||
description: A high-powered HTTP server with dependency injection, routing and much more.
|
description: A high-powered HTTP server with dependency injection, routing and much more.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/angel_framework
|
homepage: https://github.com/angel-dart/angel_framework
|
||||||
|
@ -7,10 +7,10 @@ publish_to: none
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.10.0 <3.0.0"
|
sdk: ">=2.10.0 <3.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_container: ^1.3.0
|
angel_container: ^2.0.0
|
||||||
angel_http_exception: ^1.3.0
|
angel_http_exception: ^2.0.0
|
||||||
angel_model: ^1.3.0
|
angel_model: ^2.0.0
|
||||||
angel_route: ^3.3.0
|
angel_route: ^4.0.0
|
||||||
charcode: ^1.0.0
|
charcode: ^1.0.0
|
||||||
combinator: ^1.0.0
|
combinator: ^1.0.0
|
||||||
file: ^6.1.0
|
file: ^6.1.0
|
||||||
|
@ -38,11 +38,23 @@ dev_dependencies:
|
||||||
test: ^1.15.7
|
test: ^1.15.7
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
angel_route:
|
angel_route:
|
||||||
path: ../route
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/route
|
||||||
angel_http_exception:
|
angel_http_exception:
|
||||||
path: ../http_exception
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/http_exception
|
||||||
angel_model:
|
angel_model:
|
||||||
path: ../model
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/model
|
||||||
angel_container:
|
angel_container:
|
||||||
path: ../container/angel_container
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/container/angel_container
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_http_exception
|
name: angel_http_exception
|
||||||
version: 1.3.0
|
version: 2.0.0
|
||||||
description: Exception class that can be serialized to JSON and serialized to clients.
|
description: Exception class that can be serialized to JSON and serialized to clients.
|
||||||
#author: Tobe O <thosakwe@gmail.com>
|
#author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/dukefirehawk/angel/packages/http_exception
|
homepage: https://github.com/dukefirehawk/angel/packages/http_exception
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_model
|
name: angel_model
|
||||||
version: 1.3.0
|
version: 2.0.0
|
||||||
description: Angel's basic data model class, no longer with the added weight of the whole framework.
|
description: Angel's basic data model class, no longer with the added weight of the whole framework.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/dukefirehawk/angel/packages/model
|
homepage: https://github.com/dukefirehawk/angel/packages/model
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: angel_route
|
name: angel_route
|
||||||
description: A powerful, isomorphic routing library for Dart. It is mainly used in the Angel framework, but can be used in Flutter and on the Web.
|
description: A powerful, isomorphic routing library for Dart. It is mainly used in the Angel framework, but can be used in Flutter and on the Web.
|
||||||
version: 3.3.0
|
version: 4.0.0
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/angel_route
|
homepage: https://github.com/angel-dart/angel_route
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -2,38 +2,60 @@ name: angel_websocket
|
||||||
description: Support for using pkg:angel_client with WebSockets. Designed for Angel.
|
description: Support for using pkg:angel_client with WebSockets. Designed for Angel.
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.10.0 <3.0.0"
|
sdk: ">=2.10.0 <3.0.0"
|
||||||
version: 2.2.0
|
version: 3.0.0
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/angel_websocket
|
homepage: https://github.com/angel-dart/angel_websocket
|
||||||
publish_to: none
|
publish_to: none
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_auth: ^2.2.0
|
angel_auth: ^3.0.0
|
||||||
angel_client: # ^2.0.0-alpha
|
angel_client: ^3.0.0
|
||||||
path: ../client
|
angel_framework: ^3.0.0
|
||||||
angel_framework: ^2.3.0
|
angel_http_exception: ^2.0.0
|
||||||
angel_http_exception: ^1.3.0
|
|
||||||
http: ">=0.11.0 <0.13.0"
|
http: ">=0.11.0 <0.13.0"
|
||||||
merge_map: ^1.0.0
|
merge_map: ^1.0.0
|
||||||
meta: ^1.0.0
|
meta: ^1.0.0
|
||||||
stream_channel: ^2.0.0
|
stream_channel: ^2.0.0
|
||||||
web_socket_channel: ^1.0.0
|
web_socket_channel: ^1.0.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
angel_container: ^1.3.0
|
angel_container: ^2.0.0
|
||||||
angel_model: ^1.3.0
|
angel_model: ^2.0.0
|
||||||
# logging: ^0.11.0
|
# logging: ^0.11.0
|
||||||
pedantic: ^1.0.0
|
pedantic: ^1.0.0
|
||||||
test: ^1.15.7
|
test: ^1.15.7
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
angel_framework:
|
angel_framework:
|
||||||
path: ../framework
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/framework
|
||||||
angel_http_exception:
|
angel_http_exception:
|
||||||
path: ../http_exception
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/http_exception
|
||||||
angel_container:
|
angel_container:
|
||||||
path: ../container/angel_container
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/container/angel_container
|
||||||
angel_model:
|
angel_model:
|
||||||
path: ../model
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/model
|
||||||
angel_route:
|
angel_route:
|
||||||
path: ../route
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/route
|
||||||
angel_auth:
|
angel_auth:
|
||||||
path: ../auth
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/auth
|
||||||
|
angel_client:
|
||||||
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/angel_client
|
||||||
|
|
Loading…
Reference in a new issue