mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
[analyzer] Increase package:path constraint to 1.9.0
1.9.0 contains a fix for parsing file:// URIs with encoded colons that we can get from VS Code and is the version analyzer_plugin now requires. Change-Id: I193ce4660116b2847a280516ba33f076f75494aa Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/349741 Reviewed-by: Phil Quitslund <pquitslund@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
parent
c0c7c1ef49
commit
d6211dc141
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ dependencies:
|
|||
glob: ^2.0.0
|
||||
meta: ^1.11.0
|
||||
package_config: ^2.0.0
|
||||
path: ^1.8.0
|
||||
path: ^1.9.0
|
||||
pub_semver: ^2.1.4
|
||||
source_span: ^1.8.0
|
||||
watcher: ^1.1.0
|
||||
|
|
Loading…
Reference in a new issue