aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-21 17:30:24 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-21 17:30:24 +0100
commitb054bd77a89c75c6288841c524773888ca981dcb (patch)
tree0deef05f007d2934ff41b8ebae060d61a3ca4afd /package.json
parent5.6.4 (diff)
parent5.6.5-nightly.5 [skip ci] (diff)
downloadferdium-app-b054bd77a89c75c6288841c524773888ca981dcb.tar.gz
ferdium-app-b054bd77a89c75c6288841c524773888ca981dcb.tar.zst
ferdium-app-b054bd77a89c75c6288841c524773888ca981dcb.zip
Merge branch 'nightly' into release
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 6 insertions, 23 deletions
diff --git a/package.json b/package.json
index c02686db7..42bfea49c 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
3 "productName": "Ferdi", 3 "productName": "Ferdi",
4 "desktopName": "ferdi.desktop", 4 "desktopName": "ferdi.desktop",
5 "appId": "com.kytwb.ferdi", 5 "appId": "com.kytwb.ferdi",
6 "version": "5.6.4", 6 "version": "5.6.5-nightly.5",
7 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", 7 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.",
8 "copyright": "kytwb", 8 "copyright": "kytwb",
9 "main": "index.js", 9 "main": "index.js",
@@ -11,8 +11,8 @@
11 "repository": "https://github.com/getferdi/ferdi.git", 11 "repository": "https://github.com/getferdi/ferdi.git",
12 "private": true, 12 "private": true,
13 "engines": { 13 "engines": {
14 "node": "^16.13.0", 14 "node": "^16.13.1",
15 "npm": "^8.1.0" 15 "npm": "^8.1.2"
16 }, 16 },
17 "engine-strict": true, 17 "engine-strict": true,
18 "scripts": { 18 "scripts": {
@@ -31,7 +31,6 @@
31 "manage-translations": "npm run extract && npm run compile && rimraf temp.json", 31 "manage-translations": "npm run extract && npm run compile && rimraf temp.json",
32 "prebuild": "preval-build-info-cli && gulp build", 32 "prebuild": "preval-build-info-cli && gulp build",
33 "build": "electron-builder", 33 "build": "electron-builder",
34 "commit": "git-cz",
35 "contributors": "all-contributors", 34 "contributors": "all-contributors",
36 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"", 35 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"",
37 "apply-branding": "ts-node ./src/i18n/apply-branding.ts", 36 "apply-branding": "ts-node ./src/i18n/apply-branding.ts",
@@ -76,7 +75,7 @@
76 "electron-fetch": "^1.7.4", 75 "electron-fetch": "^1.7.4",
77 "electron-find": "^1.0.7", 76 "electron-find": "^1.0.7",
78 "electron-react-titlebar": "^1.1.0", 77 "electron-react-titlebar": "^1.1.0",
79 "electron-updater": "^4.6.2", 78 "electron-updater": "^4.6.5",
80 "electron-window-state": "^5.0.3", 79 "electron-window-state": "^5.0.3",
81 "fast-folder-size": "^1.5.0", 80 "fast-folder-size": "^1.5.0",
82 "fs-extra": "^10.0.0", 81 "fs-extra": "^10.0.0",
@@ -149,12 +148,10 @@
149 "@typescript-eslint/parser": "^5.3.1", 148 "@typescript-eslint/parser": "^5.3.1",
150 "all-contributors-cli": "^6.20.0", 149 "all-contributors-cli": "^6.20.0",
151 "babel-plugin-formatjs": "^10.3.11", 150 "babel-plugin-formatjs": "^10.3.11",
152 "commitizen": "^4.2.4",
153 "concurrently": "^6.3.0", 151 "concurrently": "^6.3.0",
154 "cross-env": "^7.0.3", 152 "cross-env": "^7.0.3",
155 "cz-conventional-changelog": "^3.3.0",
156 "dotenv": "^10.0.0", 153 "dotenv": "^10.0.0",
157 "electron": "15.3.3", 154 "electron": "15.3.4",
158 "electron-builder": "22.14.10", 155 "electron-builder": "22.14.10",
159 "electron-notarize": "^1.1.1", 156 "electron-notarize": "^1.1.1",
160 "eslint": "^8.2.0", 157 "eslint": "^8.2.0",
@@ -188,7 +185,7 @@
188 "jest": "^27.3.1", 185 "jest": "^27.3.1",
189 "kebab-case": "^1.0.1", 186 "kebab-case": "^1.0.1",
190 "mocha": "^9.1.3", 187 "mocha": "^9.1.3",
191 "node-gyp": "8.4.0", 188 "node-gyp": "8.4.1",
192 "prettier": "^2.4.1", 189 "prettier": "^2.4.1",
193 "preval-build-info": "^1.0.3", 190 "preval-build-info": "^1.0.3",
194 "rimraf": "^3.0.2", 191 "rimraf": "^3.0.2",
@@ -206,20 +203,6 @@
206 "optionalDependencies": { 203 "optionalDependencies": {
207 "node-mac-permissions": "git@github.com:vraravam/node-mac-permissions.git#3cffec37379e6584627d831611a8ff12b57bbcdb" 204 "node-mac-permissions": "git@github.com:vraravam/node-mac-permissions.git#3cffec37379e6584627d831611a8ff12b57bbcdb"
208 }, 205 },
209 "config": {
210 "commitizen": {
211 "path": "./node_modules/cz-conventional-changelog",
212 "disableScopeLowerCase": false,
213 "disableSubjectLowerCase": false,
214 "maxHeaderWidth": 100,
215 "maxLineWidth": 100,
216 "defaultType": "chore",
217 "defaultScope": "",
218 "defaultSubject": "",
219 "defaultBody": "",
220 "defaultIssues": ""
221 }
222 },
223 "browserslist": [ 206 "browserslist": [
224 "last 2 Chrome versions" 207 "last 2 Chrome versions"
225 ], 208 ],