File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/dart_frog_web_socket Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- include : package:very_good_analysis/analysis_options.4 .0.0.yaml
1
+ include : package:very_good_analysis/analysis_options.5 .0.0.yaml
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
7
7
documentation : https://dartfrog.vgv.dev/docs/overview
8
8
9
9
environment :
10
- sdk : " >=2.19 .0 <3 .0.0"
10
+ sdk : " >=3.0 .0 <4 .0.0"
11
11
12
12
dependencies :
13
13
dart_frog : ^0.3.0
14
14
shelf_web_socket : ^1.0.3
15
15
web_socket_channel : ^2.0.0
16
16
17
17
dev_dependencies :
18
- http : ^0.13.5
18
+ http : ^1.0.0
19
19
mocktail : ^0.3.0
20
20
test : ^1.19.2
21
- very_good_analysis : ^4 .0.0
21
+ very_good_analysis : ^5 .0.0
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ void main() {
118
118
'localhost' ,
119
119
0 ,
120
120
);
121
- url = Uri .http ('localhost:${server .port }' , '' );
121
+ url = Uri .http ('localhost:${server .port }' );
122
122
});
123
123
124
124
tearDown (() => server.close ());
@@ -164,7 +164,7 @@ void main() {
164
164
'localhost' ,
165
165
0 ,
166
166
);
167
- url = Uri .http ('localhost:${server .port }' , '' );
167
+ url = Uri .http ('localhost:${server .port }' );
168
168
});
169
169
170
170
tearDown (() => server.close ());
You can’t perform that action at this time.
0 commit comments