Skip to content

Commit a10b854

Browse files
authored
refactor(dart_frog_dev_server): update to Dart 3 and Very Good Analysis 5 (#678)
1 parent 60f2a97 commit a10b854

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.4.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.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.19.0 <3.0.0"
5+
sdk: ">=3.0.0 <4.0.0"
66

77
dependencies:
88
dart_frog_gen: ^0.4.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: ^4.0.0
16+
very_good_analysis: ^5.0.0

0 commit comments

Comments
 (0)