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 bdd674fad..16de4de6f 100644
--- a/README.md
+++ b/README.md
@@ -227,7 +227,7 @@ If you use an AUR Helper e.g. yay, simply install it via `yay -S ferdi`.
227 227
228### Adds internal changes 228### Adds internal changes
229 229
230- [x] Upgrades to Electron 13.4.0 230- [x] Upgrades to Electron 13.5.0
231- [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size 231- [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size
232- [x] Minifies build files to improve app size 232- [x] Minifies build files to improve app size
233- [x] Adds "npm run prepare-code" command for development to lint and beautify code 233- [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 b831d7cbc..12e050815 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13068,9 +13068,9 @@
13068 } 13068 }
13069 }, 13069 },
13070 "electron": { 13070 "electron": {
13071 "version": "13.4.0", 13071 "version": "13.5.0",
13072 "resolved": "https://registry.npmjs.org/electron/-/electron-13.4.0.tgz", 13072 "resolved": "https://registry.npmjs.org/electron/-/electron-13.5.0.tgz",
13073 "integrity": "sha512-KJGWS2qa0xZXIMPMDUNkRVO8/JxRd4+M0ejYYOzu2LIQ5ijecPzNuNR9nvDkml9XyyRBzu975FkhJcwD17ietQ==", 13073 "integrity": "sha512-s4+b1RFWkNKWp7WWrv2q60MuFljHUCbO7XAupBSCUz/NP1Hz4OenWbMPUt0H+fa8YZeN8CX3JDIA8Bet5uAJvw==",
13074 "dev": true, 13074 "dev": true,
13075 "requires": { 13075 "requires": {
13076 "@electron/get": "^1.0.1", 13076 "@electron/get": "^1.0.1",
@@ -16237,9 +16237,9 @@
16237 }, 16237 },
16238 "dependencies": { 16238 "dependencies": {
16239 "core-js": { 16239 "core-js": {
16240 "version": "3.17.3", 16240 "version": "3.18.1",
16241 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.17.3.tgz", 16241 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.1.tgz",
16242 "integrity": "sha512-lyvajs+wd8N1hXfzob1LdOCCHFU4bGMbqqmLn1Q4QlCpDqWPpGf+p0nj+LNrvDDG33j0hZXw2nsvvVpHysxyNw==", 16242 "integrity": "sha512-vJlUi/7YdlCZeL6fXvWNaLUPh/id12WXj3MbkMw5uOyF0PfWPBNOCNbs53YqgrvtujLNlt9JQpruyIKkUZ+PKA==",
16243 "dev": true, 16243 "dev": true,
16244 "optional": true 16244 "optional": true
16245 } 16245 }
diff --git a/package.json b/package.json
index ad90ecde5..acc37dd5e 100644
--- a/package.json
+++ b/package.json
@@ -175,7 +175,7 @@
175 "cross-env": "7.0.3", 175 "cross-env": "7.0.3",
176 "cz-conventional-changelog": "3.3.0", 176 "cz-conventional-changelog": "3.3.0",
177 "dotenv": "10.0.0", 177 "dotenv": "10.0.0",
178 "electron": "13.4.0", 178 "electron": "13.5.0",
179 "electron-builder": "22.12.1", 179 "electron-builder": "22.12.1",
180 "electron-notarize": "1.1.0", 180 "electron-notarize": "1.1.0",
181 "eslint": "7.32.0", 181 "eslint": "7.32.0",