From de554e767b38251f3f97d7c2ac35e09ca4a13b9d Mon Sep 17 00:00:00 2001 From: SoutaTanaka Date: Wed, 22 Oct 2025 12:11:02 +0900 Subject: [PATCH] chore: update build and build_runner dependencies in pubspec.yaml and README.md --- README.md | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71487a0..bc15057 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,8 @@ index_generator: ```yaml dev_dependencies: - build_runner: ^2.3.3 - index_generator: ^3.5.0 + build_runner: ^2.10.0 + index_generator: ^4.1.0 ``` and enable it in `build.yaml` file diff --git a/pubspec.yaml b/pubspec.yaml index 3a423c3..6f46424 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: dart_style: ^3.0.0 pub_semver: ^2.0.0 - build: ^3.0.0 + build: ^4.0.0 dev_dependencies: mek_lints: ^5.0.0