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 867b42ce1..1b563d59c 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 11.4.3 198- [x] Upgrades to Electron 11.4.4
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 eb6f10542..7b84829b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11862,9 +11862,9 @@
11862 } 11862 }
11863 }, 11863 },
11864 "electron": { 11864 "electron": {
11865 "version": "11.4.3", 11865 "version": "11.4.4",
11866 "resolved": "https://registry.npmjs.org/electron/-/electron-11.4.3.tgz", 11866 "resolved": "https://registry.npmjs.org/electron/-/electron-11.4.4.tgz",
11867 "integrity": "sha512-RhCWJqiYK5oIRGOheilhg/nngCgk0fPgaf00KvbxorlvFZAz8OeMT5ShCpVsMSoyYhk4XEnn4orRly5ltaFYJg==", 11867 "integrity": "sha512-m52nF85VADCmL9DpzJfgmkvc9fNiGZPYwptv/4fTYrYhAMiO+hmClGMXncCoSAzoULQjl+f+0b9CY4yd6nRFlQ==",
11868 "dev": true, 11868 "dev": true,
11869 "requires": { 11869 "requires": {
11870 "@electron/get": "^1.0.1", 11870 "@electron/get": "^1.0.1",
diff --git a/package.json b/package.json
index b5bf6ac0e..2eafe780e 100644
--- a/package.json
+++ b/package.json
@@ -162,7 +162,7 @@
162 "cross-env": "^5.0.5", 162 "cross-env": "^5.0.5",
163 "cz-conventional-changelog": "2.1.0", 163 "cz-conventional-changelog": "2.1.0",
164 "dotenv": "^4.0.0", 164 "dotenv": "^4.0.0",
165 "electron": "^11.4.3", 165 "electron": "11.4.4",
166 "electron-builder": "^22.10", 166 "electron-builder": "^22.10",
167 "electron-notarize": "1.0.0", 167 "electron-notarize": "1.0.0",
168 "electron-rebuild": "^2.3.5", 168 "electron-rebuild": "^2.3.5",