-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(electron): update to v11.1.0 and bump other dependencies
- Loading branch information
1 parent
058757a
commit a0d71dc
Showing
12 changed files
with
36 additions
and
212 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
packages/electron-angular/src/schematics/application/_files/tsconfig.json
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
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
21 changes: 0 additions & 21 deletions
21
packages/electron/src/schematics/tools/_files/electron/postinstall.js
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
packages/electron/src/schematics/tools/_files/web/postinstall.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
export const xplatVersion = '*'; | ||
export const electronVersion = '^7.0.1'; | ||
export const electronBuilderVersion = '^20.44.4'; | ||
export const electronRebuildVersion = '~1.8.6'; | ||
export const electronVersion = '^11.1.0'; | ||
export const electronBuilderVersion = '^22.9.1'; | ||
export const electronRebuildVersion = '~2.3.4'; | ||
export const electronInstallerDmgVersion = '~3.0.0'; | ||
export const electronPackagerVersion = '~14.1.0'; | ||
export const electronPackagerVersion = '~15.2.0'; | ||
export const electronReloadVersion = '~1.5.0'; | ||
export const electronStoreVersion = '~5.1.0'; | ||
export const electronUpdaterVersion = '~4.2.0'; | ||
export const electronStoreVersion = '~6.0.1'; | ||
export const electronUpdaterVersion = '~4.3.5'; | ||
export const npmRunAllVersion = '^4.1.5'; | ||
export const waitOnVersion = '~3.3.0'; | ||
export const waitOnVersion = '~5.2.1'; |
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