mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Update pkg:intl to null safety
Bright in dependency pkg:clock Also removed pkg:quiver entry in package_config – no longer needed Change-Id: I98f45c2ad107c7613d300783e77c018edefbaa37 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/168587 Commit-Queue: Jake Macdonald <jakemac@google.com> Reviewed-by: Jake Macdonald <jakemac@google.com> Auto-Submit: Kevin Moore <kevmoo@google.com>
This commit is contained in:
parent
957487b5da
commit
6cc06b3b77
2 changed files with 12 additions and 9 deletions
|
@ -11,7 +11,7 @@
|
|||
"constraint, update this by running tools/generate_package_config.dart."
|
||||
],
|
||||
"configVersion": 2,
|
||||
"generated": "2020-10-20T23:33:25.579167",
|
||||
"generated": "2020-10-26T09:42:07.748397",
|
||||
"generator": "tools/generate_package_config.dart",
|
||||
"packages": [
|
||||
{
|
||||
|
@ -150,6 +150,12 @@
|
|||
"packageUri": "lib/",
|
||||
"languageVersion": "2.0"
|
||||
},
|
||||
{
|
||||
"name": "clock",
|
||||
"rootUri": "../third_party/pkg/clock",
|
||||
"packageUri": "lib/",
|
||||
"languageVersion": "2.10"
|
||||
},
|
||||
{
|
||||
"name": "collection",
|
||||
"rootUri": "../third_party/pkg/collection",
|
||||
|
@ -332,7 +338,7 @@
|
|||
"name": "intl",
|
||||
"rootUri": "../third_party/pkg/intl",
|
||||
"packageUri": "lib/",
|
||||
"languageVersion": "2.5"
|
||||
"languageVersion": "2.11"
|
||||
},
|
||||
{
|
||||
"name": "js",
|
||||
|
@ -509,12 +515,6 @@
|
|||
"packageUri": "lib/",
|
||||
"languageVersion": "2.0"
|
||||
},
|
||||
{
|
||||
"name": "quiver",
|
||||
"rootUri": "../third_party/pkg/quiver",
|
||||
"packageUri": "lib/",
|
||||
"languageVersion": "2.0"
|
||||
},
|
||||
{
|
||||
"name": "resource",
|
||||
"rootUri": "../third_party/pkg/resource",
|
||||
|
|
5
DEPS
5
DEPS
|
@ -76,6 +76,7 @@ vars = {
|
|||
"charcode_rev": "bcd8a12c315b7a83390e4865ad847ecd9344cba2",
|
||||
"chrome_rev" : "19997",
|
||||
"cli_util_rev" : "335ed165887d0ec97c2a09173ebf22dcf56a6c4e",
|
||||
"clock_rev" : "a494269254ba978e7ef8f192c5f7fec3fc05b9d3",
|
||||
"collection_rev": "60e6ee2228586980826b07ec1df633bd879f42ea",
|
||||
"convert_rev": "c1b01f832835d3d8a06b0b246a361c0eaab35d3c",
|
||||
"crypto_rev": "f7c48b334b1386bc5ab0f706fbcd6df8496a87fc",
|
||||
|
@ -110,7 +111,7 @@ vars = {
|
|||
"http_throttle_tag" : "1.0.2",
|
||||
"icu_rev" : "79326efe26e5440f530963704c3c0ff965b3a4ac",
|
||||
"idl_parser_rev": "5fb1ebf49d235b5a70c9f49047e83b0654031eb7",
|
||||
"intl_tag": "0.16.1",
|
||||
"intl_tag": "0.17.0-nullsafety",
|
||||
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
||||
"json_rpc_2_rev": "8f189db8f0c299187a0e8fa959dba7e9b0254be5",
|
||||
"linter_tag": "0.1.121",
|
||||
|
@ -312,6 +313,8 @@ deps = {
|
|||
Var("dart_git") + "charcode.git" + "@" + Var("charcode_rev"),
|
||||
Var("dart_root") + "/third_party/pkg/cli_util":
|
||||
Var("dart_git") + "cli_util.git" + "@" + Var("cli_util_rev"),
|
||||
Var("dart_root") + "/third_party/pkg/clock":
|
||||
Var("dart_git") + "clock.git" + "@" + Var("clock_rev"),
|
||||
Var("dart_root") + "/third_party/pkg/collection":
|
||||
Var("dart_git") + "collection.git" + "@" + Var("collection_rev"),
|
||||
Var("dart_root") + "/third_party/pkg/convert":
|
||||
|
|
Loading…
Reference in a new issue