Compare commits

..

No commits in common. "5a4dba2cf8c300f76905ea2e57ba83e81c2b9d2c" and "1f425209c879bc6db804b031c43f482f5ee5178b" 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.28.0",
"@typescript-eslint/parser": "^8.28.0",
"electron": "^35.1.0",
"electron": "^35.0.3",
"eslint": "^9.23.0",
"typescript": "^5.8.2"
}
@ -927,9 +927,9 @@
"optional": true
},
"node_modules/electron": {
"version": "35.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-35.1.0.tgz",
"integrity": "sha512-yHaKPlsgDgjkwsiXgJG5DAmr9BgD4wSxtDGL6aBmUaN7QTs6qppNgtGkjHsS/pXJb4ZZBIH4IpPAx9d59Epbeg==",
"version": "35.0.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-35.0.3.tgz",
"integrity": "sha512-kjQAYEWXSr2TyK19IZoF85dzFIBaYuX7Yp/C+34b5Y/jmI2z270CGie+RjmEGMMitsy0G8YJKftukhYMuWlK6g==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"electron": "^35.1.0",
"electron": "^35.0.3",
"eslint": "^9.23.0",
"typescript": "^5.8.2"
},