mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2024-12-13 05:20:39 +00:00
Merge pull request #123 from CompeyDev/dependabot/npm_and_yarn/electron-30.0.7
Bump electron from 30.0.6 to 30.0.7
This commit is contained in:
commit
44a41dd5b4
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -729,9 +729,9 @@
|
|||
}
|
||||
},
|
||||
"electron": {
|
||||
"version": "30.0.6",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.6.tgz",
|
||||
"integrity": "sha512-PkhEPFdpYcTzjAO3gMHZ+map7g2+xCrMDedo/L1i0ir2BRXvAB93IkTJX497U6Srb/09r2cFt+k20VPNVCdw3Q==",
|
||||
"version": "30.0.7",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.7.tgz",
|
||||
"integrity": "sha512-9ypQLaIvLj9W8o6fIiZpUabXJAW3a+K6vT78Vk9UJVImKVAoFIe1Umwd2FleyMqhnFBPF58Iawu/pSV0s+wRnA==",
|
||||
"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": "^30.0.6",
|
||||
"electron": "^30.0.7",
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue