aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-04-17 18:07:20 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2020-04-17 18:07:20 +0200
commitd3bea9800073f864cf407bf0c42ef7c299a91852 (patch)
treec0781876d677f51293333c18cbb637dafab203c2 /package.json
parentMerge branch 'develop' (diff)
parentPrepare code (diff)
downloadferdium-app-d3bea9800073f864cf407bf0c42ef7c299a91852.tar.gz
ferdium-app-d3bea9800073f864cf407bf0c42ef7c299a91852.tar.zst
ferdium-app-d3bea9800073f864cf407bf0c42ef7c299a91852.zip
Merge branch 'develop'v5.5.0-gm
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 11 insertions, 8 deletions
diff --git a/package.json b/package.json
index 9f4f4b63e..becd0d227 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
2 "name": "ferdi", 2 "name": "ferdi",
3 "productName": "Ferdi", 3 "productName": "Ferdi",
4 "appId": "com.kytwb.ferdi", 4 "appId": "com.kytwb.ferdi",
5 "version": "5.4.4-beta.3", 5 "version": "5.5.0-gm",
6 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", 6 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.",
7 "copyright": "kytwb", 7 "copyright": "kytwb",
8 "main": "index.js", 8 "main": "index.js",
@@ -76,7 +76,8 @@
76 "electron-process-reporter": "git+https://git@github.com/dizer/electron-process-reporter.git", 76 "electron-process-reporter": "git+https://git@github.com/dizer/electron-process-reporter.git",
77 "electron-react-titlebar": "0.8.2", 77 "electron-react-titlebar": "0.8.2",
78 "electron-spellchecker": "2.2.1", 78 "electron-spellchecker": "2.2.1",
79 "electron-updater": "4.2.0", 79 "electron-updater": "4.2.5",
80 "electron-util": "0.14.0",
80 "electron-window-state": "5.0.3", 81 "electron-window-state": "5.0.3",
81 "fs-extra": "7.0.1", 82 "fs-extra": "7.0.1",
82 "gulp-csso": "3.0.1", 83 "gulp-csso": "3.0.1",
@@ -85,8 +86,10 @@
85 "gulp-uglify": "3.0.2", 86 "gulp-uglify": "3.0.2",
86 "hex-to-rgba": "1.0.2", 87 "hex-to-rgba": "1.0.2",
87 "jsonwebtoken": "8.5.1", 88 "jsonwebtoken": "8.5.1",
88 "lodash": "4.17.15", 89 "lodash": "^4.17.4",
89 "marked": "0.7.0", 90 "mac-screen-capture-permissions": "1.1.0",
91 "macos-version": "5.2.0",
92 "marked": "0.6.1",
90 "mdi": "^1.9.33", 93 "mdi": "^1.9.33",
91 "mime-types": "2.1.25", 94 "mime-types": "2.1.25",
92 "mobx": "5.15.0", 95 "mobx": "5.15.0",
@@ -138,7 +141,7 @@
138 "@babel/preset-react": "7.7.4", 141 "@babel/preset-react": "7.7.4",
139 "@babel/register": "7.7.4", 142 "@babel/register": "7.7.4",
140 "@types/classnames": "^2.2.6", 143 "@types/classnames": "^2.2.6",
141 "@types/color": "^3.0.0", 144 "@types/color": "3.0.0",
142 "@types/color-convert": "^1.9.0", 145 "@types/color-convert": "^1.9.0",
143 "@types/jss": "^9.5.7", 146 "@types/jss": "^9.5.7",
144 "@types/lodash": "4.14.149", 147 "@types/lodash": "4.14.149",
@@ -154,8 +157,8 @@
154 "cross-env": "^5.0.5", 157 "cross-env": "^5.0.5",
155 "cz-conventional-changelog": "2.1.0", 158 "cz-conventional-changelog": "2.1.0",
156 "dotenv": "^4.0.0", 159 "dotenv": "^4.0.0",
157 "electron": "8.0.0", 160 "electron": "8.1.1",
158 "electron-builder": "21.2.0", 161 "electron-builder": "22.4.1",
159 "electron-notarize": "0.2.1", 162 "electron-notarize": "0.2.1",
160 "electron-rebuild": "1.10.0", 163 "electron-rebuild": "1.10.0",
161 "eslint": "5.10.0", 164 "eslint": "5.10.0",
@@ -203,7 +206,7 @@
203 ], 206 ],
204 "husky": { 207 "husky": {
205 "hooks": { 208 "hooks": {
206 "pre-push": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding" 209 "pre-commit": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding"
207 } 210 }
208 } 211 }
209} 212}