From 5cc44b4d00f1b0bf5918ffaaa4f1a6a53ce4ae9f Mon Sep 17 00:00:00 2001 From: action Date: Tue, 17 Dec 2024 02:35:39 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- codegen/CHANGELOG.md | 5 +++++ codegen/pubspec.yaml | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index ad41e00..5a816b7 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.3+5] - December 17, 2024 + +* Automated dependency updates + + ## [1.1.3+4] - December 10, 2024 * Automated dependency updates diff --git a/codegen/pubspec.yaml b/codegen/pubspec.yaml index 75eb14c..6955c1a 100644 --- a/codegen/pubspec.yaml +++ b/codegen/pubspec.yaml @@ -1,7 +1,7 @@ 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+4' +version: '1.1.3+5' environment: sdk: '>=3.0.0 <4.0.0' @@ -13,10 +13,10 @@ analyzer: dependencies: analyzer: '^6.7.0' - build: '^2.4.1' - build_runner: '^2.4.13' + build: '^2.4.2' + build_runner: '^2.4.14' code_builder: '^4.10.1' - json_theme_annotation: '^1.0.3+12' + json_theme_annotation: '^1.0.3+13' recase: '^4.1.0' source_gen: '^1.5.0'