aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
m---------recipes0
4 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2992adb64..40abec26d 100644
--- a/README.md
+++ b/README.md
@@ -211,7 +211,7 @@ If you use an AUR Helper e.g. yay, simply install it via `yay -S ferdi`.
211 211
212### Adds internal changes 212### Adds internal changes
213 213
214- [x] Upgrades to Electron 12.0.8 214- [x] Upgrades to Electron 12.0.9
215- [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size 215- [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size
216- [x] Minifies build files to improve app size 216- [x] Minifies build files to improve app size
217- [x] Adds "npm run prepare-code" command for development to lint and beautify code 217- [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 6076540ad..6b1ae4c1c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14958,9 +14958,9 @@
14958 } 14958 }
14959 }, 14959 },
14960 "electron": { 14960 "electron": {
14961 "version": "12.0.8", 14961 "version": "12.0.9",
14962 "resolved": "https://registry.npmjs.org/electron/-/electron-12.0.8.tgz", 14962 "resolved": "https://registry.npmjs.org/electron/-/electron-12.0.9.tgz",
14963 "integrity": "sha512-bN2wYNnnma7ugBsiwysO1LI6oTTV1lDHOXuWip+OGjDUiz0IiJmZ+r0gAIMMeypVohZh7AA1ftnKad7tJ8sH4A==", 14963 "integrity": "sha512-p5aEt1tIh/PYjwN+6MHTc5HtW529XR9r4Qlj9PPcSb5ubkotSsS0BtWJoRPhDenSAN8sgHk3sbZLxXPJtdnRYA==",
14964 "dev": true, 14964 "dev": true,
14965 "requires": { 14965 "requires": {
14966 "@electron/get": "^1.0.1", 14966 "@electron/get": "^1.0.1",
@@ -14969,9 +14969,9 @@
14969 }, 14969 },
14970 "dependencies": { 14970 "dependencies": {
14971 "@types/node": { 14971 "@types/node": {
14972 "version": "14.14.45", 14972 "version": "14.17.0",
14973 "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.45.tgz", 14973 "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.0.tgz",
14974 "integrity": "sha512-DssMqTV9UnnoxDWu959sDLZzfvqCF0qDNRjaWeYSui9xkFe61kKo4l1TWNTQONpuXEm+gLMRvdlzvNHBamzmEw==", 14974 "integrity": "sha512-w8VZUN/f7SSbvVReb9SWp6cJFevxb4/nkG65yLAya//98WgocKm5PLDAtSs5CtJJJM+kHmJjO/6mmYW4MHShZA==",
14975 "dev": true 14975 "dev": true
14976 } 14976 }
14977 } 14977 }
diff --git a/package.json b/package.json
index c165abc51..1b3633dec 100644
--- a/package.json
+++ b/package.json
@@ -167,7 +167,7 @@
167 "cross-env": "^5.0.5", 167 "cross-env": "^5.0.5",
168 "cz-conventional-changelog": "^2.1.0", 168 "cz-conventional-changelog": "^2.1.0",
169 "dotenv": "8.6.0", 169 "dotenv": "8.6.0",
170 "electron": "12.0.8", 170 "electron": "12.0.9",
171 "electron-builder": "22.11.3", 171 "electron-builder": "22.11.3",
172 "electron-notarize": "1.0.0", 172 "electron-notarize": "1.0.0",
173 "electron-rebuild": "2.3.5", 173 "electron-rebuild": "2.3.5",
diff --git a/recipes b/recipes
Subproject 87327c1d4184941952883fa4b5e212573b4b06a Subproject cb706c0c901b39bcd12f2a5ef407e59e669c0d4