mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2024-12-12 04:40:38 +00:00
Bump electron from 26.0.0 to 26.1.0
Bumps [electron](https://github.com/electron/electron) from 26.0.0 to 26.1.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v26.0.0...v26.1.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b64d8bc977
commit
6378bade74
2 changed files with 7 additions and 7 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -182,9 +182,9 @@
|
|||
}
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "18.17.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.5.tgz",
|
||||
"integrity": "sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==",
|
||||
"version": "18.17.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.9.tgz",
|
||||
"integrity": "sha512-fxaKquqYcPOGwE7tC1anJaPJ0GHyOVzfA2oUoXECjBjrtsIz4YJvtNYsq8LUcjEUehEF+jGpx8Z+lFrtT6z0tg==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/responselike": {
|
||||
|
@ -713,9 +713,9 @@
|
|||
}
|
||||
},
|
||||
"electron": {
|
||||
"version": "26.0.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-26.0.0.tgz",
|
||||
"integrity": "sha512-x57bdCaDvgnlc41VOm/UWihJCCiI3OxJKiBgB/e5F7Zd6avo+61mO6IzQS7Bu/k/a1KPjou25EUORR6UPKznBQ==",
|
||||
"version": "26.1.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-26.1.0.tgz",
|
||||
"integrity": "sha512-qEh19H09Pysn3ibms5nZ0haIh5pFoOd7/5Ww7gzmAwDQOulRi8Sa2naeueOyIb1GKpf+6L4ix3iceYRAuA5r5Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@electron/get": "^2.0.0",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"electron": "^26.0.0",
|
||||
"electron": "^26.1.0",
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue