From ceedd87a194f28ce2fd23bc54ef27be865b5dcf4 Mon Sep 17 00:00:00 2001 From: lsaudon Date: Tue, 10 Oct 2023 17:04:16 +0200 Subject: [PATCH] chore: Upgrade dependencies --- lib/src/commands/tree/ast/dart_ast_node.dart | 2 +- pubspec.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/src/commands/tree/ast/dart_ast_node.dart b/lib/src/commands/tree/ast/dart_ast_node.dart index 8be02d4..5c11772 100644 --- a/lib/src/commands/tree/ast/dart_ast_node.dart +++ b/lib/src/commands/tree/ast/dart_ast_node.dart @@ -34,7 +34,7 @@ class DartAstNode extends DartSyntacticEntity { MapEntry( 'childEntities', list, - ) + ), ], ); } diff --git a/pubspec.yaml b/pubspec.yaml index 7cfcb39..fd9776f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,22 +9,22 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - analyzer: ^5.13.0 - args: ^2.4.1 - cli_completion: ^0.3.0 - collection: ^1.17.2 + analyzer: ^6.2.0 + args: ^2.4.2 + cli_completion: ^0.4.0 + collection: ^1.18.0 equatable: ^2.0.5 - file: ^6.1.4 # pub_updater want 6.1.4 - mason_logger: ^0.2.6 + file: ^7.0.0 + mason_logger: ^0.2.10 path: ^1.8.3 - pub_updater: ^0.3.0 + pub_updater: ^0.4.0 dev_dependencies: - build_runner: ^2.4.4 + build_runner: ^2.4.6 build_verify: ^3.1.0 build_version: ^2.1.1 - mocktail: ^0.3.0 - test: ^1.24.3 + mocktail: ^1.0.1 + test: ^1.24.7 executables: ast_explorer: