Skip to content

Commit

Permalink
- updated other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carloshpb authored and MarkOSullivan94 committed Feb 24, 2023
1 parent 6c25163 commit 1bf7542
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ repository: https://github.com/fluttercommunity/flutter_launcher_icons/
issue_tracker: https://github.com/fluttercommunity/flutter_launcher_icons/issues

dependencies:
args: ^2.2.0
checked_yaml: ^2.0.1
args: ^2.3.2
checked_yaml: ^2.0.2
cli_util: ^0.3.5
image: ^4.0.10
json_annotation: ^4.5.0
path: ^1.8.0
yaml: ^3.1.0
json_annotation: ^4.8.0
path: ^1.8.3
yaml: ^3.1.1

environment:
sdk: '>=2.13.0 <3.0.0'
sdk: '>=2.18.0 <3.0.0'

dev_dependencies:
# Needed by build_version
build_runner: ^2.2.0
build_runner: ^2.3.3
# allows us to get version number from pubspec yaml which we can pass to Sentry
# https://pub.dev/packages/build_version
build_version: ^2.1.1
json_serializable: ^6.5.4
json_serializable: ^6.6.0
mockito: ^5.3.2
test: ^1.22.0
test: ^1.22.2
test_descriptor: ^2.0.1

0 comments on commit 1bf7542

Please sign in to comment.