Skip to content

Commit

Permalink
chore(mason_api): tighten deps (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Aug 21, 2024
1 parent ae20213 commit f3df135
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions packages/mason_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ topics: [mason, template, generator]
funding: [https://github.com/sponsors/felangel]

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

dependencies:
cli_util: ^0.4.0
http: '>=0.13.3 <2.0.0'
json_annotation: ^4.4.0
meta: ^1.7.0
path: ^1.8.1
platform: ^3.1.0
cli_util: ^0.4.1
http: ^1.2.2
json_annotation: ^4.9.0
meta: ^1.15.0
path: ^1.9.0
platform: ^3.1.5

dev_dependencies:
build_runner: ^2.0.0
json_serializable: ^6.1.4
mocktail: ^1.0.0
test: ^1.19.0
build_runner: ^2.4.12
json_serializable: ^6.8.0
mocktail: ^1.0.4
test: ^1.25.8

0 comments on commit f3df135

Please sign in to comment.