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 Sep 19, 2023
1 parent 5ef27df commit 0aae509
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
6 changes: 6 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.1.1+1] - September 19, 2023

* Automated dependency updates


## [1.1.1] - September 3rd, 2023

* Dependency updates
Expand All @@ -22,3 +27,4 @@

* Initial Release


22 changes: 12 additions & 10 deletions codegen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
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.1'
version: '1.1.1+1'

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

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

dependencies:

dependencies:
analyzer: '^6.2.0'
build: '^2.4.1'
build_runner: '^2.4.6'
code_builder: '^4.5.0'
code_builder: '^4.6.0'
json_theme_annotation: '^1.0.1+1'
recase: '^4.1.0'
source_gen: '^1.4.0'

dev_dependencies:
dev_dependencies:
test: '^1.24.6'

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

ignore_updates:

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

0 comments on commit 0aae509

Please sign in to comment.