Skip to content

Commit

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

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

dependencies:
archive: ^3.1.11
checked_yaml: ^2.0.1
collection: ^1.15.0
convert: ^3.1.0
crypto: ^3.0.1
http: ^1.0.0
json_annotation: ^4.8.1
mason_logger: ^0.2.15
meta: ^1.7.0
archive: ^3.6.1
checked_yaml: ^2.0.3
collection: ^1.19.0
convert: ^3.1.1
crypto: ^3.0.5
http: ^1.2.2
json_annotation: ^4.9.0
mason_logger: ^0.3.0
meta: ^1.15.0
mustache_template: ^2.0.0
path: ^1.8.0
path: ^1.9.0
pool: ^1.5.1
pub_semver: ^2.1.0
yaml: ^3.1.0
pub_semver: ^2.1.4
yaml: ^3.1.2

dev_dependencies:
build_runner: ^2.0.0
build_verify: ^3.0.0
build_version: ^2.0.0
json_serializable: ^6.0.0
mocktail: ^1.0.0
test: ^1.17.0
build_runner: ^2.4.12
build_verify: ^3.1.0
build_version: ^2.1.1
json_serializable: ^6.8.0
mocktail: ^1.0.4
test: ^1.25.8

0 comments on commit e6977c1

Please sign in to comment.