Revert "Revert "Update to electron 17 (#2378)""

This reverts commit 5bf048a07a.
This commit is contained in:
Ben Gotow 2022-03-29 17:58:35 -05:00
parent 69a03d6da3
commit 25e098f394
2 changed files with 3 additions and 2 deletions

View file

@ -62,7 +62,7 @@ export default class AppEnvConstructor {
// Add 'src/global/' to module search path.
const globalPath = path.join(resourcePath, 'src', 'global');
require('module').globalPaths.push(globalPath);
require('app-module-path').addPath(globalPath);
const Config = require('./config').default;
const KeymapManager = require('./keymap-manager').default;

View file

@ -50,9 +50,10 @@
"@types/uuid": "^3.4.4",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"app-module-path": "^2.2.0",
"chalk": "1.x.x",
"devtron": "^1.4.0",
"electron": "14.2.1",
"electron": "17.1.1",
"electron-installer-dmg": "^3.0.0",
"electron-packager": "15.2.x",
"electron-winstaller": "2.x.x",