Skip to content

Commit

Permalink
Merge pull request #166 from peiffer-innovations/dart_update_17120233…
Browse files Browse the repository at this point in the history
…75603

Automated Merge
  • Loading branch information
jpeiffer authored Apr 2, 2024
2 parents 5cff0ce + 43bee4d commit 13b8a35
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 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.1+1] - April 2, 2024

* Automated dependency updates


## [6.4.1] - February 20th, 2024

* Dependency updates
Expand Down Expand Up @@ -645,5 +650,6 @@






6 changes: 3 additions & 3 deletions json_theme/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: 'example'
description: 'Example application for the JSON Theme'
publish_to: 'none'
version: '1.0.0+38'
version: '1.0.0+39'

environment:
sdk: '>=3.3.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
form_validation: '^3.1.1+4'
form_validation: '^3.1.1+5'
google_fonts: '^6.2.1'
intl: '^0.19.0'
json_theme:
path: '../'
meta: '^1.10.0'

dev_dependencies:
flutter_lints: '^3.0.1'
flutter_lints: '^3.0.2'
flutter_test:
sdk: 'flutter'

Expand Down
26 changes: 13 additions & 13 deletions json_theme/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +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.1'
version: '6.4.1+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+12'
json_class: '^3.0.0+13'
json_schema: '^5.1.3'
json_theme_annotation: '^1.0.3+3'
json_theme_annotation: '^1.0.3+4'
logging: '^1.2.0'
meta: '^1.10.0'

dev_dependencies:
dev_dependencies:
analyzer: '^6.4.1'
build: '^2.4.1'
build_runner: '^2.4.8'
build_runner: '^2.4.9'
code_builder: '^4.10.0'
flutter_lints: '^3.0.1'
flutter_test:
flutter_lints: '^3.0.2'
flutter_test:
sdk: 'flutter'
json_theme_codegen: '^1.1.2+9'
recase: '^4.1.0'
source_gen: '^1.5.0'

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

0 comments on commit 13b8a35

Please sign in to comment.