Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 15, 2021
1 parent f7a5416 commit 3669ff0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -31,7 +31,7 @@
"node": ">=12"
},
"dependencies": {
"@electron/remote": "1.2.1"
"@electron/remote": "2.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.8",
Expand All @@ -48,7 +48,7 @@
"babel-loader": "^8.2.2",
"chalk": "^4.1.1",
"chokidar": "^3.5.2",
"electron": "13.2.3",
"electron": "14.0.1",
"esbuild": "^0.12.15",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
Expand All @@ -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",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Expand Up @@ -1252,10 +1252,10 @@
global-agent "^2.0.2"
global-tunnel-ng "^2.7.1"

"@electron/remote@1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@electron/remote/-/remote-1.2.1.tgz#665b9fc2c6a60f9e5039bf235e2c60ccd0242c32"
integrity sha512-yKh60I8KjezQkZqeuN5Nu2O/Z72+tgNgzvAa8QQPLtQbsrCOaeIWdXZQqierz4jQ5jzTNUk6KIcK3V2kFeaxaQ==
"@electron/remote@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@electron/remote/-/remote-2.0.1.tgz#810cbc595a21f0f94641eb2d7e8264063a3f84de"
integrity sha512-bGX4/yB2bPZwXm1DsxgoABgH0Cz7oFtXJgkerB8VrStYdTyvhGAULzNLRn9rVmeAuC3VUDXaXpZIlZAZHpsLIA==

"@eslint/eslintrc@^0.4.3":
version "0.4.3"
Expand Down Expand Up @@ -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.1:
version "14.0.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-14.0.1.tgz#967da47895a77a9af8a7938e9266cd4a75ab24c4"
integrity sha512-1XILvfE5mQEBz5L/QeNfcwC3PxAIjwMyA3GR8Naw5C0IKAnHl3lAdjczbtGX8nqbcEpOAVo+4TMSpcPD3zxe8Q==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^14.6.2"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3669ff0

Please sign in to comment.