From 86416cebdfd68e6b13ab7553c1b68e87a019b705 Mon Sep 17 00:00:00 2001 From: Darin Morrison Date: Tue, 26 Jul 2016 17:39:11 -0600 Subject: [PATCH] Update dependencies (#390) :arrow_up: electron-builder@5.16.0 :arrow_up: electron-prebuilt@1.3.0 :arrow_up: husky@0.11.6 --- app/plugins.js | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/plugins.js b/app/plugins.js index d09a985c..6f600cc1 100644 --- a/app/plugins.js +++ b/app/plugins.js @@ -201,7 +201,7 @@ function install (fn) { let registry = exports.getDecoratedConfig().npmRegistry; if (registry) env.NPM_CONFIG_REGISTRY = registry; env.npm_config_runtime = 'electron'; - env.npm_config_target = '1.2.8'; + env.npm_config_target = '1.3.0'; env.npm_config_disturl = 'https://atom.io/download/atom-shell'; exec('npm prune && npm install --production', { cwd: path, diff --git a/package.json b/package.json index 2433a19e..3efe0bf4 100644 --- a/package.json +++ b/package.json @@ -32,14 +32,14 @@ "babel-loader": "6.2.4", "babel-preset-es2015-native-modules": "6.9.0", "babel-preset-react": "6.11.1", - "electron-builder": "5.14.2", - "electron-prebuilt": "1.2.8", + "electron-builder": "5.16.0", + "electron-prebuilt": "1.3.0", "eslint": "3.1.1", "eslint-config-standard": "5.3.5", "eslint-plugin-promise": "2.0.0", "eslint-plugin-react": "5.2.2", "eslint-plugin-standard": "2.0.0", - "husky": "0.11.4", + "husky": "0.11.6", "webpack": "2.1.0-beta.15" }, "eslintConfig": {