From 117948d64d3f325f67d0a28b7f962793c43c6d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 11:36:12 +0800 Subject: [PATCH] Bump build_runner from 2.4.5 to 2.4.6 (#20) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.5 to 2.4.6. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.5...build_runner-v2.4.6) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 失魂魚 --- pubspec.lock | 4 ++-- pubspec.yaml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index bb83ddf..9fc6a52 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -93,10 +93,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "5e1929ad37d48bd382b124266cb8e521de5548d406a45a5ae6656c13dab73e37" + sha256: "10c6bcdbf9d049a0b666702cf1cee4ddfdc38f02a19d35ae392863b47519848b" url: "https://pub.dev" source: hosted - version: "2.4.5" + version: "2.4.6" build_runner_core: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8a88d66..a2e5db6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -54,8 +54,10 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. + flutter_lints: ^2.0.0 + build_runner: ^2.4.6 flutter_lints: ^2.0.2 - build_runner: ^2.4.5 + build_runner: ^2.4.6 dart_mappable_builder: ^3.1.1 # For information on the generic Dart part of this file, see the