Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon committed Oct 10, 2023
1 parent 089f92a commit 02d7c3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lib/src/commands/tree/ast/dart_ast_node.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class DartAstNode extends DartSyntacticEntity {
MapEntry(
'childEntities',
list,
)
),
],
);
}
Expand Down
20 changes: 10 additions & 10 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit 02d7c3b

Please sign in to comment.