From 0f88a761de10950a111b4fd78688ff37f7e00708 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sat, 6 Oct 2018 22:13:39 -0400 Subject: [PATCH] Bump default electron to 3.0.3, deps (eslint-plugin-prettier) --- package.json | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 63a542c..c65c458 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-config-airbnb-base": "^13.0.0", "eslint-config-prettier": "^3.0.1", "eslint-plugin-import": "^2.8.0", - "eslint-plugin-prettier": "^2.6.0", + "eslint-plugin-prettier": "^3.0.0", "gulp": "^3.9.1", "gulp-babel": "^7.0.1", "gulp-sourcemaps": "^2.6.4", diff --git a/src/constants.js b/src/constants.js index 8d57ef7..3fbc847 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,5 +1,5 @@ import path from 'path'; export const DEFAULT_APP_NAME = 'APP'; -export const ELECTRON_VERSION = '2.0.8'; +export const ELECTRON_VERSION = '3.0.3'; export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');