mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2025-08-26 03:17:01 +01:00
Merge pull request #233 from CompeyDev/dependabot/npm_and_yarn/electron-36.4.0
Bump electron from 36.3.2 to 36.4.0
This commit is contained in:
commit
136203778e
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -10,7 +10,7 @@
|
|||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^8.33.0",
|
||||
"@typescript-eslint/parser": "^8.33.0",
|
||||
"electron": "^36.3.2",
|
||||
"electron": "^36.4.0",
|
||||
"eslint": "^9.28.0",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
|
@ -978,9 +978,9 @@
|
|||
"optional": true
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "36.3.2",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-36.3.2.tgz",
|
||||
"integrity": "sha512-v0/j7n22CL3OYv9BIhq6JJz2+e1HmY9H4bjTk8/WzVT9JwVX/T/21YNdR7xuQ6XDSEo9gP5JnqmjOamE+CUY8Q==",
|
||||
"version": "36.4.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-36.4.0.tgz",
|
||||
"integrity": "sha512-LLOOZEuW5oqvnjC7HBQhIqjIIJAZCIFjQxltQGLfEC7XFsBoZgQ3u3iFj+Kzw68Xj97u1n57Jdt7P98qLvUibQ==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^8.33.0",
|
||||
"@typescript-eslint/parser": "^8.33.0",
|
||||
"electron": "^36.3.2",
|
||||
"electron": "^36.4.0",
|
||||
"eslint": "^9.28.0",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue