From 137273fb2f5aed67eabf53820f1f3a655b9cbbd4 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Wed, 8 Jan 2025 06:57:00 +0800 Subject: [PATCH] Pin dart_flutter_team_lints for now --- pkgs/dart_services/pubspec.yaml | 2 +- pkgs/dartpad_shared/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/dart_services/pubspec.yaml b/pkgs/dart_services/pubspec.yaml index 156d6d176..3833d45a3 100644 --- a/pkgs/dart_services/pubspec.yaml +++ b/pkgs/dart_services/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: dev_dependencies: build_runner: ^2.4.11 collection: ^1.18.0 - dart_flutter_team_lints: ^3.2.0 + dart_flutter_team_lints: 3.2.1 grinder: ^0.9.5 json_serializable: ^6.9.0 package_config: ^2.1.0 diff --git a/pkgs/dartpad_shared/pubspec.yaml b/pkgs/dartpad_shared/pubspec.yaml index 80c362dde..6d3e7e87a 100644 --- a/pkgs/dartpad_shared/pubspec.yaml +++ b/pkgs/dartpad_shared/pubspec.yaml @@ -12,5 +12,5 @@ dependencies: dev_dependencies: build_runner: ^2.4.11 - dart_flutter_team_lints: ^3.1.0 + dart_flutter_team_lints: 3.2.1 json_serializable: ^6.8.0