Updated dependencies
This commit is contained in:
parent
00b14878a8
commit
ff8b0e60a8
1 changed files with 4 additions and 14 deletions
18
pubspec.yaml
18
pubspec.yaml
|
@ -5,20 +5,6 @@ environment:
|
||||||
sdk: '>=2.10.0 <3.0.0'
|
sdk: '>=2.10.0 <3.0.0'
|
||||||
homepage: https://github.com/angel-dart/angel
|
homepage: https://github.com/angel-dart/angel
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_auth: ^2.0.0 # Supports stateless authentication via JWT
|
|
||||||
angel_configuration: ^2.0.0 # Loads application configuration, along with support for .env files.
|
|
||||||
angel_framework: ^2.0.0 # The core server library.
|
|
||||||
angel_jael: ^2.0.0 # Server-side templating engine
|
|
||||||
angel_production: ^1.0.0 # Production application runner.
|
|
||||||
angel_static: ^2.0.0 # Static file server
|
|
||||||
angel_validate: ^2.0.0 # Allows for validation of input data
|
|
||||||
dev_dependencies:
|
|
||||||
angel_hot: ^2.0.0 # Hot-reloading support. :)
|
|
||||||
angel_test: ^2.0.0 # Utilities for testing Angel servers.
|
|
||||||
io: ^0.3.2 # For pretty printing.
|
|
||||||
pedantic: ^1.0.0 # Enforces Dart style conventions.
|
|
||||||
test: ^1.15.7 # For unit testing.
|
|
||||||
dependency_overrides:
|
|
||||||
angel_auth:
|
angel_auth:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/dukefirehawk/angel.git
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
@ -54,6 +40,7 @@ dependency_overrides:
|
||||||
url: https://github.com/dukefirehawk/angel.git
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
ref: sdk-2.12.x
|
ref: sdk-2.12.x
|
||||||
path: packages/validate
|
path: packages/validate
|
||||||
|
dev_dependencies:
|
||||||
angel_hot:
|
angel_hot:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/dukefirehawk/angel.git
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
@ -64,6 +51,9 @@ dependency_overrides:
|
||||||
url: https://github.com/dukefirehawk/angel.git
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
ref: sdk-2.12.x
|
ref: sdk-2.12.x
|
||||||
path: packages/test
|
path: packages/test
|
||||||
|
io: ^0.3.2 # For pretty printing.
|
||||||
|
pedantic: ^1.0.0 # Enforces Dart style conventions.
|
||||||
|
test: ^1.15.7 # For unit testing.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue