From d75ae0fc384555b4b9ef56fa83bcb0e39b6c73c4 Mon Sep 17 00:00:00 2001 From: Lucas Hrabovsky Date: Wed, 22 Jun 2016 14:36:19 -0400 Subject: [PATCH] INT-1403 :bug: Fix debug in main and renderer processes See https://github.com/mongodb-js/debug/pull/1 See https://github.com/mongodb-js/hadron-build/pull/12 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a2e7008bb7b..0e99db9d61a 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz", "d3": "^3.5.6", "d3-flextree": "klortho/d3-flextree#971f08b9f71921c41910a30f1545f7869cb5c66b", - "debug": "mongodb-js/debug#ca4477297589a8c78d8a6d6eb29b2f67dce0e03e", + "debug": "mongodb-js/debug#v2.2.2", "debug-menu": "^0.3.0", "electron-squirrel-startup": "^0.1.4", "font-awesome": "https://github.com/FortAwesome/Font-Awesome/archive/v4.4.0.tar.gz", @@ -149,7 +149,7 @@ "devDependencies": { "eslint-config-mongodb-js": "^1.0.6", "eslint-plugin-react": "^4.1.0", - "hadron-build": "^0.6.0", + "hadron-build": "^0.6.3", "hadron-test-utils": "^0.0.8", "xvfb-maybe": "^0.1.3" },