diff --git a/package.json b/package.json index 90ee721..1c93a68 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "babel-loader": "^8.2.2", "chalk": "^4.1.1", "chokidar": "^3.5.2", - "electron": "13.2.3", + "electron": "14.0.0", "esbuild": "^0.12.15", "eslint": "7.32.0", "eslint-config-airbnb": "18.2.1", @@ -62,7 +62,7 @@ "eslint-plugin-react-hooks": "4.2.0", "fast-glob": "^3.2.7", "fs-extra": "^10.0.0", - "prettier": "2.3.2", + "prettier": "2.4.0", "rimraf": "3.0.2", "stylelint": "^13.13.1", "stylelint-config-recommended": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 32ea817..5917127 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2561,10 +2561,10 @@ electron-to-chromium@^1.3.723: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.779.tgz#de55492a756deec63424f89fbe62aec9776f0e6d" integrity sha512-nreave0y/1Qhmo8XtO6C/LpawNyC6U26+q7d814/e+tIqUK073pM+4xW7WUXyqCRa5K4wdxHmNMBAi8ap9nEew== -electron@13.2.3: - version "13.2.3" - resolved "https://registry.yarnpkg.com/electron/-/electron-13.2.3.tgz#a0fd80a011ba1549147777c9d72e881577904509" - integrity sha512-FzWhbKHjq7ZTpPQFaYiLPL64erC8/BOsu5NlNN9nQ6f7rIP8ygKlNAlQit3vbOcksQAwItDUCIw4sW0mcaRpCA== +electron@14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-14.0.0.tgz#a096484bfbf71d87fc0fa85a943a7869d6b9bf94" + integrity sha512-O6EI7L1BPIrTpEIFefjjmdbmSn9LtE4mmrv4dfpV4Mqaa8uKuNYQogwZPEvSwaBexb69eb1LQ25n+f+kBcjiRQ== dependencies: "@electron/get" "^1.0.1" "@types/node" "^14.6.2" @@ -5185,10 +5185,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d" - integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ== +prettier@2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.0.tgz#85bdfe0f70c3e777cf13a4ffff39713ca6f64cba" + integrity sha512-DsEPLY1dE5HF3BxCRBmD4uYZ+5DCbvatnolqTqcxEgKVZnL2kUfyu7b8pPQ5+hTBkdhU9SLUmK0/pHb07RE4WQ== pretty-bytes@^1.0.2: version "1.0.4"