Skip to content

Commit

Permalink
Update stale package dependencies in flutter_migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan committed Jun 26, 2024
1 parent 821cb43 commit 5af1338
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/flutter_migrate/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ environment:

dependencies:
args: ^2.3.1
convert: 3.0.2
file: 6.1.4
intl: 0.17.0
meta: 1.8.0
convert: ^3.0.2
file: ">=6.0.0 <8.0.0"
intl: ">=0.17.0 <0.20.0"
meta: ^1.8.0
path: ^1.8.0
process: 4.2.4
vm_service: 9.3.0
yaml: 3.1.1
process: ^4.2.4
vm_service: ^9.3.0
yaml: ^3.1.1

dev_dependencies:
collection: 1.16.0
collection: ^1.16.0
file_testing: 3.0.0
lints: ^2.0.0
test: ^1.16.0

0 comments on commit 5af1338

Please sign in to comment.