mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2025-04-21 19:53:46 +01:00
Compare commits
No commits in common. "b673397b5b694d9d3eafb78424d5fd53c67f564c" and "7f464dcc95e816e266bfb9fc82a2311aa3e1d87d" have entirely different histories.
b673397b5b
...
7f464dcc95
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.29.0",
|
||||
"@typescript-eslint/parser": "^8.29.0",
|
||||
"electron": "^35.1.4",
|
||||
"electron": "^35.1.3",
|
||||
"eslint": "^9.23.0",
|
||||
"typescript": "^5.8.2"
|
||||
}
|
||||
|
@ -927,9 +927,9 @@
|
|||
"optional": true
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "35.1.4",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-35.1.4.tgz",
|
||||
"integrity": "sha512-8HjE2wqxY//T09Of8k1eTpK/NeTG2FkTyRD+fyKXmec4wZVscGgZcmWFC0HYN4ktyHAjtplpxdFXjtqRnvzBMg==",
|
||||
"version": "35.1.3",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-35.1.3.tgz",
|
||||
"integrity": "sha512-z7zZtvoK40ynKmgZ5dfD5xhsAXHxNShWgx9vIpC/ZMawBB93sBTWU83gHrjSzAcY9n0Io1WJCyUt/UIQHzlDXA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^8.29.0",
|
||||
"@typescript-eslint/parser": "^8.29.0",
|
||||
"electron": "^35.1.4",
|
||||
"electron": "^35.1.3",
|
||||
"eslint": "^9.23.0",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue