aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
3 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 063e09c40..48106820b 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,7 @@ If you use an AUR Helper e.g. yay, simply install it via `yay -S ferdi`.
195- [x] Adds Ferdi as a Flatpak on Flathub ([#323](https://github.com/getferdi/ferdi/issues/323)), 💖 [@lhw](https://github.com/lhw) 195- [x] Adds Ferdi as a Flatpak on Flathub ([#323](https://github.com/getferdi/ferdi/issues/323)), 💖 [@lhw](https://github.com/lhw)
196 196
197### Adds internal changes 197### Adds internal changes
198- [x] Upgrades to Electron 12.0.5 198- [x] Upgrades to Electron 12.0.6
199- [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size 199- [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size
200- [x] Minifies build files to improve app size 200- [x] Minifies build files to improve app size
201- [x] Adds "npm run prepare-code" command for development to lint and beautify code 201- [x] Adds "npm run prepare-code" command for development to lint and beautify code
diff --git a/package-lock.json b/package-lock.json
index c9ff47817..75175d33b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12050,9 +12050,9 @@
12050 } 12050 }
12051 }, 12051 },
12052 "electron": { 12052 "electron": {
12053 "version": "12.0.5", 12053 "version": "12.0.6",
12054 "resolved": "https://registry.npmjs.org/electron/-/electron-12.0.5.tgz", 12054 "resolved": "https://registry.npmjs.org/electron/-/electron-12.0.6.tgz",
12055 "integrity": "sha512-z0xYB3sPr0qZcDrHUUWqooPKe3yUzBDxQcgQe3f2TLstA84JIFXBoaIJCPh/fJW0+JdF/ZFVeK2SNgLhYtRV+Q==", 12055 "integrity": "sha512-+fqhpdG6Fd6LzsizMdaSPC1I8tfsMT8/7fsYBgABED3hEWdus/rt6CQ54P3/EWZyQebtyHR6HXtlofUqKMV3KQ==",
12056 "dev": true, 12056 "dev": true,
12057 "requires": { 12057 "requires": {
12058 "@electron/get": "^1.0.1", 12058 "@electron/get": "^1.0.1",
diff --git a/package.json b/package.json
index 61e0f512c..99c6d2723 100644
--- a/package.json
+++ b/package.json
@@ -160,7 +160,7 @@
160 "cross-env": "^5.0.5", 160 "cross-env": "^5.0.5",
161 "cz-conventional-changelog": "2.1.0", 161 "cz-conventional-changelog": "2.1.0",
162 "dotenv": "^8.2.0", 162 "dotenv": "^8.2.0",
163 "electron": "^12.0.5", 163 "electron": "^12.0.6",
164 "electron-builder": "^22.10", 164 "electron-builder": "^22.10",
165 "electron-notarize": "1.0.0", 165 "electron-notarize": "1.0.0",
166 "electron-rebuild": "^2.3.5", 166 "electron-rebuild": "^2.3.5",