Skip to content

Commit

Permalink
Merge pull request #222 from peiffer-innovations/dart_update_17277501…
Browse files Browse the repository at this point in the history
…29323

Automated Merge
  • Loading branch information
jpeiffer authored Oct 1, 2024
2 parents 14abcdd + 1c61637 commit a1d954e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
5 changes: 5 additions & 0 deletions json_theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [6.5.3+1] - October 1, 2024

* Automated dependency updates


## [6.5.3] - September 9, 2024

* Fix for [issue 205](https://github.com/peiffer-innovations/json_theme/issues/205)
Expand Down
4 changes: 2 additions & 2 deletions json_theme/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'example'
description: 'Example application for the JSON Theme'
publish_to: 'none'
version: '1.0.0+40'
version: '1.0.0+41'

environment:
sdk: '>=3.3.0 <4.0.0'
Expand All @@ -17,7 +17,7 @@ dependencies:
meta: '^1.12.0'

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

Expand Down
28 changes: 14 additions & 14 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.5.3'
version: '6.5.3+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+16'
json_schema: '^5.2.0'
json_theme_annotation: '^1.0.3+10'
json_theme_annotation: '^1.0.3+11'
logging: '^1.2.0'
meta: '^1.12.0'

dev_dependencies:
dev_dependencies:
analyzer: '^6.7.0'
build: '^2.4.1'
build_runner: '^2.4.12'
build_runner: '^2.4.13'
code_builder: '^4.10.0'
flutter_lints: '^4.0.0'
flutter_test:
flutter_lints: '^5.0.0'
flutter_test:
sdk: 'flutter'
json_theme_codegen: '^1.1.3'
recase: '^4.1.0'
source_gen: '^1.5.0'

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

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

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

0 comments on commit a1d954e

Please sign in to comment.