From d52d3f0917d00eed3b0132f6fcf9c9ce221717ed Mon Sep 17 00:00:00 2001 From: ductridev Date: Mon, 14 Oct 2024 12:51:09 +0700 Subject: [PATCH] chore(deps): bump electron to 30.x.x where WebContentsView has been added --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 28d8620..f06790c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "dirty-chai": "^2.0.1", - "electron": "22.x", + "electron": "30.x.x", "mocha": "^10.1.0", "mocha-junit-reporter": "^1.23.3", "mocha-multi-reporters": "^1.1.7", @@ -39,7 +39,8 @@ "main", "renderer", "dist/src", - "index.d.ts" + "index.ts", + "electron-extensions.d.ts" ], "types": "index.d.ts" -} +} \ No newline at end of file