From dafe85002401594256e1a4212745616cdb0a73cf Mon Sep 17 00:00:00 2001 From: thomashii Date: Mon, 19 Jun 2023 23:28:45 +0800 Subject: [PATCH] Updated to v8 --- pubspec.yaml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index df81cfb..a692216 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,28 +3,28 @@ version: 1.0.0 description: An ORM starter application for Angel3 framework publish_to: none environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: - 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 + angel3_auth: ^8.0.0 + angel3_configuration: ^8.0.0 + angel3_framework: ^8.0.0 + angel3_jael: ^8.0.0 + angel3_migration: ^8.0.0 + angel3_orm: ^8.0.0 + angel3_orm_postgres: ^8.0.0 + angel3_serialize: ^8.0.0 + angel3_production: ^8.0.0 + angel3_static: ^8.0.0 + angel3_validate: ^8.0.0 + belatuk_pretty_logging: ^6.0.0 optional: ^6.0.0 logging: ^1.0.0 dev_dependencies: - 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 + angel3_hot: ^8.0.0 + angel3_migration_runner: ^8.0.0 + angel3_orm_generator: ^8.0.0 + angel3_serialize_generator: ^8.0.0 + angel3_test: ^8.0.0 build_runner: ^2.0.3 io: ^1.0.0 test: ^1.21.0