Skip to content

Commit

Permalink
chore(mason_cli): tighten deps (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Aug 21, 2024
1 parent 0e13364 commit c87ca36
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/mason_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ topics: [mason, cli, template, generator]
funding: [https://github.com/sponsors/felangel]

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.5.0 <4.0.0"

dependencies:
args: ^2.1.0
checked_yaml: ^2.0.1
cli_completion: ^0.5.0
mason: ^0.1.0-dev.53
mason_api: ^0.1.0-dev.10
meta: ^1.7.0
path: ^1.8.0
pub_updater: ">=0.3.0 <0.5.0"
args: ^2.5.0
checked_yaml: ^2.0.3
cli_completion: ^0.5.1
mason: ^0.1.0-dev.58
mason_api: ^0.1.0-dev.12
meta: ^1.15.0
path: ^1.9.0
pub_updater: ^0.4.0
watcher: ^1.1.0

dev_dependencies:
build_runner: ^2.0.0
build_verify: ^3.0.0
build_version: ^2.0.0
collection: ^1.15.0
mocktail: ^1.0.0
test: ^1.17.0
build_runner: ^2.4.12
build_verify: ^3.1.0
build_version: ^2.1.1
collection: ^1.19.0
mocktail: ^1.0.4
test: ^1.25.8

executables:
mason:

0 comments on commit c87ca36

Please sign in to comment.