Skip to content

Commit

Permalink
build: updated dependencies
Browse files Browse the repository at this point in the history
Resolves #571
  • Loading branch information
MarkOSullivan94 committed Sep 21, 2024
1 parent 28f715b commit 5371620
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ repository: https://github.com/fluttercommunity/flutter_launcher_icons/
issue_tracker: https://github.com/fluttercommunity/flutter_launcher_icons/issues

dependencies:
args: ^2.3.2
checked_yaml: ^2.0.2
cli_util: ^0.4.0
image: ^4.0.15
json_annotation: ^4.8.0
path: ^1.8.2
yaml: ^3.1.1
args: ^2.5.0
checked_yaml: ^2.0.3
cli_util: ^0.4.1
image: ^4.2.0
json_annotation: ^4.9.0
path: ^1.9.0
yaml: ^3.1.2

environment:
sdk: ">=3.0.0 <4.0.0"

dev_dependencies:
# Needed by build_version
build_runner: ^2.3.3
build_runner: ^2.4.12
# https://pub.dev/packages/build_version
build_version: ^2.1.1
json_serializable: ^6.6.1
mockito: ^5.3.2
test: ^1.23.1
json_serializable: ^6.8.0
mockito: ^5.4.4
test: ^1.25.8
test_descriptor: ^2.0.1

0 comments on commit 5371620

Please sign in to comment.