diff --git a/pubspec.yaml b/pubspec.yaml index 409a1e8..7e33c3c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: "none" version: 0.10.0+22 environment: - sdk: ">=2.18.0 <3.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: app_settings: 4.2.0 @@ -19,8 +19,8 @@ dependencies: flutter_bloc: 8.1.1 flutter_localizations: sdk: flutter - intl: 0.17.0 - intl_utils: 2.8.1 + intl: 0.18.0 + intl_utils: 2.8.2 light_sensor: 2.0.2 material_color_utilities: 0.2.0 m3_lightmeter_resources: @@ -40,10 +40,7 @@ dev_dependencies: flutter_launcher_icons: 0.11.0 flutter_lints: 2.0.0 flutter_native_splash: 2.2.16 - test: 1.22.2 - -dependency_overrides: - test_api: 0.4.16 + test: 1.24.1 flutter: uses-material-design: true