From dbacf775194d58b1c4bcd9ef6ea62ab36e1164d2 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Wed, 16 Nov 2016 16:35:24 -0800 Subject: [PATCH] Bump `json_schema` version. (#6900) Fixes the `package:drudge` spam. See: #6840 --- packages/flutter_tools/pubspec.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 940b45b3a07..6633b47ca9b 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -15,10 +15,7 @@ dependencies: file: ^0.1.0 http: ^0.11.3 json_rpc_2: ^2.0.0 - - # Versions 1.0.4 and below have duplicate pubspec map entries and will fail the build. - json_schema: 1.0.5 - + json_schema: 1.0.6 linter: ^0.1.21 meta: ^1.0.3 mustache: ^0.2.5