Skip to content

Commit c60f6b8

Browse files
chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /packages/dart_frog_web_socket (#1635)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra <[email protected]>
1 parent 956987a commit c60f6b8

File tree

3 files changed

+3
-3
lines changed

3 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.6.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.7.0.0.yaml

packages/dart_frog_web_socket/lib/dart_frog_web_socket.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// WebSocket support for package:dart_frog
2-
library dart_frog_web_socket;
2+
library;
33

44
export 'package:web_socket_channel/web_socket_channel.dart';
55

packages/dart_frog_web_socket/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ dev_dependencies:
1919
http: ^1.0.0
2020
mocktail: ^1.0.0
2121
test: ^1.19.2
22-
very_good_analysis: ">=5.1.0 <7.0.0"
22+
very_good_analysis: ^7.0.0

0 commit comments

Comments
 (0)