Skip to content

Commit 31a1c27

Browse files
chore(deps): bump the build_runner group
Bumps the build_runner group in /packages/test/pub_server with 5 updates: | Package | From | To | | --- | --- | --- | | [build_runner](https://github.com/dart-lang/build) | `2.5.4` | `2.6.1` | | [json_serializable](https://github.com/google/json_serializable.dart) | `6.9.5` | `6.10.0` | | [shelf_router_generator](https://github.com/dart-lang/shelf/tree/master/pkgs) | `1.1.1` | `1.1.2` | | [drift_dev](https://github.com/simolus3/drift) | `2.28.0` | `2.28.1` | | [amplify_lints](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `2.0.3` | `3.1.3` | Updates `build_runner` from 2.5.4 to 2.6.1 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](dart-lang/build@build_runner-v2.5.4...build_runner-v2.6.1) Updates `json_serializable` from 6.9.5 to 6.10.0 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](google/json_serializable.dart@json_serializable-v6.9.5...json_serializable-v6.10.0) Updates `shelf_router_generator` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/dart-lang/shelf/releases) - [Commits](https://github.com/dart-lang/shelf/commits/shelf_router_generator-v1.1.2/pkgs) Updates `drift_dev` from 2.28.0 to 2.28.1 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](simolus3/drift@drift_dev-2.28.0...drift_dev-2.28.1) Updates `amplify_lints` from 2.0.3 to 3.1.3 - [Release notes](https://github.com/aws-amplify/amplify-flutter/releases) - [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages) --- updated-dependencies: - dependency-name: build_runner dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build_runner - dependency-name: json_serializable dependency-version: 6.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build_runner - dependency-name: shelf_router_generator dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build_runner - dependency-name: drift_dev dependency-version: 2.28.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build_runner - dependency-name: amplify_lints dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build_runner ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db0e1c1 commit 31a1c27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/test/pub_server/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ dependencies:
3030
yaml: ^3.1.1
3131

3232
dev_dependencies:
33-
amplify_lints: ">=2.0.3 <2.1.0"
34-
build_runner: ^2.4.9
35-
drift_dev: ^2.25.1
36-
json_serializable: ">=6.9.4 <6.10.0"
33+
amplify_lints: ^3.1.3
34+
build_runner: ^2.6.1
35+
drift_dev: ^2.28.1
36+
json_serializable: ^6.10.0
3737
pub_api_client: ^3.1.1
38-
shelf_router_generator: ^1.0.5
38+
shelf_router_generator: ^1.1.2
3939
test: ^1.22.1
4040
yaml_edit: ^2.1.0

0 commit comments

Comments
 (0)