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 c0399ec10..84c2875ef 100644
--- a/README.md
+++ b/README.md
@@ -227,7 +227,7 @@ If you use an AUR Helper, e.g. yay, install it via `yay -S ferdi`.
227 227
228### Adds internal changes 228### Adds internal changes
229 229
230- [x] Upgrades to Electron 15.1.2 230- [x] Upgrades to Electron 15.2.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 d8a5a05a8..99138381b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13971,9 +13971,9 @@
13971 } 13971 }
13972 }, 13972 },
13973 "electron": { 13973 "electron": {
13974 "version": "15.1.2", 13974 "version": "15.2.0",
13975 "resolved": "https://registry.npmjs.org/electron/-/electron-15.1.2.tgz", 13975 "resolved": "https://registry.npmjs.org/electron/-/electron-15.2.0.tgz",
13976 "integrity": "sha512-cU5x1ZvhwcTtzClJrsxqbvCocs40uhuXcdXbXFMpe6XnbnjruTbwrB2V0OxN01pStDrYihnfKo2yhfEvhO3zmw==", 13976 "integrity": "sha512-kg0JdlsVbJgD/hO/A7o9VH8U44pQWkIsyt/sALxH6g8CiHQxMujLn2JfB2gyUfHXPT7m8vD4Z+CurS2KodEsWw==",
13977 "dev": true, 13977 "dev": true,
13978 "requires": { 13978 "requires": {
13979 "@electron/get": "^1.13.0", 13979 "@electron/get": "^1.13.0",
@@ -17092,9 +17092,9 @@
17092 }, 17092 },
17093 "dependencies": { 17093 "dependencies": {
17094 "core-js": { 17094 "core-js": {
17095 "version": "3.18.2", 17095 "version": "3.18.3",
17096 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.2.tgz", 17096 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.3.tgz",
17097 "integrity": "sha512-zNhPOUoSgoizoSQFdX1MeZO16ORRb9FFQLts8gSYbZU5FcgXhp24iMWMxnOQo5uIaIG7/6FA/IqJPwev1o9ZXQ==", 17097 "integrity": "sha512-tReEhtMReZaPFVw7dajMx0vlsz3oOb8ajgPoHVYGxr8ErnZ6PcYEvvmjGmXlfpnxpkYSdOQttjB+MvVbCGfvLw==",
17098 "dev": true, 17098 "dev": true,
17099 "optional": true 17099 "optional": true
17100 } 17100 }
diff --git a/package.json b/package.json
index bde226adf..d5bd9a50d 100644
--- a/package.json
+++ b/package.json
@@ -162,7 +162,7 @@
162 "cross-env": "7.0.3", 162 "cross-env": "7.0.3",
163 "cz-conventional-changelog": "3.3.0", 163 "cz-conventional-changelog": "3.3.0",
164 "dotenv": "10.0.0", 164 "dotenv": "10.0.0",
165 "electron": "15.1.2", 165 "electron": "15.2.0",
166 "electron-builder": "22.14.5", 166 "electron-builder": "22.14.5",
167 "electron-notarize": "1.1.0", 167 "electron-notarize": "1.1.0",
168 "eslint": "7.32.0", 168 "eslint": "7.32.0",