diff --git a/.gitignore b/.gitignore index e2f0d1b..acfe39e 100644 --- a/.gitignore +++ b/.gitignore @@ -91,4 +91,5 @@ typings/ # Electron-Forge out/ -app/data \ No newline at end of file +app/data +dist \ No newline at end of file diff --git a/package.json b/package.json index 3ace2f0..17e9bf6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@electron-forge/plugin-vite": "^7.2.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", - "electron": "28.2.1", + "electron": "32.0.1", "eslint": "^8.0.1", "eslint-config-google": "^0.14.0", "eslint-plugin-import": "^2.25.0", diff --git a/yarn.lock b/yarn.lock index f0c6e7e..436c52f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -736,12 +736,12 @@ dependencies: undici-types "~5.26.4" -"@types/node@^18.11.18": - version "18.19.14" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.14.tgz#1880ff1b3ac913f3877f711588e5ed227da01886" - integrity sha512-EnQ4Us2rmOS64nHDWr0XqAD8DsO6f3XR6lf9UIIrZQpUzPVdN/oPuEzfDWNHSyXLvoGgjuEm/sPwFGSSs35Wtg== +"@types/node@^20.9.0": + version "20.16.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.3.tgz#7b4f9a37091cf03a0c2561bf76a9a55f03f4f523" + integrity sha512-/wdGiWRkMOm53gAsSyFMXFZHbVg7C6CbkrzHNpaHoYfsUWPg7m6ZRKtvQjgvQ9i8WT540a3ydRlRQbxjY30XxQ== dependencies: - undici-types "~5.26.4" + undici-types "~6.19.2" "@types/responselike@^1.0.0": version "1.0.3" @@ -1682,13 +1682,13 @@ electron-wix-msi@^5.0.0: optionalDependencies: "@bitdisaster/exe-icon-extractor" "^1.0.10" -electron@28.2.1: - version "28.2.1" - resolved "https://registry.yarnpkg.com/electron/-/electron-28.2.1.tgz#8edf2be24d97160b7eb52b7ce9a2424cf14c0791" - integrity sha512-wlzXf+OvOiVlBf9dcSeMMf7Q+N6DG+wtgFbMK0sA/JpIJcdosRbLMQwLg/LTwNVKIbmayqFLDp4FmmFkEMhbYA== +electron@32.0.1: + version "32.0.1" + resolved "https://registry.yarnpkg.com/electron/-/electron-32.0.1.tgz#8bfc186b81a645c6b3b12f91e71db4231fd0c934" + integrity sha512-5Hd5Jaf9niYVR2hZxoRd3gOrcxPOxQV1XPV5WaoSfT9jLJHFadhlKtuSDIk3U6rQZke+aC7GqPPAv55nWFCMsA== dependencies: "@electron/get" "^2.0.0" - "@types/node" "^18.11.18" + "@types/node" "^20.9.0" extract-zip "^2.0.1" emoji-regex@^8.0.0: @@ -4699,6 +4699,11 @@ undici-types@~5.26.4: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== +undici-types@~6.19.2: + version "6.19.8" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" + integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== + unique-filename@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-2.0.1.tgz#e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2"