From 4f6c6caeb21a9bc53be63cca554c5770acee0983 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Wed, 31 Aug 2022 00:10:33 +0800 Subject: [PATCH] Upgraded to version 7 --- pubspec.yaml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 46c9338..df81cfb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,29 +3,29 @@ version: 1.0.0 description: An ORM starter application for Angel3 framework publish_to: none environment: - sdk: '>=2.16.0 <3.0.0' + sdk: '>=2.17.0 <3.0.0' dependencies: - angel3_auth: ^6.0.0 - angel3_configuration: ^6.0.0 - angel3_framework: ^6.0.0 - angel3_jael: ^6.0.0 - angel3_migration: ^6.0.0 - angel3_orm: ^6.0.0 - angel3_orm_postgres: ^6.0.0 - angel3_serialize: ^6.0.0 - angel3_production: ^6.0.0 - angel3_static: ^6.0.0 - angel3_validate: ^6.0.0 - belatuk_pretty_logging: ^4.0.0 + angel3_auth: ^7.0.0 + angel3_configuration: ^7.0.0 + angel3_framework: ^7.0.0 + angel3_jael: ^7.0.0 + angel3_migration: ^7.0.0 + angel3_orm: ^7.0.0 + angel3_orm_postgres: ^7.0.0 + angel3_serialize: ^7.0.0 + angel3_production: ^7.0.0 + angel3_static: ^7.0.0 + angel3_validate: ^7.0.0 + belatuk_pretty_logging: ^5.0.0 optional: ^6.0.0 logging: ^1.0.0 dev_dependencies: - angel3_hot: ^6.0.0 - angel3_migration_runner: ^6.0.0 - angel3_orm_generator: ^6.0.0 - angel3_serialize_generator: ^6.0.0 - angel3_test: ^6.0.0 + angel3_hot: ^7.0.0 + angel3_migration_runner: ^7.0.0 + angel3_orm_generator: ^7.0.0 + angel3_serialize_generator: ^7.0.0 + angel3_test: ^7.0.0 build_runner: ^2.0.3 io: ^1.0.0 test: ^1.21.0 - lints: ^1.0.0 + lints: ^2.0.0