diff --git a/pkgs/dart_services/pubspec.yaml b/pkgs/dart_services/pubspec.yaml index 031da2897..326fea75d 100644 --- a/pkgs/dart_services/pubspec.yaml +++ b/pkgs/dart_services/pubspec.yaml @@ -10,7 +10,7 @@ resolution: workspace dependencies: analysis_server_lib: ^0.2.5 - analyzer: ^7.1.0 + analyzer: ">=5.12.0 <7.0.0" args: ^2.5.0 bazel_worker: ^1.1.1 dartpad_shared: ^0.0.0 @@ -34,5 +34,5 @@ dev_dependencies: json_serializable: ^6.9.2 package_config: ^2.1.0 synchronized: ^3.1.0+1 - test: ^1.25.9 + test: ^1.25.0 test_descriptor: ^2.0.1 diff --git a/pkgs/dartpad_ui/pubspec.yaml b/pkgs/dartpad_ui/pubspec.yaml index a9c9b86f8..a79a80b51 100644 --- a/pkgs/dartpad_ui/pubspec.yaml +++ b/pkgs/dartpad_ui/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 test: ^1.25.7 flutter: