-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin electron version to 30.1.2 (#14407)
Fixes #14339 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -102,6 +102,6 @@ | |
}, | ||
"devDependencies": { | ||
"@theia/cli": "1.55.0", | ||
"electron": "^30.1.2" | ||
"electron": "30.1.2" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -70,7 +70,7 @@ export class SomeClass { | |
|
||
- `@theia/core/electron-shared/...` | ||
- `native-keymap` (from [`native-keymap@^2.2.1`](https://www.npmjs.com/package/native-keymap)) | ||
- `electron` (from [`electron@^30.1.2`](https://www.npmjs.com/package/electron)) | ||
- `electron` (from [`[email protected]`](https://www.npmjs.com/package/electron/v/30.1.2)) | ||
- `electron-store` (from [`electron-store@^8.0.0`](https://www.npmjs.com/package/electron-store)) | ||
- `fix-path` (from [`fix-path@^3.0.0`](https://www.npmjs.com/package/fix-path)) | ||
- `@theia/core/shared/...` | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ The `@theia/electron` extension bundles all Electron-specific dependencies and c | |
|
||
- `@theia/electron/shared/...` | ||
- `native-keymap` (from [`native-keymap@^2.2.1`](https://www.npmjs.com/package/native-keymap)) | ||
- `electron` (from [`electron@^30.1.2`](https://www.npmjs.com/package/electron)) | ||
- `electron` (from [`[email protected]`](https://www.npmjs.com/package/electron/v/30.1.2)) | ||
- `electron-store` (from [`electron-store@^8.0.0`](https://www.npmjs.com/package/electron-store)) | ||
- `fix-path` (from [`fix-path@^3.0.0`](https://www.npmjs.com/package/fix-path)) | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5155,10 +5155,10 @@ electron-window@^0.8.0: | |
dependencies: | ||
is-electron-renderer "^2.0.0" | ||
|
||
electron@^30.1.2: | ||
version "30.3.1" | ||
resolved "https://registry.yarnpkg.com/electron/-/electron-30.3.1.tgz#fe27ca2a4739bec832b2edd6f46140ab46bf53a0" | ||
integrity sha512-Ai/OZ7VlbFAVYMn9J5lyvtr+ZWyEbXDVd5wBLb5EVrp4352SRmMAmN5chcIe3n9mjzcgehV9n4Hwy15CJW+YbA== | ||
[email protected]: | ||
version "30.1.2" | ||
resolved "https://registry.yarnpkg.com/electron/-/electron-30.1.2.tgz#9c8b9b0d0e3f07783d8c5dbd9519b3ffd11f1551" | ||
integrity sha512-A5CFGwbA+HSXnzwjc8fP2GIezBcAb0uN/VbNGLOW8DHOYn07rvJ/1bAJECHUUzt5zbfohveG3hpMQiYpbktuDw== | ||
dependencies: | ||
"@electron/get" "^2.0.0" | ||
"@types/node" "^20.9.0" | ||
|