Compare commits

..

No commits in common. "1eb40c7897d5f53ff93bcef5a5b91085abf58d01" and "410a6beb043cbf39c863115bd9530f5263904ed7" 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.31.1",
"@typescript-eslint/parser": "^8.31.1",
"electron": "^36.0.1",
"electron": "^36.0.0",
"eslint": "^9.25.1",
"typescript": "^5.8.3"
}
@ -927,9 +927,9 @@
"optional": true
},
"node_modules/electron": {
"version": "36.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-36.0.1.tgz",
"integrity": "sha512-78DIXNi4W6ojeMt+O9/z+Miojioh1MW4H3oH+1sXwRpcu98RzxkW1/MjRvP0o0xiE6L1ZkoUkGDGC3E933YBAA==",
"version": "36.0.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-36.0.0.tgz",
"integrity": "sha512-MhBL5tgzqLsiw++YXxzXRvF5s90gelcEZP4Upz/aaRmmoscmCw/EtimxMSH6EPnKt+8KwBY9RVAdlcffFPYkyw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"electron": "^36.0.1",
"electron": "^36.0.0",
"eslint": "^9.25.1",
"typescript": "^5.8.3"
},