@@ -26,27 +26,27 @@ vars = {
2626 'skia_git' : 'https://skia.googlesource.com' ,
2727 # OCMock is for testing only so there is no google clone
2828 'ocmock_git' : 'https://github.com/erikdoe/ocmock.git' ,
29- 'skia_revision' : 'c21dc07a78b914dd9d992f2d66b38187e7126a72 ' ,
29+ 'skia_revision' : 'a38945abe337019886f3b6bdcac4a7e3060870c2 ' ,
3030
3131 # When updating the Dart revision, ensure that all entries that are
3232 # dependencies of Dart are also updated to match the entries in the
3333 # Dart SDK's DEPS file for that revision of Dart. The DEPS file for
3434 # Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535 # You can use //tools/dart/create_updated_flutter_deps.py to produce
3636 # updated revision list of existing dependencies.
37- 'dart_revision' : '2cec6af2652ff859979987f568d18193df48163e ' ,
37+ 'dart_revision' : '2b8d00ac48e7b0b9b72e227db844256fbb87d11b ' ,
3838
3939 # WARNING: DO NOT EDIT MANUALLY
4040 # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
4141 'dart_args_tag' : '1.6.0' ,
4242 'dart_boringssl_gen_rev' : '429ccb1877f7987a6f3988228bc2440e61293499' ,
4343 'dart_boringssl_rev' : '4dfd5af70191b068aebe567b8e29ce108cee85ce' ,
44- 'dart_collection_rev' : '583693680fc067e34ca5b72503df25e8b80579f9 ' ,
44+ 'dart_collection_rev' : '65d3e58ee5289528ec280d361a67a631d65b3d7f ' ,
4545 'dart_dart_style_tag' : '1.3.7' ,
4646 'dart_http_retry_tag' : '0.1.1' ,
4747 'dart_http_throttle_tag' : '1.0.2' ,
4848 'dart_intl_tag' : '0.16.1' ,
49- 'dart_linter_tag' : '0.1.118 ' ,
49+ 'dart_linter_tag' : '0.1.119 ' ,
5050 'dart_oauth2_tag' : '1.6.0' ,
5151 'dart_protobuf_rev' : '3746c8fd3f2b0147623a8e3db89c3ff4330de760' ,
5252 'dart_pub_rev' : '04e237f78b2302d7f20d0b362554425e8deb8add' ,
@@ -163,7 +163,7 @@ deps = {
163163 Var ('dart_git' ) + '/args.git' + '@' + Var ('dart_args_tag' ),
164164
165165 'src/third_party/dart/third_party/pkg/async' :
166- Var ('dart_git' ) + '/async.git@128c461a97dbdbd9336ba000ba5a5c02e79b8651 ' ,
166+ Var ('dart_git' ) + '/async.git@3fedad22c6940650526a86adebbf2872b81c2805 ' ,
167167
168168 'src/third_party/dart/third_party/pkg/bazel_worker' :
169169 Var ('dart_git' ) + '/bazel_worker.git@26680d5e249b249c7216ab2fed0ac8ed4ee285c5' ,
@@ -232,7 +232,7 @@ deps = {
232232 Var ('dart_git' ) + '/linter.git' + '@' + Var ('dart_linter_tag' ),
233233
234234 'src/third_party/dart/third_party/pkg/logging' :
235- Var ('dart_git' ) + '/logging.git@9561ba016ae607747ae69b846c0e10958ca58ed4 ' ,
235+ Var ('dart_git' ) + '/logging.git@1590ba0b648a51e7eb3895c612e4b72f72623b6f ' ,
236236
237237 'src/third_party/dart/third_party/pkg/markdown' :
238238 Var ('dart_git' ) + '/markdown.git@dbeafd47759e7dd0a167602153bb9c49fb5e5fe7' ,
@@ -349,7 +349,7 @@ deps = {
349349 Var ('dart_git' ) + '/package_config.git@9c586d04bd26fef01215fd10e7ab96a3050cfa64' ,
350350
351351 'src/third_party/dart/tools/sdks' :
352- {'packages' : [{'version' : 'version:2.10.0-79.0.dev ' , 'package' : 'dart/dart-sdk/${{platform}}' }], 'dep_type' : 'cipd' },
352+ {'packages' : [{'version' : 'version:2.10.0-110.3.beta ' , 'package' : 'dart/dart-sdk/${{platform}}' }], 'dep_type' : 'cipd' },
353353
354354 # WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.
355355
@@ -516,7 +516,7 @@ deps = {
516516 'packages' : [
517517 {
518518 'package' : 'fuchsia/sdk/core/mac-amd64' ,
519- 'version' : '2nHpC_AEOz0oVODsc65QrKSPY3VEdG9FzHhu03zq-tgC '
519+ 'version' : 'WcbX470pSuGWDXDCGAzGWK5nuDCs450msAwPRfAuTGgC '
520520 }
521521 ],
522522 'condition' : 'host_os == "mac"' ,
@@ -536,7 +536,7 @@ deps = {
536536 'packages' : [
537537 {
538538 'package' : 'fuchsia/sdk/core/linux-amd64' ,
539- 'version' : 'Qi0ptKLxNLDkuSKwxaoe5tmmCdfzPZxB4S5D6IQnmDEC '
539+ 'version' : 'VgNGzw-DQgPmqPjzWLF0pcdQXGYdpmBH79JRE3QZbJcC '
540540 }
541541 ],
542542 'condition' : 'host_os == "linux"' ,
0 commit comments