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 Feb 20, 2024
1 parent 40a8ec2 commit 78b89db
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 42 deletions.
6 changes: 6 additions & 0 deletions json_theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [6.4.0+1] - February 20, 2024

* Automated dependency updates


## [6.4.0] - November 17th, 2023

* Update for Flutter 3.16
Expand Down Expand Up @@ -637,5 +642,6 @@






38 changes: 18 additions & 20 deletions json_theme/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,44 +1,42 @@
name: 'example'
description: 'Example application for the JSON Theme'
publish_to: 'none'
version: '1.0.0+36'
version: '1.0.0+37'

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

dependencies:
flutter:
dependencies:
flutter:
sdk: 'flutter'
form_validation: '^3.0.2+2'
google_fonts: '^5.1.0'
intl: '^0.18.1'
json_theme:
form_validation: '^3.1.1+4'
google_fonts: '^6.1.0'
intl: '^0.19.0'
json_theme:
path: '../'
meta: '^1.10.0'

dev_dependencies:
flutter_lints: '^3.0.0'
flutter_test:
dev_dependencies:
flutter_lints: '^3.0.1'
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'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down
38 changes: 16 additions & 22 deletions json_theme/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,44 +1,38 @@
name: 'json_theme'
description: 'A library to dynamically generate a ThemeData object from a JSON file or dynamic map object'
homepage: 'https://github.com/peiffer-innovations/json_theme'
version: '6.4.0'
version: '6.4.0+1'

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

analyzer:
exclude:
analyzer:
exclude:
- 'lib/generated/**'
- 'lib/**/*.g.dart'

dependencies:
flutter:
dependencies:
flutter:
sdk: 'flutter'
json_class: '^3.0.0+8'
json_class: '^3.0.0+12'
json_schema: '^5.1.3'
json_theme_annotation: '^1.0.3'
json_theme_annotation: '^1.0.3+3'
logging: '^1.2.0'
meta: '^1.10.0'

dev_dependencies:
analyzer: '^6.2.0'
dev_dependencies:
analyzer: '^6.4.1'
build: '^2.4.1'
build_runner: '^2.4.6'
code_builder: '^4.7.0'
build_runner: '^2.4.8'
code_builder: '^4.10.0'
flutter_lints: '^3.0.1'
flutter_test:
flutter_test:
sdk: 'flutter'
json_theme_codegen: '^1.1.0'
json_theme_codegen: '^1.1.2+9'
recase: '^4.1.0'
source_gen: '^1.4.0'
source_gen: '^1.5.0'

# dependency_overrides:
# json_theme_annotation:
# path: ../annotation
# json_theme_codegen:
# path: ../codegen

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

0 comments on commit 78b89db

Please sign in to comment.