Skip to content

Commit

Permalink
chore: Bump Electron from 29.1.6 to 30.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed May 26, 2024
1 parent c4af5c1 commit 9c2d187
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"dotenv": "^16.0.3",
"electron": "^29.1.6",
"electron": "^30.0.8",
"electron-builder": "^23.6.0",
"electron-rebuild": "^3.2.9",
"eslint": "^8.33.0",
Expand Down Expand Up @@ -85,4 +85,4 @@
"desktop",
"app"
]
}
}
2 changes: 0 additions & 2 deletions src/main/Ui/Tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
HandlerDetails,
DidCreateWindowDetails,
BrowserViewConstructorOptions,
PermissionRequestHandlerHandlerDetails,
} from "electron";

import { preloadScriptPathDev, preloadScriptPathProd } from "Utils/Main";
Expand Down Expand Up @@ -159,7 +158,6 @@ export default class Tab {
| "window-management"
| "unknown",
callback: (permissionGranted: boolean) => void,
details: PermissionRequestHandlerHandlerDetails,
) {
const allowByDefault = [
"fullscreen",
Expand Down

0 comments on commit 9c2d187

Please sign in to comment.