Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 41286d4

Browse files
committed
electron: Downgrade electron-debug
Avoids an import error because electron-debug became ESM-only in version 4. We will update to it once we upgrade to ESM.
1 parent 4bae19b commit 41286d4

File tree

2 files changed

+18
-27
lines changed

2 files changed

+18
-27
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dayjs-plugin-utc": "0.1.2",
5252
"debounce": "1.2.1",
5353
"ejs": "3.1.9",
54-
"electron-debug": "^4.0.0",
54+
"electron-debug": "3.2.0",
5555
"electron-dl": "3.5.2",
5656
"electron-window-state": "5.0.3",
5757
"escape-html": "1.0.3",

0 commit comments

Comments
 (0)