Skip to content

Commit 2f5fa77

Browse files
authored
refactor(dart_frog_dev): update to Dart 2.19 and Very Good Analysis 4.0.0 (#522)
1 parent f9da905 commit 2f5fa77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.3.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.4.0.0.yaml

bricks/dart_frog_dev_server/hooks/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dart_frog_dev_server_hooks
22
publish_to: none
33

44
environment:
5-
sdk: ">=2.18.0 <3.0.0"
5+
sdk: ">=2.19.0 <3.0.0"
66

77
dependencies:
88
dart_frog_gen: ^0.3.0
@@ -13,4 +13,4 @@ dev_dependencies:
1313
mocktail: ^0.3.0
1414
path: ^1.8.2
1515
test: ^1.19.2
16-
very_good_analysis: ^3.1.0
16+
very_good_analysis: ^4.0.0

0 commit comments

Comments
 (0)