Skip to content

Commit

Permalink
chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /bricks/d…
Browse files Browse the repository at this point in the history
…art_frog_dev_server/hooks (#1639)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Arra <[email protected]>
  • Loading branch information
dependabot[bot] and tomarra authored Dec 20, 2024
1 parent 5161911 commit 744da86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bricks/dart_frog_dev_server/hooks/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.6.0.0.yaml
include: package:very_good_analysis/analysis_options.7.0.0.yaml
2 changes: 1 addition & 1 deletion bricks/dart_frog_dev_server/hooks/pre_gen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Future<void> preGen(
final RouteConfiguration configuration;
try {
configuration = buildConfiguration(io.Directory.current);
} catch (error) {
} on Exception catch (error) {
context.logger.err('$error');
return exit(1);
}
Expand Down
2 changes: 1 addition & 1 deletion bricks/dart_frog_dev_server/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dev_dependencies:
mocktail: ^1.0.0
path: ^1.8.2
test: ^1.25.0
very_good_analysis: ^6.0.0
very_good_analysis: ^7.0.0

0 comments on commit 744da86

Please sign in to comment.