From 253ef8c3911ed16ffc9485173777c031a5ed1c00 Mon Sep 17 00:00:00 2001 From: pq Date: Thu, 9 Jun 2016 10:09:39 -0700 Subject: [PATCH] Update DEPS (and analyzer) to latest `package_config`. Once incremental analysis caching is enabled this will win us a 30% boost in analyzer CLI throughput. :) BUG= R=scheglov@google.com Review URL: https://codereview.chromium.org/2048323003 . --- DEPS | 2 +- pkg/analyzer/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 7264d4111a1..7b22f794faa 100644 --- a/DEPS +++ b/DEPS @@ -74,7 +74,7 @@ vars = { "oauth2_tag": "@1.0.0", "observatory_pub_packages_rev": "@cf90eb9077177d3d6b3fd5e8289477c2385c026a", "observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6", - "package_config_rev": "@0.1.3", + "package_config_rev": "@0.1.5", "path_tag": "@1.3.6", "plugin_tag": "@0.2.0", "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml index 4c651040b5f..4646bf560fc 100644 --- a/pkg/analyzer/pubspec.yaml +++ b/pkg/analyzer/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: crypto: '>=1.1.1 <3.0.0' glob: ^1.0.3 html: ^0.12.0 - package_config: ^0.1.1 + package_config: ^0.1.5 path: '>=0.9.0 <2.0.0' plugin: ^0.2.0 watcher: '>=0.9.6 <0.10.0'