diff --git a/packages/flutter_hooks_lint/pubspec.yaml b/packages/flutter_hooks_lint/pubspec.yaml index aff5d3f..40ac68c 100644 --- a/packages/flutter_hooks_lint/pubspec.yaml +++ b/packages/flutter_hooks_lint/pubspec.yaml @@ -15,8 +15,8 @@ environment: # Add regular dependencies here. dependencies: - analyzer: ">=6.0.0 <7.0.0" - custom_lint_builder: ">=0.6.0 <0.7.0" + analyzer: ^7.3.0 + custom_lint_builder: ^0.7.5 # path: ^1.8.0 dev_dependencies: lints: ^5.1.1 diff --git a/packages/flutter_hooks_lint_flutter_test/pubspec.yaml b/packages/flutter_hooks_lint_flutter_test/pubspec.yaml index c0ae5db..d79670c 100644 --- a/packages/flutter_hooks_lint_flutter_test/pubspec.yaml +++ b/packages/flutter_hooks_lint_flutter_test/pubspec.yaml @@ -10,8 +10,8 @@ dependencies: sdk: flutter dev_dependencies: - custom_lint: ">=0.6.0 <0.7.0" - custom_lint_core: ">=0.6.0 <0.7.0" + custom_lint: ^0.7.5 + custom_lint_core: ^0.7.5 hooks_riverpod: ^2.4.10 test: ^1.24.0 flutter_hooks_lint: