mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2024-12-12 12:50:37 +00:00
Merge pull request #58 from CompeyDev/dependabot/npm_and_yarn/electron-24.3.0
Bump electron from 24.2.0 to 24.3.0
This commit is contained in:
commit
8a91968c5d
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.16.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.3.tgz",
|
||||
"integrity": "sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==",
|
||||
"version": "18.16.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.7.tgz",
|
||||
"integrity": "sha512-MFg7ua/bRtnA1hYE3pVyWxGd/r7aMqjNOdHvlSsXV3n8iaeGKkOaPzpJh6/ovf4bEXWcojkeMJpTsq3mzXW4IQ==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/responselike": {
|
||||
|
@ -713,9 +713,9 @@
|
|||
}
|
||||
},
|
||||
"electron": {
|
||||
"version": "24.2.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-24.2.0.tgz",
|
||||
"integrity": "sha512-fEYAftYqFhveniWJbEHXjNMWjooFFIuqNj/eEFJkGzycInfBJq/c4E/dew++s6s0YLubxFnjoF2qZiqapLj0gA==",
|
||||
"version": "24.3.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-24.3.0.tgz",
|
||||
"integrity": "sha512-M7PpfpOzGdLeZPr2xhxXuvJeoXPEHMH40Rtv8BCGleRPolwna9BepAGc0H0F+Uz5kGKOv3xcm99fTurvXUH0nw==",
|
||||
"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": "^24.2.0",
|
||||
"electron": "^24.3.0",
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue