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');