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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user