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 Oct 1, 2024
1 parent eaff3e7 commit 8327eec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.1.3+1] - October 1, 2024

* Automated dependency updates


## [1.1.3] - September 9, 2024

* Dependency updates
Expand Down
26 changes: 13 additions & 13 deletions codegen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
name: 'json_theme_codegen'
description: 'A library to generate the mapping of decoders to the class names they decode'
homepage: 'https://github.com/peiffer-innovations/json_theme'
version: '1.1.3'
version: '1.1.3+1'

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

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

dependencies:
dependencies:
analyzer: '^6.7.0'
build: '^2.4.1'
build_runner: '^2.4.12'
build_runner: '^2.4.13'
code_builder: '^4.10.0'
json_theme_annotation: '^1.0.3+10'
recase: '^4.1.0'
source_gen: '^1.5.0'

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

dependency_overrides:
json_theme_annotation:
dependency_overrides:
json_theme_annotation:
path: '../annotation'

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

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

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

0 comments on commit 8327eec

Please sign in to comment.