From d24d375c27a2d7371993d3b6793a0421f92b155c Mon Sep 17 00:00:00 2001 From: Derek Xu Date: Thu, 14 Dec 2023 13:52:38 -0500 Subject: [PATCH] Update the package:vm_service constraint in devtools_shared to '>=13.0.0 <15.0.0' (#6957) --- packages/devtools_shared/CHANGELOG.md | 1 + packages/devtools_shared/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/devtools_shared/CHANGELOG.md b/packages/devtools_shared/CHANGELOG.md index 1a34e4b85c8..73316ed3633 100644 --- a/packages/devtools_shared/CHANGELOG.md +++ b/packages/devtools_shared/CHANGELOG.md @@ -5,6 +5,7 @@ * `SemanticVersion` now mixes in `CompareMixin`, and it's `compareTo` method therefore now accepts a `SemanticVersion`. * Fix an issue parsing file paths that could prevent extensions from being detected. +* Bump `package:vm_service` dependency to `>=13.0.0 <15.0.0`. # 6.0.2 * Fix an issue parsing file paths on Windows that could prevent extensions from being detected. diff --git a/packages/devtools_shared/pubspec.yaml b/packages/devtools_shared/pubspec.yaml index 5f88c5f6102..54ff6616b81 100644 --- a/packages/devtools_shared/pubspec.yaml +++ b/packages/devtools_shared/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: shelf: ^1.1.0 sse: ^4.1.2 usage: ^4.0.0 - vm_service: ^13.0.0 + vm_service: '>=13.0.0 <15.0.0' web_socket_channel: ^2.4.0 webkit_inspection_protocol: ">=0.5.0 <2.0.0" yaml: ^3.1.2