Upgraded to version 7
This commit is contained in:
parent
fd4abfaf43
commit
89fe6b987a
1 changed files with 12 additions and 12 deletions
24
pubspec.yaml
24
pubspec.yaml
|
@ -3,22 +3,22 @@ version: 1.0.0
|
||||||
description: A basic starter application template for Angel3 framework
|
description: A basic starter application template for Angel3 framework
|
||||||
publish_to: none
|
publish_to: none
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.16.0 <3.0.0'
|
sdk: '>=2.17.0 <3.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
angel3_auth: ^6.0.0
|
angel3_auth: ^7.0.0
|
||||||
angel3_configuration: ^6.0.0
|
angel3_configuration: ^7.0.0
|
||||||
angel3_framework: ^6.0.0
|
angel3_framework: ^7.0.0
|
||||||
angel3_jael: ^6.0.0
|
angel3_jael: ^7.0.0
|
||||||
angel3_production: ^6.0.0
|
angel3_production: ^7.0.0
|
||||||
angel3_static: ^6.0.0
|
angel3_static: ^7.0.0
|
||||||
angel3_validate: ^6.0.0
|
angel3_validate: ^7.0.0
|
||||||
belatuk_pretty_logging: ^4.0.0
|
belatuk_pretty_logging: ^5.0.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
angel3_hot: ^6.0.0
|
angel3_hot: ^7.0.0
|
||||||
angel3_test: ^6.0.0
|
angel3_test: ^7.0.0
|
||||||
io: ^1.0.0
|
io: ^1.0.0
|
||||||
test: ^1.21.0
|
test: ^1.21.0
|
||||||
lints: ^1.0.0
|
lints: ^2.0.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue