From 0aae5094cedd4beca1f0d01044e11bcad0f73e1b Mon Sep 17 00:00:00 2001 From: action Date: Tue, 19 Sep 2023 01:54:15 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- codegen/CHANGELOG.md | 6 ++++++ codegen/pubspec.yaml | 22 ++++++++++++---------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index da130dc..7528c17 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.1+1] - September 19, 2023 + +* Automated dependency updates + + ## [1.1.1] - September 3rd, 2023 * Dependency updates @@ -22,3 +27,4 @@ * Initial Release + diff --git a/codegen/pubspec.yaml b/codegen/pubspec.yaml index 3301c1f..8b27abe 100644 --- a/codegen/pubspec.yaml +++ b/codegen/pubspec.yaml @@ -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'