Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Nov 19, 2024
1 parent 3211d88 commit e364c26
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions json_theme/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
name: 'example'
description: 'Example application for the JSON Theme'
publish_to: 'none'
version: '1.0.0+41'
version: '1.0.0+42'

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

dependencies:
flutter:
dependencies:
flutter:
sdk: 'flutter'
form_validation: '^3.1.1+8'
google_fonts: '^6.2.1'
intl: '^0.19.0'
json_theme:
intl: '^0.20.0'
json_theme:
path: '../'
meta: '^1.12.0'

dev_dependencies:
dev_dependencies:
flutter_lints: '^5.0.0'
flutter_test:
flutter_test:
sdk: 'flutter'

flutter:
flutter:
uses-material-design: true
assets:
assets:
- 'assets/themes/'
fonts:
fonts:
- family: 'lato'
fonts:
fonts:
- asset: 'assets/fonts/Lato-Regular.ttf'
- family: 'metal'
fonts:
fonts:
- asset: 'assets/fonts/MetalMania-Regular.ttf'
- family: 'MaterialIcons'
fonts:
fonts:
- asset: 'assets/fonts/MaterialIcons-Regular.ttf'

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

packageLicenseOverride:
packageLicenseOverride:
flutter: 'BSD-3-Clause'
flutter_driver: 'BSD-3-Clause'
flutter_goldens: 'BSD-3-Clause'
Expand All @@ -56,7 +56,7 @@ packageLicenseOverride:
integration_test: 'BSD-3-Clause'
rxdart: 'Apache-2.0'

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

0 comments on commit e364c26

Please sign in to comment.