Skip to content

Commit 3c09c67

Browse files
committed
Update package:vm_service constraints to allow version 14.x
1 parent 7543345 commit 3c09c67

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

dwds/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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)

dwds/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff 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

webdev/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
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)

webdev/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)