Skip to content

Commit 30356f4

Browse files
authored
Upgrade vm_service. (#7633)
1 parent 27fad16 commit 30356f4

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

packages/devtools_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies:
6060
unified_analytics: ^6.0.0
6161
url_launcher: ^6.1.0
6262
url_launcher_web: ^2.0.6
63-
vm_service: ^14.1.1
63+
vm_service: ^14.2.1
6464
vm_service_protos: ^1.0.0
6565
# TODO https://github.com/dart-lang/sdk/issues/52853 - unpin this version
6666
vm_snapshot_analysis: 0.7.2

packages/devtools_app_shared/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.2.0-dev.0
22
* Add `tooltipWaitExtraLong` to `utils.dart`.
33
* Bump `devtools_shared` dependency to `^10.0.0`.
4+
* Bump `vm_service` dependency to `^14.2.1`.
45

56
## 0.1.1
67
* Update `package:dtd` to `^2.1.0`

packages/devtools_app_shared/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
logging: ^1.1.1
1818
meta: ^1.9.1
1919
pointer_interceptor: ^0.9.3+3
20-
vm_service: ^14.1.1
20+
vm_service: ^14.2.1
2121
web: ^0.4.1
2222

2323
dev_dependencies:

packages/devtools_extensions/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Update `extension_config_spec.md` to include an optional field `requiresConnection`.
44
* Bump `devtools_shared` dependency to `^10.0.0`.
55
* Fix file locations in the `dart_foo` extension example.
6+
* Bump `vm_service` dependency to `^14.2.1`.
67

78
## 0.1.1
89
* Update the simulated environment help dialogs with information about the

packages/devtools_extensions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
io: ^1.0.4
2121
path: ^1.8.0
2222
logging: ^1.1.1
23-
vm_service: ^14.1.1
23+
vm_service: ^14.2.1
2424
web: ^0.4.1
2525
yaml: ^3.1.2
2626

packages/devtools_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
mockito: ^5.4.1
2828
path: ^1.8.0
2929
provider: ^6.0.2
30-
vm_service: ^14.1.1
30+
vm_service: ^14.2.1
3131
webkit_inspection_protocol: '>=0.5.0 <2.0.0'
3232

3333
dependency_overrides:

0 commit comments

Comments
 (0)