diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 2adccfd92..9e12cb774 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -5,6 +5,8 @@ - Add `FrontendServerLegacyStrategyProvider` and update bootstrap generation logic for `LegacyStrategy` - [#2285](https://github.com/dart-lang/webdev/pull/2285) - Tolerate failures to detect a Dart execution context. - [#2286](https://github.com/dart-lang/webdev/pull/2286) - Fix a null cast error when debugging a `Class` from VS Code. - [#2303](https://github.com/dart-lang/webdev/pull/2303) +- Update `package:vm_service` constraint to `^14.0.0`. - [#2307](https://github.com/dart-lang/webdev/pull/2307) +- Update `package:vm_service_interface` constraint to `1.0.1`. - [#2307](https://github.com/dart-lang/webdev/pull/2307) ## 22.1.0 - Update `package:vm_service` constraint to `^13.0.0`. - [#2265](https://github.com/dart-lang/webdev/pull/2265) diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 702953380..d0d25d979 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -33,8 +33,8 @@ dependencies: stack_trace: ^1.10.0 sse: ^4.1.2 uuid: ^3.0.6 - vm_service: ^13.0.0 - vm_service_interface: 1.0.0 + vm_service: ^14.0.0 + vm_service_interface: 1.0.1 web_socket_channel: ^2.2.0 webkit_inspection_protocol: ^1.0.1 diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index a9b9724f8..301a4ca7e 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,5 +1,7 @@ ## 3.4.0-wip +- Update `package:vm_service` constraint to `>=10.1.0 <15.0.0`. - [#2307](https://github.com/dart-lang/webdev/pull/2307) + ## 3.3.0 - Update `dwds` constraint to `23.0.0`. diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index ced10fce3..ee92145c9 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -34,7 +34,7 @@ dependencies: shelf_static: ^1.1.0 stack_trace: ^1.10.0 sse: ^4.1.0 - vm_service: ">=10.1.0 <14.0.0" + vm_service: ">=10.1.0 <15.0.0" webkit_inspection_protocol: ^1.0.1 yaml: ^3.1.1