Skip to content

Commit

Permalink
Update flutter lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Nov 11, 2024
1 parent a46d619 commit e7bb0e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: 'A package that will scan for dependencies in a Dart repo, update t
version: '1.1.0+4'
homepage: 'https://github.com/peiffer-innovations/actions_dart_dependency_updater'

environment:
environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
dependencies:
args: '^2.5.0'
github: '^9.24.0'
http: '^1.2.2'
Expand All @@ -19,11 +19,11 @@ dependencies:
yaml: '^3.1.2'
yaml_writer: '^2.0.0'

dev_dependencies:
flutter_lints: '^4.0.0'
dev_dependencies:
flutter_lints: '^5.0.0'
test: '^1.25.8'

permittedLicenses:
permittedLicenses:
- 'Apache-2.0'
- 'BSD-2-Clause'
- 'BSD-3-Clause'
Expand All @@ -32,7 +32,7 @@ permittedLicenses:
- 'MPL-2.0'
- 'Zlib'

packageLicenseOverride:
packageLicenseOverride:
flutter: 'BSD-3-Clause'
flutter_driver: 'BSD-3-Clause'
flutter_goldens: 'BSD-3-Clause'
Expand All @@ -43,7 +43,7 @@ packageLicenseOverride:
fuchsia_remote_debug_protocol: 'BSD-3-Clause'
integration_test: 'BSD-3-Clause'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down

0 comments on commit e7bb0e6

Please sign in to comment.