Compare commits

..

No commits in common. "e78e437e34198e3a3752dd495552415764124705" and "cb608f1c5d7daa62847aadd81018f164966bec58" 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.29.1",
"@typescript-eslint/parser": "^8.29.1",
"electron": "^35.1.5",
"electron": "^35.1.4",
"eslint": "^9.24.0",
"typescript": "^5.8.3"
}
@ -927,9 +927,9 @@
"optional": true
},
"node_modules/electron": {
"version": "35.1.5",
"resolved": "https://registry.npmjs.org/electron/-/electron-35.1.5.tgz",
"integrity": "sha512-LolvbKKQUSCGvEwbEQNt1cxD1t+YYClDNwBIjn4d28KM8FSqUn9zJuf6AbqNA7tVs9OFl/EQpmg/m4lZV1hH8g==",
"version": "35.1.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-35.1.4.tgz",
"integrity": "sha512-8HjE2wqxY//T09Of8k1eTpK/NeTG2FkTyRD+fyKXmec4wZVscGgZcmWFC0HYN4ktyHAjtplpxdFXjtqRnvzBMg==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"electron": "^35.1.5",
"electron": "^35.1.4",
"eslint": "^9.24.0",
"typescript": "^5.8.3"
},