diff --git a/package.json b/package.json index eeed32a..ebb9cd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "11.0.2", + "version": "42.0.0", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao", @@ -76,10 +76,10 @@ }, "devDependencies": { "@types/jest": "26.x", - "@typescript-eslint/eslint-plugin": "^4.6.1", - "@typescript-eslint/parser": "^4.6.1", + "@typescript-eslint/eslint-plugin": "4.x", + "@typescript-eslint/parser": "4.x", "eslint": "7.x", - "eslint-config-prettier": "6.x", + "eslint-config-prettier": "7.x", "eslint-plugin-prettier": "3.x", "jest": "26.x", "prettier": "2.x", diff --git a/src/constants.ts b/src/constants.ts index 3a9ce98..55ee779 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -3,7 +3,7 @@ import * as path from 'path'; export const DEFAULT_APP_NAME = 'APP'; // Update both together -export const DEFAULT_ELECTRON_VERSION = '11.0.2'; +export const DEFAULT_ELECTRON_VERSION = '11.0.3'; export const DEFAULT_CHROME_VERSION = '87.0.4280.67'; export const ELECTRON_MAJOR_VERSION = parseInt(