Skip to content

Commit

Permalink
Lower pub_updater to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Jan 4, 2025
1 parent c985306 commit 5f7740b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ command:
pool: ^1.5.1
prompts: ^2.0.0
pub_semver: ^2.1.5
pub_updater: ^0.5.0
pub_updater: ^0.4.0
pubspec_parse: ^1.4.0
string_scanner: ^1.2.0
yaml: ^3.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional_commit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/invertase/melos/tree/main/packages/conventional_c
issue_tracker: https://github.com/invertase/melos/issues

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.2.0 <4.0.0"

dev_dependencies:
test: ^1.24.9
4 changes: 2 additions & 2 deletions packages/melos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ topics:
- lerna

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.2.0 <4.0.0"

executables:
melos:
Expand All @@ -41,7 +41,7 @@ dependencies:
pool: ^1.5.1
prompts: ^2.0.0
pub_semver: ^2.1.5
pub_updater: ^0.5.0
pub_updater: ^0.4.0
pubspec_parse: ^1.4.0
string_scanner: ^1.2.0
yaml: ^3.1.2
Expand Down

0 comments on commit 5f7740b

Please sign in to comment.