From 84150dce1b4d1056c31ddb152fcab1f099719517 Mon Sep 17 00:00:00 2001 From: Trevor Scheer Date: Wed, 30 Jan 2019 16:06:39 -0800 Subject: [PATCH] Pin @oclif/plugin since it's currently breaking https://github.com/oclif/config/issues/71 --- packages/apollo/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/apollo/package.json b/packages/apollo/package.json index 8370c2e822..a533933c0d 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -32,8 +32,8 @@ }, "dependencies": { "@apollographql/apollo-tools": "file:../apollo-tools", - "@oclif/command": "^1.4.21", - "@oclif/config": "^1.6.17", + "@oclif/command": "1.4.21", + "@oclif/config": "1.12.0", "@oclif/plugin-autocomplete": "^0.1.0", "@oclif/plugin-help": "^1.2.11", "@oclif/plugin-not-found": "^1.0.9",