From c85be04806036b7d108ee2b6c0c07d369ee04b79 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Tue, 8 Oct 2024 19:35:56 +0000 Subject: [PATCH] add missing dart_flutter_team_lints dependencies --- build/pubspec.yaml | 1 + build_resolvers/pubspec.yaml | 1 + build_runner_core/pubspec.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/build/pubspec.yaml b/build/pubspec.yaml index aff731afe..be3e1535a 100644 --- a/build/pubspec.yaml +++ b/build/pubspec.yaml @@ -24,6 +24,7 @@ dependencies: dev_dependencies: build_resolvers: ^2.4.0 build_test: ^2.0.0 + dart_flutter_team_lints: ^3.1.0 test: ^1.16.0 topics: diff --git a/build_resolvers/pubspec.yaml b/build_resolvers/pubspec.yaml index 1ab821e58..2e42bd1ce 100644 --- a/build_resolvers/pubspec.yaml +++ b/build_resolvers/pubspec.yaml @@ -28,6 +28,7 @@ dependencies: dev_dependencies: build_test: ^2.0.0 + dart_flutter_team_lints: ^3.1.0 test: ^1.16.0 topics: diff --git a/build_runner_core/pubspec.yaml b/build_runner_core/pubspec.yaml index 2bdd55822..8911cf0aa 100644 --- a/build_runner_core/pubspec.yaml +++ b/build_runner_core/pubspec.yaml @@ -41,6 +41,7 @@ dev_dependencies: analyzer: ^6.9.0 build_runner: ^2.0.0 build_test: ^2.0.0 + dart_flutter_team_lints: ^3.1.0 json_serializable: ^6.0.0 test: ^1.16.0 test_descriptor: ^2.0.0