aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/package.json b/package.json
index 9c18bb791..d0dbf18d9 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.9", 6 "version": "5.6.10-nightly.1",
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",
@@ -60,7 +60,6 @@
60 "@mdi/js": "^6.3.95", 60 "@mdi/js": "^6.3.95",
61 "@mdi/react": "^1.5.0", 61 "@mdi/react": "^1.5.0",
62 "@sentry/electron": "^2.5.4", 62 "@sentry/electron": "^2.5.4",
63 "@sindresorhus/do-not-disturb": "^1.1.0",
64 "auto-launch": "^5.0.5", 63 "auto-launch": "^5.0.5",
65 "btoa": "^1.2.1", 64 "btoa": "^1.2.1",
66 "classnames": "^2.3.1", 65 "classnames": "^2.3.1",
@@ -80,6 +79,7 @@
80 "jsonwebtoken": "^8.5.1", 79 "jsonwebtoken": "^8.5.1",
81 "jss": "^10.8.1", 80 "jss": "^10.8.1",
82 "lodash": "^4.17.21", 81 "lodash": "^4.17.21",
82 "macos-notification-state": "github:getferdi/macos-notification-state#fix-monterey-detect",
83 "macos-version": "^5.2.1", 83 "macos-version": "^5.2.1",
84 "mime-types": "^2.1.33", 84 "mime-types": "^2.1.33",
85 "minimist": "^1.2.5", 85 "minimist": "^1.2.5",
@@ -94,14 +94,14 @@
94 "normalize-url": "^6.1.0", 94 "normalize-url": "^6.1.0",
95 "os-name": "^4.0.1", 95 "os-name": "^4.0.1",
96 "pretty-bytes": "^5.6.0", 96 "pretty-bytes": "^5.6.0",
97 "prop-types": "^15.7.2", 97 "prop-types": "^15.8.1",
98 "react": "^17.0.2", 98 "react": "^17.0.2",
99 "react-addons-css-transition-group": "^15.6.2", 99 "react-addons-css-transition-group": "^15.6.2",
100 "react-confetti": "^6.0.1", 100 "react-confetti": "^6.0.1",
101 "react-dom": "^17.0.2", 101 "react-dom": "^17.0.2",
102 "react-dropzone": "^11.4.2", 102 "react-dropzone": "^11.4.2",
103 "react-electron-web-view": "^2.0.1", 103 "react-electron-web-view": "^2.0.1",
104 "react-intl": "^5.21.0", 104 "react-intl": "^5.24.1",
105 "react-jss": "^10.8.2", 105 "react-jss": "^10.8.2",
106 "react-loader": "^2.4.7", 106 "react-loader": "^2.4.7",
107 "react-modal": "^3.14.3", 107 "react-modal": "^3.14.3",
@@ -116,18 +116,18 @@
116 "useragent-generator": "^1.1.1-amkt-22079-finish.0", 116 "useragent-generator": "^1.1.1-amkt-22079-finish.0",
117 "uuid": "^8.3.2", 117 "uuid": "^8.3.2",
118 "validator": "^13.6.0", 118 "validator": "^13.6.0",
119 "ws": "^8.2.3" 119 "ws": "^8.4.0"
120 }, 120 },
121 "devDependencies": { 121 "devDependencies": {
122 "@babel/eslint-parser": "^7.16.3", 122 "@babel/eslint-parser": "^7.16.3",
123 "@babel/plugin-proposal-class-properties": "^7.14.5", 123 "@babel/plugin-proposal-class-properties": "^7.16.7",
124 "@babel/plugin-proposal-decorators": "^7.16.0", 124 "@babel/plugin-proposal-decorators": "^7.16.7",
125 "@babel/preset-env": "^7.16.0", 125 "@babel/preset-env": "^7.16.7",
126 "@babel/preset-react": "^7.14.5", 126 "@babel/preset-react": "^7.16.7",
127 "@babel/register": "^7.15.3", 127 "@babel/register": "^7.16.7",
128 "@commitlint/cli": "^15.0.0", 128 "@commitlint/cli": "^15.0.0",
129 "@commitlint/config-conventional": "^15.0.0", 129 "@commitlint/config-conventional": "^15.0.0",
130 "@formatjs/cli": "^4.4.0", 130 "@formatjs/cli": "^4.7.0",
131 "@types/color": "^3.0.2", 131 "@types/color": "^3.0.2",
132 "@types/expect.js": "^0.3.29", 132 "@types/expect.js": "^0.3.29",
133 "@types/fs-extra": "^9.0.13", 133 "@types/fs-extra": "^9.0.13",
@@ -136,31 +136,31 @@
136 "@types/mocha": "^9.0.0", 136 "@types/mocha": "^9.0.0",
137 "@types/ms": "^0.7.31", 137 "@types/ms": "^0.7.31",
138 "@types/node": "^16.11.6", 138 "@types/node": "^16.11.6",
139 "@types/react": "^17.0.31", 139 "@types/react": "^17.0.38",
140 "@types/react-dom": "^17.0.10", 140 "@types/react-dom": "^17.0.10",
141 "@types/route-parser": "^0.1.3", 141 "@types/route-parser": "^0.1.3",
142 "@types/tar": "^6.1.0", 142 "@types/tar": "^6.1.0",
143 "@types/uuid": "^8.3.1", 143 "@types/uuid": "^8.3.4",
144 "@types/validator": "^13.6.4", 144 "@types/validator": "^13.7.1",
145 "@typescript-eslint/eslint-plugin": "^5.3.1", 145 "@typescript-eslint/eslint-plugin": "^5.9.0",
146 "@typescript-eslint/parser": "^5.3.1", 146 "@typescript-eslint/parser": "^5.9.0",
147 "all-contributors-cli": "^6.20.0", 147 "all-contributors-cli": "^6.20.0",
148 "babel-plugin-formatjs": "^10.3.11", 148 "babel-plugin-formatjs": "^10.3.14",
149 "concurrently": "^6.3.0", 149 "concurrently": "^7.0.0",
150 "cross-env": "^7.0.3", 150 "cross-env": "^7.0.3",
151 "dotenv": "^10.0.0", 151 "dotenv": "^10.0.0",
152 "electron": "15.3.4", 152 "electron": "15.3.4",
153 "electron-builder": "22.14.10", 153 "electron-builder": "^22.14.12",
154 "electron-notarize": "^1.1.1", 154 "electron-notarize": "^1.1.1",
155 "eslint": "^8.2.0", 155 "eslint": "^8.6.0",
156 "eslint-config-airbnb": "^19.0.0", 156 "eslint-config-airbnb": "^19.0.4",
157 "eslint-config-airbnb-typescript": "^16.0.0", 157 "eslint-config-airbnb-typescript": "^16.0.0",
158 "eslint-config-prettier": "^8.3.0", 158 "eslint-config-prettier": "^8.3.0",
159 "eslint-plugin-import": "^2.25.3", 159 "eslint-plugin-import": "^2.25.4",
160 "eslint-plugin-jest": "^25.2.4", 160 "eslint-plugin-jest": "^25.3.4",
161 "eslint-plugin-jsx-a11y": "^6.5.1", 161 "eslint-plugin-jsx-a11y": "^6.5.1",
162 "eslint-plugin-prettier": "^4.0.0", 162 "eslint-plugin-prettier": "^4.0.0",
163 "eslint-plugin-react": "^7.27.0", 163 "eslint-plugin-react": "^7.28.0",
164 "eslint-plugin-react-hooks": "^4.3.0", 164 "eslint-plugin-react-hooks": "^4.3.0",
165 "eslint-plugin-unicorn": "^39.0.0", 165 "eslint-plugin-unicorn": "^39.0.0",
166 "expect.js": "^0.3.1", 166 "expect.js": "^0.3.1",
@@ -171,7 +171,7 @@
171 "gulp-csso": "^4.0.1", 171 "gulp-csso": "^4.0.1",
172 "gulp-htmlmin": "^5.0.1", 172 "gulp-htmlmin": "^5.0.1",
173 "gulp-if": "^3.0.0", 173 "gulp-if": "^3.0.0",
174 "gulp-sass": "^5.0.0", 174 "gulp-sass": "^5.1.0",
175 "gulp-sass-variables": "^1.2.0", 175 "gulp-sass-variables": "^1.2.0",
176 "gulp-terser": "^2.1.0", 176 "gulp-terser": "^2.1.0",
177 "gulp-typescript": "^6.0.0-alpha.1", 177 "gulp-typescript": "^6.0.0-alpha.1",
@@ -180,19 +180,19 @@
180 "html-webpack-plugin": "^4.5.2", 180 "html-webpack-plugin": "^4.5.2",
181 "husky": "^7.0.4", 181 "husky": "^7.0.4",
182 "is-ci": "^3.0.1", 182 "is-ci": "^3.0.1",
183 "jest": "^27.3.1", 183 "jest": "^27.4.7",
184 "kebab-case": "^1.0.1", 184 "kebab-case": "^1.0.1",
185 "mocha": "^9.1.3", 185 "mocha": "^9.1.3",
186 "node-gyp": "8.4.1", 186 "node-gyp": "8.4.1",
187 "prettier": "^2.4.1", 187 "prettier": "^2.4.1",
188 "preval-build-info": "^1.0.3", 188 "preval-build-info": "^1.0.3",
189 "rimraf": "^3.0.2", 189 "rimraf": "^3.0.2",
190 "sass": "^1.43.3", 190 "sass": "^1.47.0",
191 "simple-git": "^2.47.0", 191 "simple-git": "^2.47.0",
192 "ts-loader": "^5.4.5", 192 "ts-loader": "^5.4.5",
193 "ts-mocha": "^8.0.0", 193 "ts-mocha": "^8.0.0",
194 "ts-node": "^10.2.1", 194 "ts-node": "^10.2.1",
195 "typescript": "4.5.2", 195 "typescript": "^4.5.4",
196 "wait-on": "^6.0.0", 196 "wait-on": "^6.0.0",
197 "webpack": "^4.46.0", 197 "webpack": "^4.46.0",
198 "webpack-cli": "^3.3.12", 198 "webpack-cli": "^3.3.12",