Skip to content

Commit 0cc7687

Browse files
chore(deps): bump analyzer from 5.13.0 to 6.0.0 in /packages/worker_bee/worker_bee_builder (#3451)
* chore(deps): bump analyzer in /packages/worker_bee/worker_bee_builder Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 5.13.0 to 6.0.0. - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) --- updated-dependencies: - dependency-name: analyzer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: Update analyzer lower bound * chore: update version constraint * chore: update version range --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jordan Nelson <[email protected]>
1 parent 0d0736b commit 0cc7687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/worker_bee/worker_bee_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
sdk: ^3.0.0
1010

1111
dependencies:
12-
analyzer: ^5.1.0
12+
analyzer: ">=5.1.0 <7.0.0"
1313
async: ^2.10.0
1414
build: ^2.2.1
1515
code_builder: 4.5.0

0 commit comments

Comments
 (0)