@@ -45,7 +45,7 @@ vars = {
45
45
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS.
46
46
# You can use //tools/dart/create_updated_flutter_deps.py to produce
47
47
# updated revision list of existing dependencies.
48
- 'dart_revision' : '204b67e5a029de64899154068cf1099b4f7db1f1 ' ,
48
+ 'dart_revision' : '57554a8b86d1225fcdbf84b7f927aa206fba03da ' ,
49
49
50
50
# WARNING: DO NOT EDIT MANUALLY
51
51
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -222,6 +222,9 @@ deps = {
222
222
'src/third_party/dart/third_party/pkg/csslib' :
223
223
Var ('dart_git' ) + '/csslib.git@518761b166974537f334dbf264e7f56cb157a96a' ,
224
224
225
+ 'src/third_party/dart/third_party/pkg/dart_style' :
226
+ Var ('dart_git' ) + '/dart_style.git@d7b73536a8079331c888b7da539b80e6825270ea' ,
227
+
225
228
'src/third_party/dart/third_party/pkg/dartdoc' :
226
229
Var ('dart_git' ) + '/dartdoc.git@b61647bc3833302c23bd79f03aa1fbe83578af50' ,
227
230
@@ -273,6 +276,9 @@ deps = {
273
276
'src/third_party/dart/third_party/pkg/oauth2' :
274
277
Var ('dart_git' ) + '/oauth2.git@199ebf15cbd5b07958438184f32e41c4447a57bf' ,
275
278
279
+ 'src/third_party/dart/third_party/pkg/package_config' :
280
+ Var ('dart_git' ) + '/package_config.git@cff98c90acc457a3b0750f0a7da0e351a35e5d0c' ,
281
+
276
282
'src/third_party/dart/third_party/pkg/path' :
277
283
Var ('dart_git' ) + '/path.git@3d41ea582f5b0b18de3d90008809b877ff3f69bc' ,
278
284
@@ -345,12 +351,6 @@ deps = {
345
351
'src/third_party/dart/third_party/pkg/yaml_edit' :
346
352
Var ('dart_git' ) + '/yaml_edit.git' + '@' + Var ('dart_yaml_edit_rev' ),
347
353
348
- 'src/third_party/dart/third_party/pkg/dart_style' :
349
- Var ('dart_git' ) + '/dart_style.git@d7b73536a8079331c888b7da539b80e6825270ea' ,
350
-
351
- 'src/third_party/dart/third_party/pkg/package_config' :
352
- Var ('dart_git' ) + '/package_config.git@cff98c90acc457a3b0750f0a7da0e351a35e5d0c' ,
353
-
354
354
'src/third_party/dart/tools/sdks' :
355
355
{'packages' : [{'version' : 'version:2.17.0' , 'package' : 'dart/dart-sdk/${{platform}}' }], 'dep_type' : 'cipd' },
356
356
0 commit comments