We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4373bb0 commit 332fa47Copy full SHA for 332fa47
packages/dart_frog_cli/analysis_options.yaml
@@ -1,4 +1,4 @@
1
-include: package:very_good_analysis/analysis_options.3.1.0.yaml
+include: package:very_good_analysis/analysis_options.4.0.0.yaml
2
analyzer:
3
exclude:
4
- lib/src/version.dart
packages/dart_frog_cli/pubspec.yaml
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
7
documentation: https://dartfrog.vgv.dev/docs/overview
8
9
environment:
10
- sdk: ">=2.18.0 <3.0.0"
+ sdk: ">=2.19.0 <3.0.0"
11
12
dependencies:
13
args: ^2.1.0
@@ -26,7 +26,7 @@ dev_dependencies:
26
build_version: ^2.0.0
27
mocktail: ^0.3.0
28
test: ^1.19.2
29
- very_good_analysis: ^3.1.0
+ very_good_analysis: ^4.0.0
30
31
executables:
32
dart_frog:
0 commit comments