mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 06:20:13 +00:00
Update to latest source_span
Update language version in `package_config.json` since the prior version had a very low SDK lower bound. Change-Id: I7eca1f5c53c61b0a1af0c702236867237a489e3e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/140141 Reviewed-by: Nate Bosch <nbosch@google.com> Reviewed-by: Kevin Moore <kevmoo@google.com> Commit-Queue: Nate Bosch <nbosch@google.com>
This commit is contained in:
parent
01dc1756c4
commit
b589647216
2 changed files with 2 additions and 2 deletions
|
@ -619,7 +619,7 @@
|
|||
"name": "source_span",
|
||||
"rootUri": "../third_party/pkg/source_span",
|
||||
"packageUri": "lib/",
|
||||
"languageVersion": "1.8"
|
||||
"languageVersion": "2.6"
|
||||
},
|
||||
{
|
||||
"name": "sourcemap_testing",
|
||||
|
|
2
DEPS
2
DEPS
|
@ -133,7 +133,7 @@ vars = {
|
|||
"source_map_stack_trace_tag": "2.0.0",
|
||||
"source_maps-0.9.4_rev": "38524",
|
||||
"source_maps_tag": "8af7cc1a1c3a193c1fba5993ce22a546a319c40e",
|
||||
"source_span_tag": "1.5.5",
|
||||
"source_span_tag": "1.7.0",
|
||||
"stack_trace_tag": "1.9.3",
|
||||
"stagehand_tag": "v3.3.7",
|
||||
"stream_channel_tag": "2.0.0",
|
||||
|
|
Loading…
Reference in a new issue