Unverified Commit 2d3166b7 authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

Pin package:vm_service (#140972)

vm_service 14 should not be used yet (see
https://github.com/flutter/flutter/pull/140916#issuecomment-1877383354)
but when trying to unpin pkg:test it was upgraded. This pins it to
v13.0.0.
parent be8a1eac
......@@ -38,6 +38,9 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
'leak_tracker_flutter_testing': '2.0.1', // https://github.com/flutter/devtools/issues/3951
'path_provider_android':
'2.2.1', // https://github.com/flutter/flutter/issues/140796
// vm_service 14 contains breaking changes and needs to be rolled carefully
// https://github.com/flutter/flutter/pull/140916#issuecomment-1877383354
'vm_service': '13.0.0',
'test_api': '0.6.1', // https://github.com/flutter/flutter/issues/140169
'test_core': '0.5.9', // https://github.com/flutter/flutter/issues/140169
'test': '1.24.9', // https://github.com/flutter/flutter/issues/140169
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment