mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
[pkg/analyzer] bump the min. sdk version
Change-Id: I92b086de357e28239580fd17f4b1aaf29447941c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/286321 Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
parent
b1d7d84030
commit
a8afc781b4
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
name: analyzer
|
||||
version: 5.6.0
|
||||
description: This package provides a library that performs static analysis of Dart code.
|
||||
description: >-
|
||||
This package provides a library that performs static analysis of Dart code.
|
||||
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
|
||||
|
||||
environment:
|
||||
sdk: '>=2.17.0 <3.0.0'
|
||||
sdk: '>=2.19.0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
_fe_analyzer_shared: ^54.0.0
|
||||
|
|
Loading…
Reference in a new issue