Skip to content

Commit

Permalink
tighten
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed May 31, 2024
1 parent 3847be0 commit ddba9bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ environment:
sdk: ^3.4.0

dependencies:
analyzer: ^6.5.0
build: ^2.0.0
analyzer: ^6.5.1
build: ^2.4.1
# Limit version range on build_cli_annotations
# new features need to stay in sync
build_cli_annotations: '>=2.1.0 <2.2.0'
build_config: ^1.0.0
pub_semver: ^2.0.0
source_gen: ^1.0.0
source_helper: ^1.3.0
build_config: ^1.1.0
pub_semver: ^2.1.4
source_gen: ^1.4.0
source_helper: ^1.3.4
yaml: ^3.1.0

dev_dependencies:
# Args is exported and restricted by `build_cli_annotation`, but tests in this
# package assume the output of features in ^2.0.0
args: ^2.0.0
build_runner: ^2.0.0
build_runner: ^2.4.6
build_verify: ^3.0.0
dart_flutter_team_lints: ^3.0.0
io: ^1.0.0
path: ^1.0.0
source_gen_test: ^1.0.0
test: ^1.0.0
path: ^1.9.0
source_gen_test: ^1.0.6
test: ^1.24.4

0 comments on commit ddba9bb

Please sign in to comment.