Skip to content

Commit

Permalink
chore: bump up electron version to v28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent c7fe42a commit b2ff06c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-istanbul": "1.0.4",
"@vitest/ui": "1.0.4",
"electron": "^27.1.0",
"electron": "^28.0.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-i": "^2.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/uuid": "^9.0.7",
"builder-util-runtime": "^9.2.3",
"cross-env": "^7.0.3",
"electron": "^27.1.0",
"electron": "^28.0.0",
"electron-log": "^5.0.1",
"electron-squirrel-startup": "1.0.0",
"electron-window-state": "^5.0.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ __metadata:
async-call-rpc: "npm:^6.3.1"
builder-util-runtime: "npm:^9.2.3"
cross-env: "npm:^7.0.3"
electron: "npm:^27.1.0"
electron: "npm:^28.0.0"
electron-log: "npm:^5.0.1"
electron-squirrel-startup: "npm:1.0.0"
electron-updater: "npm:^6.1.5"
Expand Down Expand Up @@ -617,7 +617,7 @@ __metadata:
"@vitejs/plugin-react-swc": "npm:^3.5.0"
"@vitest/coverage-istanbul": "npm:1.0.4"
"@vitest/ui": "npm:1.0.4"
electron: "npm:^27.1.0"
electron: "npm:^28.0.0"
eslint: "npm:^8.54.0"
eslint-config-prettier: "npm:^9.0.0"
eslint-plugin-i: "npm:^2.29.0"
Expand Down Expand Up @@ -20547,16 +20547,16 @@ __metadata:
languageName: node
linkType: soft

"electron@npm:^27.1.0":
version: 27.1.2
resolution: "electron@npm:27.1.2"
"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: c24cbdee2ea7e219d2224e3b3f9760a248723490442dcdf28a5c5419c693127bc0ab169945bd6e7ff7db84c69b3ed4db65e2691dd2f7e15b2b0eea905a1e8863
checksum: 964b765576343d4ed935608964808471ef68253a1aca711f0587322c356dab335cf2ab76c2c710b8a59b3bc6c3c0f10eff6f2fbab34614a7d813a0100b8ec7eb
languageName: node
linkType: hard

Expand Down

0 comments on commit b2ff06c

Please sign in to comment.