// This is pinned to avoid the performance regression from a reverted feature
// from https://github.com/dart-lang/shelf/issues/189 . This can be removed
// when a new major version of shelf is published.
// "shelf" is pinned to avoid the performance regression from a reverted
// feature from https://github.com/dart-lang/shelf/issues/189 . This can be
// removed when a new major version of shelf is published.
'shelf':'1.1.4',
// Latest version does not resolve on our CI.
'video_player':'2.1.1',
'video_player':'2.1.1',// Latest version does not resolve on our CI.
// "test" is pinned because 1.18.1 fails when running web tests with this error:
// FileSystemException: Cannot open file, path = '.../.pub-cache/hosted/pub.dartlang.org/test-1.18.1/lib/src/runner/browser/static/host.dart.js' (OS Error: No such file or directory, errno = 2)
// When removing this remove `pedantic` from dev/bots/allowlist.dart also.