mirror of https://github.com/grpc/grpc-dart.git
Bump lints from 3.0.0 to 4.0.0
Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/dart-lang/lints/releases) - [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/lints/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4e65d4b795
commit
ebb7368fa4
|
@ -21,7 +21,7 @@ dependencies:
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.0.0
|
build_runner: ^2.0.0
|
||||||
build_test: ^2.0.0
|
build_test: ^2.0.0
|
||||||
lints: ">=2.0.0 <4.0.0"
|
lints: ">=2.0.0 <5.0.0"
|
||||||
mockito: ^5.0.0
|
mockito: ^5.0.0
|
||||||
path: ^1.8.0
|
path: ^1.8.0
|
||||||
test: ^1.16.0
|
test: ^1.16.0
|
||||||
|
|
Loading…
Reference in New Issue