File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3
3
- Add ` FrontendServerLegacyStrategyProvider ` and update bootstrap generation logic for ` LegacyStrategy ` - [ #2285 ] ( https://github.com/dart-lang/webdev/pull/2285 )
4
4
- Tolerate failures to detect a dart execution context. - [ #2286 ] ( https://github.com/dart-lang/webdev/pull/2286 )
5
5
- Fix a null cast error when debugging a ` Class ` from VS Code. - [ #2303 ] ( https://github.com/dart-lang/webdev/pull/2303 )
6
+ - Update ` package:vm_service ` constraint to ` ^14.0.0 ` .
7
+ - Update ` package:vm_service_interface ` constraint to ` 1.0.1 ` .
6
8
7
9
## 22.1.0
8
10
- Update ` package:vm_service ` constraint to ` ^13.0.0 ` . - [ #2265 ] ( https://github.com/dart-lang/webdev/pull/2265 )
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ dependencies:
33
33
stack_trace : ^1.10.0
34
34
sse : ^4.1.2
35
35
uuid : ^3.0.6
36
- vm_service : ^13 .0.0
37
- vm_service_interface : 1.0.0
36
+ vm_service : ^14 .0.0
37
+ vm_service_interface : 1.0.1
38
38
web_socket_channel : ^2.2.0
39
39
webkit_inspection_protocol : ^1.0.1
40
40
Original file line number Diff line number Diff line change 6
6
7
7
## 3.3.0-wip
8
8
9
+ - Update ` package:vm_service ` constraint to ` >=10.1.0 <15.0.0 ` .
10
+
9
11
## 3.2.0
10
12
11
13
- Add dependency on ` package:vm_service_interface ` . - [ #2262 ] ( https://github.com/dart-lang/webdev/pull/2262 )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies:
34
34
shelf_static : ^1.1.0
35
35
stack_trace : ^1.10.0
36
36
sse : ^4.1.0
37
- vm_service : " >=10.1.0 <14 .0.0"
37
+ vm_service : " >=10.1.0 <15 .0.0"
38
38
webkit_inspection_protocol : ^1.0.1
39
39
yaml : ^3.1.1
40
40
You can’t perform that action at this time.
0 commit comments