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 27, 2023
1 parent 86bd2a7 commit a33368b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@toeverything/infra": "workspace:*",
"electron": "^27.1.0"
"electron": "^28.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ __metadata:
resolution: "@affine/electron-api@workspace:packages/frontend/electron-api"
dependencies:
"@toeverything/infra": "workspace:*"
electron: "npm:^27.1.0"
electron: "npm:^28.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -459,7 +459,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 @@ -563,7 +563,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 @@ -19743,16 +19743,16 @@ __metadata:
languageName: node
linkType: hard

"electron@npm:^27.1.0":
version: 27.1.2
resolution: "electron@npm:27.1.2"
"electron@npm:^28.0.0":
version: 28.1.0
resolution: "electron@npm:28.1.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: 9d33dd361fbda93c8583a46f5ebfd572b3fb6cf597490182e20748f100eb27baf9d958435b007bf4acebabff148dcb77d9cf84207f39f0e72e1c84cc98a6e148
languageName: node
linkType: hard

Expand Down

0 comments on commit a33368b

Please sign in to comment.