mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2024-12-12 04:40:38 +00:00
Bump electron from 25.1.1 to 25.2.0
Bumps [electron](https://github.com/electron/electron) from 25.1.1 to 25.2.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/v25.1.1...v25.2.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
9cced0e93c
commit
08bb8cf88f
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -713,9 +713,9 @@
|
|||
}
|
||||
},
|
||||
"electron": {
|
||||
"version": "25.1.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-25.1.1.tgz",
|
||||
"integrity": "sha512-WvFUfVsJn6YiP35UxdibYVjU2LceastyMm4SVp2bmb4XvKEvItAIiwxgm7tPC5Syl1243aRCvQLqr84sZ71pyQ==",
|
||||
"version": "25.2.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-25.2.0.tgz",
|
||||
"integrity": "sha512-I/rhcW2sV2fyiveVSBr2N7v5ZiCtdGY0UiNCDZgk2fpSC+irQjbeh7JT2b4vWmJ2ogOXBjqesrN9XszTIG6DHg==",
|
||||
"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": "^25.1.1",
|
||||
"electron": "^25.2.0",
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue