From ab19fd28b2baf1f2d7e20a4a16e0c07b355aa345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 05:25:44 +0000 Subject: [PATCH] build(deps): bump build_runner from 2.4.10 to 2.4.11 in /example Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.10 to 2.4.11. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.10...build_runner-v2.4.11) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/pubspec.lock | 4 ++-- example/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 165b1fe..d393ffe 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -117,10 +117,10 @@ packages: dependency: "direct dev" description: name: build_runner - sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa" + sha256: "644dc98a0f179b872f612d3eb627924b578897c629788e858157fa5e704ca0c7" url: "https://pub.dev" source: hosted - version: "2.4.10" + version: "2.4.11" build_runner_core: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index b5bb26d..3e595f3 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ../ dev_dependencies: - build_runner: ^2.4.10 + build_runner: ^2.4.11 go_router_builder: ^2.7.0 supernova: git: