Skip to content

Commit 2ea3109

Browse files
authored
refactor(dart_frog_web_sockets): upgrade to Dart 2.19 and Very Good Analysis 4.0.0 (#536)
1 parent 5c89093 commit 2ea3109

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

packages/dart_frog_web_socket/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
77
documentation: https://dartfrog.vgv.dev/docs/overview
88

99
environment:
10-
sdk: ">=2.18.0 <3.0.0"
10+
sdk: ">=2.19.0 <3.0.0"
1111

1212
dependencies:
1313
dart_frog: ^0.3.0
@@ -18,4 +18,4 @@ dev_dependencies:
1818
http: ^0.13.5
1919
mocktail: ^0.3.0
2020
test: ^1.19.2
21-
very_good_analysis: ^3.1.0
21+
very_good_analysis: ^4.0.0

0 commit comments

Comments
 (0)