Updated to v8
This commit is contained in:
parent
71e10b57d2
commit
c161ad984b
1 changed files with 15 additions and 15 deletions
30
pubspec.yaml
30
pubspec.yaml
|
@ -2,23 +2,23 @@ name: angel
|
||||||
description: A graphql starter application for Angel3 framework
|
description: A graphql starter application for Angel3 framework
|
||||||
publish_to: none
|
publish_to: none
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.16.0 <3.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
angel3_auth: ^6.0.0
|
angel3_auth: ^8.0.0
|
||||||
angel3_configuration: ^6.0.0
|
angel3_configuration: ^8.0.0
|
||||||
angel3_framework: ^6.0.0
|
angel3_framework: ^8.0.0
|
||||||
angel3_graphql: ^6.0.0
|
angel3_graphql: ^8.0.0
|
||||||
angel3_jael: ^6.0.0
|
angel3_jael: ^8.0.0
|
||||||
angel3_production: ^6.0.0
|
angel3_production: ^8.0.0
|
||||||
angel3_static: ^6.0.0
|
angel3_static: ^8.0.0
|
||||||
angel3_validate: ^6.0.0
|
angel3_validate: ^8.0.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
angel3_hot: ^6.0.0
|
angel3_hot: ^8.0.0
|
||||||
angel3_serialize_generator: ^6.0.0
|
angel3_serialize_generator: ^8.0.0
|
||||||
angel3_test: ^6.0.0
|
angel3_test: ^8.0.0
|
||||||
graphql_generator2: ^4.0.0
|
graphql_generator2: ^6.0.0
|
||||||
belatuk_pretty_logging: ^4.0.0
|
belatuk_pretty_logging: ^6.0.0
|
||||||
build_runner: ^2.0.4
|
build_runner: ^2.0.4
|
||||||
io: ^1.0.0
|
io: ^1.0.0
|
||||||
test: ^1.21.0
|
test: ^1.21.0
|
||||||
lints: ^1.0.0
|
lints: ^2.1.1
|
Loading…
Reference in a new issue