chore(deps): update dependency electron to v28 (#1837)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
fe7172b53f
commit
f6346f6107
2 changed files with 15 additions and 2 deletions
|
@ -79,7 +79,7 @@
|
|||
"bun-types": "^1.0.13",
|
||||
"c8": "^8.0.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"electron": "^27.1.0",
|
||||
"electron": "^28.0.0",
|
||||
"esbuild": "^0.19.5",
|
||||
"eslint": "^8.54.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -3549,6 +3549,19 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"electron@npm:^28.0.0":
|
||||
version: 28.0.0
|
||||
resolution: "electron@npm:28.0.0"
|
||||
dependencies:
|
||||
"@electron/get": "npm:^2.0.0"
|
||||
"@types/node": "npm:^18.11.18"
|
||||
extract-zip: "npm:^2.0.1"
|
||||
bin:
|
||||
electron: cli.js
|
||||
checksum: 1923aa04c83dc8a0ee0d086928684e1bd822f9e4cfc0cf457077b4a319f3adbbf796a002396bf2961cfc55c7889727d4e6719ec7c91c4e36c4301b83d6011e66
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"emittery@npm:^1.0.1":
|
||||
version: 1.0.1
|
||||
resolution: "emittery@npm:1.0.1"
|
||||
|
@ -6809,7 +6822,7 @@ __metadata:
|
|||
bun-types: "npm:^1.0.13"
|
||||
c8: "npm:^8.0.1"
|
||||
cross-env: "npm:^7.0.3"
|
||||
electron: "npm:^27.1.0"
|
||||
electron: "npm:^28.0.0"
|
||||
esbuild: "npm:^0.19.5"
|
||||
eslint: "npm:^8.54.0"
|
||||
eslint-config-prettier: "npm:^9.0.0"
|
||||
|
|
Loading…
Reference in a new issue