Skip to content

Commit 9c2d187

Browse files
committed
chore: Bump Electron from 29.1.6 to 30.0.8
1 parent c4af5c1 commit 9c2d187

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@typescript-eslint/eslint-plugin": "^5.49.0",
5757
"@typescript-eslint/parser": "^5.49.0",
5858
"dotenv": "^16.0.3",
59-
"electron": "^29.1.6",
59+
"electron": "^30.0.8",
6060
"electron-builder": "^23.6.0",
6161
"electron-rebuild": "^3.2.9",
6262
"eslint": "^8.33.0",
@@ -85,4 +85,4 @@
8585
"desktop",
8686
"app"
8787
]
88-
}
88+
}

src/main/Ui/Tab.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
HandlerDetails,
1010
DidCreateWindowDetails,
1111
BrowserViewConstructorOptions,
12-
PermissionRequestHandlerHandlerDetails,
1312
} from "electron";
1413

1514
import { preloadScriptPathDev, preloadScriptPathProd } from "Utils/Main";
@@ -159,7 +158,6 @@ export default class Tab {
159158
| "window-management"
160159
| "unknown",
161160
callback: (permissionGranted: boolean) => void,
162-
details: PermissionRequestHandlerHandlerDetails,
163161
) {
164162
const allowByDefault = [
165163
"fullscreen",

0 commit comments

Comments
 (0)