diff --git a/flutter_toolkit/pubspec.yaml b/flutter_toolkit/pubspec.yaml index cb1325e..db06da1 100644 --- a/flutter_toolkit/pubspec.yaml +++ b/flutter_toolkit/pubspec.yaml @@ -22,4 +22,4 @@ dependencies: dev_dependencies: test: ^1.16.0 - lints: ^3.0.0 + lints: ^5.0.0 diff --git a/logify/pubspec.yaml b/logify/pubspec.yaml index 24132d7..9d1dd5a 100644 --- a/logify/pubspec.yaml +++ b/logify/pubspec.yaml @@ -14,6 +14,6 @@ dependencies: dev_dependencies: coverage: ^1.7.1 - lints: ^3.0.0 + lints: ^5.0.0 mocktail: ^1.0.1 test: ^1.24.2