Skip to content

Commit 8d48d5e

Browse files
authored
Bump package:vm_service to ^12.0.0 (#2248)
1 parent 9102b42 commit 8d48d5e

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

dwds/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 22.0.0-wip
22

33
- Update the interface for ChromeProxyService.getSourceReport to match the VM service. - [#2235](https://github.com/dart-lang/webdev/pull/2235)
4+
- Update `package:vm_service` constraint to `^12.0.0`. - [#2248](https://github.com/dart-lang/webdev/pull/2248)
45

56
**Breaking changes**
67

dwds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
stack_trace: ^1.10.0
3434
sse: ^4.1.2
3535
uuid: ^3.0.6
36-
vm_service: ^11.8.0
36+
vm_service: ^12.0.0
3737
web_socket_channel: ^2.2.0
3838
webkit_inspection_protocol: ^1.0.1
3939

webdev/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 3.1.0-wip
22

33
- Update the parameters passed to `Dwds.start`. - [#2231](https://github.com/dart-lang/webdev/pull/2231).
4+
- Update `package:vm_service` constraint to `>=10.1.0 <13.0.0`. - [#2248](https://github.com/dart-lang/webdev/pull/2248)
45

56
## 3.0.8
67

webdev/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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 <12.0.0"
37+
vm_service: ">=10.1.0 <13.0.0"
3838
webkit_inspection_protocol: ^1.0.1
3939
yaml: ^3.1.1
4040

0 commit comments

Comments
 (0)