Skip to content

Commit

Permalink
Update fvm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jun 18, 2021
1 parent 611689b commit 01f3462
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"imageSize": 50,
"commit": false,
"contributorsPerLine": 7,
"contributorsPerLine": 5,
"skipCi": true,
"contributors": [
{
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="http://technodisaster.wtf"><img src="https://avatars.githubusercontent.com/u/52817235?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Jayesh Nirve</b></sub></a><br /><a href="#maintenance-Techno-Disaster" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://youtube.com/c/PaulHalliday"><img src="https://avatars.githubusercontent.com/u/19576417?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Paul Halliday</b></sub></a><br /><a href="https://github.com/leoafarias/sidekick/commits?author=PaulHalliday" title="Code">💻</a> <a href="https://github.com/leoafarias/sidekick/issues?q=author%3APaulHalliday" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/anticafe"><img src="https://avatars.githubusercontent.com/u/340836?v=4?s=50" width="50px;" alt=""/><br /><sub><b>anticafe</b></sub></a><br /><a href="#a11y-anticafe" title="Accessibility">️️️️♿️</a></td>
</tr>
<tr>
<td align="center"><a href="https://linktr.ee/arthurdenner"><img src="https://avatars.githubusercontent.com/u/13774309?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Arthur Denner</b></sub></a><br /><a href="https://github.com/leoafarias/sidekick/issues?q=author%3Aarthurdenner" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/MaximilianFlechtner"><img src="https://avatars.githubusercontent.com/u/66118057?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Maximilian Flechtner</b></sub></a><br /><a href="https://github.com/leoafarias/sidekick/commits?author=MaximilianFlechtner" title="Code">💻</a> <a href="#a11y-MaximilianFlechtner" title="Accessibility">️️️️♿️</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ packages:
name: cli_notify
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2"
version: "0.0.3"
cli_util:
dependency: transitive
description:
Expand Down Expand Up @@ -363,7 +363,7 @@ packages:
name: fvm
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.2.1"
github:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
fvm: ^2.1.0
fvm: ^2.2.1
flutter_localizations:
sdk: flutter

Expand Down

0 comments on commit 01f3462

Please sign in to comment.