Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Aug 3, 2021
1 parent f110a8d commit bf69bb3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:very_good_analysis/analysis_options.yaml
include: package:very_good_analysis/analysis_options.2.2.0.yaml
analyzer:
exclude:
- "**/version.dart"
3 changes: 1 addition & 2 deletions lib/src/command_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import 'package:io/io.dart';
import 'package:mason/mason.dart';
import 'package:usage/usage_io.dart';
import 'package:very_good_cli/src/commands/commands.dart';

import 'version.dart';
import 'package:very_good_cli/src/version.dart';

// The Google Analytics tracking ID.
const _gaTrackingId = 'UA-117465969-4';
Expand Down
6 changes: 3 additions & 3 deletions lib/src/templates/dart_package_bundle.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/src/templates/flutter_package_bundle.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions lib/src/templates/very_good_core_bundle.dart

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
path: ^1.8.0
universal_io: ^2.0.4
usage: ^4.0.2
very_good_analysis: ^2.1.0
very_good_analysis: ^2.3.0

dev_dependencies:
build_runner: ^2.0.0
Expand Down

0 comments on commit bf69bb3

Please sign in to comment.