Compare commits

..

No commits in common. "bac4c0f07927c25a42bd548bd7c86c9ec6d14b63" and "bedaf49327410abcfcb9f8a367295f44d58bb21d" have entirely different histories.

2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"electron": "^34.1.1",
"electron": "^34.0.2",
"eslint": "^9.19.0",
"typescript": "^5.7.3"
}
@ -913,9 +913,9 @@
"optional": true
},
"node_modules/electron": {
"version": "34.1.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-34.1.1.tgz",
"integrity": "sha512-1aDYk9Gsv1/fFeClMrxWGoVMl7uCUgl1pe26BiTnLXmAoqEXCa3f3sCKFWV+cuDzUjQGAZcpkWhGYTgWUSQrLA==",
"version": "34.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-34.0.2.tgz",
"integrity": "sha512-u3F+DSUlg9NaGS+9qnYmSRN8VjAnc3LJDDk1ye1uISJnh4gjG76y3681qLowsPMx4obvCP2eBINnmbLo0yT5WA==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"electron": "^34.1.1",
"electron": "^34.0.2",
"eslint": "^9.19.0",
"typescript": "^5.7.3"
},