aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
3 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 76d132824..55da8915f 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.3 220- [x] Upgrades to Electron 13.1.4
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 28affca0a..e9961f82e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15172,9 +15172,9 @@
15172 } 15172 }
15173 }, 15173 },
15174 "electron": { 15174 "electron": {
15175 "version": "13.1.3", 15175 "version": "13.1.4",
15176 "resolved": "https://registry.npmjs.org/electron/-/electron-13.1.3.tgz", 15176 "resolved": "https://registry.npmjs.org/electron/-/electron-13.1.4.tgz",
15177 "integrity": "sha512-WvoqgE9irve4NCY4l49te4R42EFLQPnmSI+Vl/VFnEfh5UxdKdDLSaMngLOVsFEQjMhgntHuvCT0+X5Ev92diQ==", 15177 "integrity": "sha512-4qhRZbRvGqHmMWsCG/kRVF4X8VIq9Nujgm+gXZLBSpiR6uUtMHy7ViBTQZl1PGf6O9Ppxhpr9Yz+k6Um9WoP3Q==",
15178 "dev": true, 15178 "dev": true,
15179 "requires": { 15179 "requires": {
15180 "@electron/get": "^1.0.1", 15180 "@electron/get": "^1.0.1",
@@ -19742,9 +19742,9 @@
19742 }, 19742 },
19743 "dependencies": { 19743 "dependencies": {
19744 "core-js": { 19744 "core-js": {
19745 "version": "3.15.0", 19745 "version": "3.15.1",
19746 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.0.tgz", 19746 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.1.tgz",
19747 "integrity": "sha512-GUbtPllXMYRzIgHNZ4dTYTcUemls2cni83Q4Q/TrFONHfhcg9oEGOtaGHfb0cpzec60P96UKPvMkjX1jET8rUw==", 19747 "integrity": "sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg==",
19748 "dev": true, 19748 "dev": true,
19749 "optional": true 19749 "optional": true
19750 } 19750 }
diff --git a/package.json b/package.json
index 4526399e7..9c1c6d8cf 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.3", 169 "electron": "13.1.4",
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",