Compare commits

..

No commits in common. "fe9be9b1e18a5250a07dafc0b05ab4f388f1f706" and "4cfae106ae25e7a111774282d71894bb379f899c" have entirely different histories.

2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -11,7 +11,7 @@
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"electron": "^34.1.1",
"eslint": "^9.20.1",
"eslint": "^9.20.0",
"typescript": "^5.7.3"
}
},
@ -989,9 +989,9 @@
}
},
"node_modules/eslint": {
"version": "9.20.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.1.tgz",
"integrity": "sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==",
"version": "9.20.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.0.tgz",
"integrity": "sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"electron": "^34.1.1",
"eslint": "^9.20.1",
"eslint": "^9.20.0",
"typescript": "^5.7.3"
},
"dependencies": {}