aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
m---------recipes0
4 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 665b1dd56..49d89f332 100644
--- a/README.md
+++ b/README.md
@@ -217,7 +217,7 @@ If you use an AUR Helper e.g. yay, simply install it via `yay -S ferdi`.
217 217
218### Adds internal changes 218### Adds internal changes
219 219
220- [x] Upgrades to Electron 13.1.4 220- [x] Upgrades to Electron 13.1.5
221- [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size 221- [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size
222- [x] Minifies build files to improve app size 222- [x] Minifies build files to improve app size
223- [x] Adds "npm run prepare-code" command for development to lint and beautify code 223- [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 d36559321..68dd76380 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15440,9 +15440,9 @@
15440 } 15440 }
15441 }, 15441 },
15442 "electron": { 15442 "electron": {
15443 "version": "13.1.4", 15443 "version": "13.1.5",
15444 "resolved": "https://registry.npmjs.org/electron/-/electron-13.1.4.tgz", 15444 "resolved": "https://registry.npmjs.org/electron/-/electron-13.1.5.tgz",
15445 "integrity": "sha512-4qhRZbRvGqHmMWsCG/kRVF4X8VIq9Nujgm+gXZLBSpiR6uUtMHy7ViBTQZl1PGf6O9Ppxhpr9Yz+k6Um9WoP3Q==", 15445 "integrity": "sha512-ZoMCcPQNs/zO/Zdb5hq5H+rwRaKrdI3/sfXEwBVMx7f5jwa9jPQB3dZ2+7t59uD9VcFAWsH/pozr8nPPlv0tyw==",
15446 "dev": true, 15446 "dev": true,
15447 "requires": { 15447 "requires": {
15448 "@electron/get": "^1.0.1", 15448 "@electron/get": "^1.0.1",
@@ -15451,9 +15451,9 @@
15451 }, 15451 },
15452 "dependencies": { 15452 "dependencies": {
15453 "@types/node": { 15453 "@types/node": {
15454 "version": "14.17.3", 15454 "version": "14.17.4",
15455 "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz", 15455 "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.4.tgz",
15456 "integrity": "sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw==", 15456 "integrity": "sha512-8kQ3+wKGRNN0ghtEn7EGps/B8CzuBz1nXZEIGGLP2GnwbqYn4dbTs7k+VKLTq1HvZLRCIDtN3Snx1Ege8B7L5A==",
15457 "dev": true 15457 "dev": true
15458 } 15458 }
15459 } 15459 }
@@ -20131,9 +20131,9 @@
20131 }, 20131 },
20132 "dependencies": { 20132 "dependencies": {
20133 "core-js": { 20133 "core-js": {
20134 "version": "3.15.1", 20134 "version": "3.15.2",
20135 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.1.tgz", 20135 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.2.tgz",
20136 "integrity": "sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg==", 20136 "integrity": "sha512-tKs41J7NJVuaya8DxIOCnl8QuPHx5/ZVbFo1oKgVl1qHFBBrDctzQGtuLjPpRdNTWmKPH6oEvgN/MUID+l485Q==",
20137 "dev": true, 20137 "dev": true,
20138 "optional": true 20138 "optional": true
20139 } 20139 }
diff --git a/package.json b/package.json
index 01574d58a..cc380f19f 100644
--- a/package.json
+++ b/package.json
@@ -166,7 +166,7 @@
166 "cross-env": "^5.0.5", 166 "cross-env": "^5.0.5",
167 "cz-conventional-changelog": "^2.1.0", 167 "cz-conventional-changelog": "^2.1.0",
168 "dotenv": "10.0.0", 168 "dotenv": "10.0.0",
169 "electron": "13.1.4", 169 "electron": "13.1.5",
170 "electron-builder": "22.11.7", 170 "electron-builder": "22.11.7",
171 "electron-notarize": "1.0.0", 171 "electron-notarize": "1.0.0",
172 "electron-rebuild": "2.3.5", 172 "electron-rebuild": "2.3.5",
diff --git a/recipes b/recipes
Subproject 8a0971ff9f41fdaa1af15e88740ce9479e1ec6e Subproject 8dc76bcf29ae13c10ad3516e554502a6173b23c