File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33- Add ` FrontendServerLegacyStrategyProvider ` and update bootstrap generation logic for ` LegacyStrategy ` - [ #2285 ] ( https://github.com/dart-lang/webdev/pull/2285 )
44- Tolerate failures to detect a dart execution context. - [ #2286 ] ( https://github.com/dart-lang/webdev/pull/2286 )
55- 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 ` .
68
79## 22.1.0
810- 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:
3333 stack_trace : ^1.10.0
3434 sse : ^4.1.2
3535 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
3838 web_socket_channel : ^2.2.0
3939 webkit_inspection_protocol : ^1.0.1
4040
Original file line number Diff line number Diff line change 66
77## 3.3.0-wip
88
9+ - Update ` package:vm_service ` constraint to ` >=10.1.0 <15.0.0 ` .
10+
911## 3.2.0
1012
1113- 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:
3434 shelf_static : ^1.1.0
3535 stack_trace : ^1.10.0
3636 sse : ^4.1.0
37- vm_service : " >=10.1.0 <14 .0.0"
37+ vm_service : " >=10.1.0 <15 .0.0"
3838 webkit_inspection_protocol : ^1.0.1
3939 yaml : ^3.1.1
4040
You can’t perform that action at this time.
0 commit comments