From 43bee4d070c4159ebe317cf5b579617c4186195d Mon Sep 17 00:00:00 2001 From: action Date: Tue, 2 Apr 2024 02:02:55 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- json_theme/CHANGELOG.md | 6 ++++++ json_theme/example/pubspec.yaml | 6 +++--- json_theme/pubspec.yaml | 26 +++++++++++++------------- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/json_theme/CHANGELOG.md b/json_theme/CHANGELOG.md index f9a8ebd..a8f43c7 100644 --- a/json_theme/CHANGELOG.md +++ b/json_theme/CHANGELOG.md @@ -1,3 +1,8 @@ +## [6.4.1+1] - April 2, 2024 + +* Automated dependency updates + + ## [6.4.1] - February 20th, 2024 * Dependency updates @@ -645,5 +650,6 @@ + diff --git a/json_theme/example/pubspec.yaml b/json_theme/example/pubspec.yaml index dd10daf..c4db6b8 100644 --- a/json_theme/example/pubspec.yaml +++ b/json_theme/example/pubspec.yaml @@ -1,7 +1,7 @@ name: 'example' description: 'Example application for the JSON Theme' publish_to: 'none' -version: '1.0.0+38' +version: '1.0.0+39' environment: sdk: '>=3.3.0 <4.0.0' @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: 'flutter' - form_validation: '^3.1.1+4' + form_validation: '^3.1.1+5' google_fonts: '^6.2.1' intl: '^0.19.0' json_theme: @@ -17,7 +17,7 @@ dependencies: meta: '^1.10.0' dev_dependencies: - flutter_lints: '^3.0.1' + flutter_lints: '^3.0.2' flutter_test: sdk: 'flutter' diff --git a/json_theme/pubspec.yaml b/json_theme/pubspec.yaml index b5ee07a..0f4d1b6 100644 --- a/json_theme/pubspec.yaml +++ b/json_theme/pubspec.yaml @@ -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.4.1' +version: '6.4.1+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+12' + json_class: '^3.0.0+13' json_schema: '^5.1.3' - json_theme_annotation: '^1.0.3+3' + json_theme_annotation: '^1.0.3+4' logging: '^1.2.0' meta: '^1.10.0' -dev_dependencies: +dev_dependencies: analyzer: '^6.4.1' build: '^2.4.1' - build_runner: '^2.4.8' + build_runner: '^2.4.9' code_builder: '^4.10.0' - flutter_lints: '^3.0.1' - flutter_test: + flutter_lints: '^3.0.2' + flutter_test: sdk: 'flutter' json_theme_codegen: '^1.1.2+9' recase: '^4.1.0' source_gen: '^1.5.0' -ignore_updates: +ignore_updates: - 'archive' - 'async' - 'boolean_selector'