-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): upgrade to electron-rebuild@^3.1.1 (#2434)
* build(deps): pin electron-notarize version due to TypeScript definition breaking change * test(core): more accurate test name
- Loading branch information
Showing
7 changed files
with
302 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
"debug": "^4.3.1", | ||
"electron-osx-sign": "^0.5.0", | ||
"electron-packager": "^15.0.0", | ||
"electron-rebuild": "^2.3.2", | ||
"electron-rebuild": "^3.1.1", | ||
"express": "^4.17.1", | ||
"express-ws": "^5.0.2", | ||
"fast-glob": "^3.2.7", | ||
|
@@ -151,6 +151,9 @@ | |
"electron-winstaller": "^5.0.0", | ||
"electron-wix-msi": "^3.0.6" | ||
}, | ||
"resolutions": { | ||
"electron-packager/electron-notarize": "<1.1.0" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
malept
Author
Member
|
||
}, | ||
"lint-staged": { | ||
"*.ts": "eslint --ext .ts --fix" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
I'm not sure this is a good idea.
If you're having trouble with Typescript definitions, you can try
"skipLibCheck": true,
in tsconfig