Skip to content

Commit daff03e

Browse files
authored
chore: Relax flutter pinned deps (#824)
<!-- Thanks for contributing! Provide a description of your changes below and a general summary in the title Please look at the following checklist to ensure that your PR can be accepted quickly: --> ## Description Relaxes the file and platform dependencies so that they don't conflict with Flutter. ## Type of Change <!--- Put an `x` in all the boxes that apply: --> - [ ] ✨ `feat` -- New feature (non-breaking change which adds functionality) - [ ] 🛠️ `fix` -- Bug fix (non-breaking change which fixes an issue) - [ ] ❌ `!` -- Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🧹 `refactor` -- Code refactor - [ ] ✅ `ci` -- Build configuration change - [ ] 📝 `docs` -- Documentation - [x] 🗑️ `chore` -- Chore
1 parent ba6d7e9 commit daff03e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

melos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ command:
1919
cli_util: ^0.4.2
2020
collection: any
2121
conventional_commit: ^0.6.0+1
22-
file: ^7.0.1
22+
file: ^7.0.0
2323
glob: ^2.1.2
2424
graphs: ^2.3.2
2525
http: ^1.2.2
2626
meta: any
2727
mustache_template: ^2.0.0
2828
path: any
29-
platform: ^3.1.6
29+
platform: ^3.1.5
3030
pool: ^1.5.1
3131
prompts: ^2.0.0
3232
pub_semver: ^2.1.5

packages/melos/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ dependencies:
3030
cli_util: ^0.4.2
3131
collection: any
3232
conventional_commit: ^0.6.0+1
33-
file: ^7.0.1
33+
file: ^7.0.0
3434
glob: ^2.1.2
3535
graphs: ^2.3.2
3636
http: ^1.2.2
3737
intl: any
3838
meta: any
3939
mustache_template: ^2.0.0
4040
path: any
41-
platform: ^3.1.6
41+
platform: ^3.1.5
4242
pool: ^1.5.1
4343
prompts: ^2.0.0
4444
pub_semver: ^2.1.5

0 commit comments

Comments
 (0)