Skip to content

Commit

Permalink
Bump the rest of the dependencies
Browse files Browse the repository at this point in the history
Set http to min 1.0.0

Set mockit to 5.4.2

Set test to 1.24.9

Set path to 1.8.3

Set meta to 1.10.0
  • Loading branch information
spydon committed Jan 11, 2024
1 parent 6470602 commit 8bf49ee
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 43 deletions.
42 changes: 21 additions & 21 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@ command:
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
ansi_styles: ^0.3.1
args: ^2.0.0
cli_launcher: ^0.3.0
ansi_styles: ^0.3.2+1
args: ^2.4.2
cli_launcher: ^0.3.1
cli_util: ^0.4.1
collection: ^1.14.12
collection: ^1.18.0
conventional_commit: ^0.6.0+1
file: ^7.0.0
glob: ^2.1.0
graphs: ^2.1.0
http: ^1.0.0
meta: ^1.11.0
glob: ^2.1.2
graphs: ^2.3.1
http: ^1.1.0
meta: ^1.10.0
mustache_template: ^2.0.0
path: ^1.7.0
platform: ^3.1.0
pool: ^1.4.0
path: ^1.8.3
platform: ^3.1.4
pool: ^1.5.1
prompts: ^2.0.0
pub_semver: ^2.0.0
pub_semver: ^2.1.4
pub_updater: ^0.4.0
pubspec: ^2.1.0
string_scanner: ^1.0.5
yaml: ^3.1.0
yaml_edit: ^2.0.2
pubspec: ^2.3.0
string_scanner: ^1.2.0
yaml: ^3.1.2
yaml_edit: ^2.1.1
dev_dependencies:
collection: ^1.15.0
mockito: ^5.1.0
test: ^1.17.5
path: ^1.7.0
yaml: ^3.1.0
collection: ^1.18.0
mockito: ^5.4.2
test: ^1.24.9
path: ^1.9.0
yaml: ^3.1.2
version:
# Generate commit links in package changelogs.
linkToCommits: true
Expand Down
4 changes: 2 additions & 2 deletions packages/conventional_commit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dev_dependencies:
collection: ^1.15.0
test: ^1.17.5
collection: ^1.18.0
test: ^1.24.9
36 changes: 18 additions & 18 deletions packages/melos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@ executables:
melos:

dependencies:
ansi_styles: ^0.3.1
args: ^2.0.0
cli_launcher: ^0.3.0
ansi_styles: ^0.3.2+1
args: ^2.4.2
cli_launcher: ^0.3.1
cli_util: ^0.4.1
collection: ^1.14.12
collection: ^1.18.0
conventional_commit: ^0.6.0+1
file: ^7.0.0
glob: ^2.1.0
graphs: ^2.1.0
http: ^1.0.0
meta: ^1.11.0
glob: ^2.1.2
graphs: ^2.3.1
http: ^1.1.0
meta: ^1.10.0
mustache_template: ^2.0.0
path: ^1.7.0
platform: ^3.1.0
pool: ^1.4.0
path: ^1.8.3
platform: ^3.1.4
pool: ^1.5.1
prompts: ^2.0.0
pub_semver: ^2.0.0
pub_semver: ^2.1.4
pub_updater: ^0.4.0
pubspec: ^2.1.0
string_scanner: ^1.0.5
yaml: ^3.1.0
yaml_edit: ^2.0.2
pubspec: ^2.3.0
string_scanner: ^1.2.0
yaml: ^3.1.2
yaml_edit: ^2.1.1

dev_dependencies:
mockito: ^5.1.0
test: ^1.17.5
mockito: ^5.4.2
test: ^1.24.9
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ executables:
dev_dependencies:
melos:
path: packages/melos
path: ^1.7.0
yaml: ^3.1.0
path: ^1.9.0
yaml: ^3.1.2

0 comments on commit 8bf49ee

Please sign in to comment.