From 1a1128e451a8a4efd2dc9a6c9f0f39f5ff95f0d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:21:52 -0500 Subject: [PATCH] chore: tighten template dependencies (#173) Co-authored-by: VGV Bot Co-authored-by: Tom Arra --- .../__brick__/{{project_name.snakeCase()}}/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/very_good_dart_cli/__brick__/{{project_name.snakeCase()}}/pubspec.yaml b/very_good_dart_cli/__brick__/{{project_name.snakeCase()}}/pubspec.yaml index 68a7d5b..371bde7 100644 --- a/very_good_dart_cli/__brick__/{{project_name.snakeCase()}}/pubspec.yaml +++ b/very_good_dart_cli/__brick__/{{project_name.snakeCase()}}/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: pub_updater: ^0.4.0 dev_dependencies: - build_runner: ^2.4.11 + build_runner: ^2.4.12 build_verify: ^3.1.0 build_version: ^2.1.1 mocktail: ^1.0.4