diff --git a/pkg/_fe_analyzer_shared/pubspec.yaml b/pkg/_fe_analyzer_shared/pubspec.yaml index 8eb5890dbe32..4bdb5859ed86 100644 --- a/pkg/_fe_analyzer_shared/pubspec.yaml +++ b/pkg/_fe_analyzer_shared/pubspec.yaml @@ -1,5 +1,5 @@ name: _fe_analyzer_shared -version: 62.0.0 +version: 62.0.1-wip description: Logic that is shared between the front_end and analyzer packages. repository: https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared @@ -8,7 +8,8 @@ environment: dependencies: dart_internal: ^0.2.7 - meta: ^1.0.2 + meta: ^1.9.0 + # We use 'any' version constraints here as we get our package versions from # the dart-lang/sdk repo's DEPS file. Note that this is a special case; the