Skip to content

Commit

Permalink
Merge pull request #11 from kosukesaigusa/chore/fix_typo
Browse files Browse the repository at this point in the history
chore: fix typo in comments
  • Loading branch information
kosukesaigusa authored Dec 21, 2023
2 parents 757052e + d0864ba commit f64bc70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/flutterfire_gen/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ dependency_overrides:
path: ../flutterfire_gen_utils

# pub downgrade:
# flutterfire_gen generated codes includes sealed class feature to ge formatted
# flutterfire_gen generated codes includes sealed class feature to be formatted
dart_style: ^2.3.0
# build_runner 2.2.0 => glob 2.0.0 => file 6.0.0
# flutterfire_gen requires file: ^6.1.3
file: ^6.1.3
# analyzer 5.2.0 => pub_semver 2.0.0
# flutterfire_gen requires pub_semver: ^2.1.3
pub_semver: ^2.1.3
# watcher 1.0.0 extends, implements, or mixens sealed class 'FileSystemEvent'
# watcher 1.0.0 extends, implements, or mixins sealed class 'FileSystemEvent'
watcher: ^1.1.0

0 comments on commit f64bc70

Please sign in to comment.