Skip to content

Commit

Permalink
Bump electron
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielee committed Sep 12, 2023
1 parent 848c66f commit e16c819
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@typescript-eslint/parser": "^4.22.0",
"cross-env": "^7.0.3",
"css-loader": "^6.3.0",
"electron": "^22.3.21",
"electron": "^26.2.1",
"electron-builder": "^24.0.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/services/fileStore/FileStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Conf from "conf/dist/source";
import { Migrations, Serialize } from "conf/dist/source/types";
import Store from "electron-store";

class FileStore<OptionsType> {
class FileStore<OptionsType extends Record<string, any>> {
private store: Store<OptionsType>;

constructor(options: Store.Options<OptionsType> | undefined = {}) {
Expand Down

0 comments on commit e16c819

Please sign in to comment.