mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
Revert "Revert "Update to electron 17 (#2378)""
This reverts commit 5bf048a07a
.
This commit is contained in:
parent
69a03d6da3
commit
25e098f394
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue