diff --git a/package.json b/package.json index 3e07cd3..63a542c 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "del": "^3.0.0", "eslint": "^5.2.0", "eslint-config-airbnb-base": "^13.0.0", - "eslint-config-prettier": "^2.9.0", + "eslint-config-prettier": "^3.0.1", "eslint-plugin-import": "^2.8.0", "eslint-plugin-prettier": "^2.6.0", "gulp": "^3.9.1", diff --git a/src/constants.js b/src/constants.js index 9108316..8d57ef7 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.7'; +export const ELECTRON_VERSION = '2.0.8'; export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');