From 00039f0b9a49e5e19579607a7f95d51b5206cbe0 Mon Sep 17 00:00:00 2001 From: thomashii Date: Mon, 19 Jun 2023 23:33:43 +0800 Subject: [PATCH] Updated to v8 --- pubspec.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index ad59382..e26882c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,22 +3,22 @@ version: 1.0.0 description: A basic starter application template for Angel3 framework publish_to: none environment: - sdk: '>=2.16.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: - angel3_auth: ^6.0.0 - angel3_configuration: ^6.0.0 - angel3_framework: ^6.0.0 - angel3_jael: ^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: ^8.0.0 + angel3_configuration: ^8.0.0 + angel3_framework: ^8.0.0 + angel3_jael: ^8.0.0 + angel3_production: ^8.0.0 + angel3_static: ^8.0.0 + angel3_validate: ^8.0.0 + belatuk_pretty_logging: ^6.0.0 dev_dependencies: - angel3_hot: ^6.0.0 - angel3_test: ^6.0.0 + angel3_hot: ^8.0.0 + angel3_test: ^8.0.0 io: ^1.0.0 test: ^1.21.0 - lints: ^1.0.0 + lints: ^2.1.1