aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/package.json b/package.json
index 7e2838a7e..9a62f70c2 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
3 "productName": "Ferdium", 3 "productName": "Ferdium",
4 "desktopName": "ferdium.desktop", 4 "desktopName": "ferdium.desktop",
5 "appId": "org.ferdium.ferdium-app", 5 "appId": "org.ferdium.ferdium-app",
6 "version": "6.2.5-beta.1", 6 "version": "6.2.5-beta.2",
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 "author": "Ferdium Contributors <hello@ferdium.org> (https://ferdium.org/)", 8 "author": "Ferdium Contributors <hello@ferdium.org> (https://ferdium.org/)",
9 "license": "Apache-2.0", 9 "license": "Apache-2.0",
@@ -14,7 +14,7 @@
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "18.13.0", 16 "node": "18.13.0",
17 "pnpm": "7.26.1" 17 "pnpm": "7.27.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "scripts": { 20 "scripts": {
@@ -22,7 +22,7 @@
22 "start": "electron ./build", 22 "start": "electron ./build",
23 "start:local": "cross-env USE_LOCAL_API=1 pnpm start", 23 "start:local": "cross-env USE_LOCAL_API=1 pnpm start",
24 "start:live": "cross-env USE_LIVE_API=1 pnpm start", 24 "start:live": "cross-env USE_LIVE_API=1 pnpm start",
25 "start:all-dev": "concurrently \"pnpm dev\" \"wait-on http-get://localhost:8080 && pnpm start\"", 25 "start:all-dev": "concurrently \"pnpm dev\" \"wait-on http-get://127.0.0.1:8080 && pnpm start\"",
26 "dev": "node esbuild.mjs --watch", 26 "dev": "node esbuild.mjs --watch",
27 "test": "jest", 27 "test": "jest",
28 "test:watch": "jest --watch", 28 "test:watch": "jest --watch",
@@ -77,18 +77,18 @@
77 "electron-window-state": "5.0.3", 77 "electron-window-state": "5.0.3",
78 "fast-folder-size": "1.7.1", 78 "fast-folder-size": "1.7.1",
79 "fs-extra": "11.1.0", 79 "fs-extra": "11.1.0",
80 "google-translate-api-x": "10.5.2", 80 "google-translate-api-x": "10.5.4",
81 "history": "5.3.0", 81 "history": "5.3.0",
82 "immutable": "4.2.2", 82 "immutable": "4.2.4",
83 "jsonwebtoken": "8.5.1", 83 "jsonwebtoken": "8.5.1",
84 "jss": "10.9.2", 84 "jss": "10.10.0",
85 "languagedetect": "2.0.0", 85 "languagedetect": "2.0.0",
86 "lodash": "4.17.21", 86 "lodash": "4.17.21",
87 "macos-version": "5.2.1", 87 "macos-version": "5.2.1",
88 "markdown-to-jsx": "7.1.8", 88 "markdown-to-jsx": "7.1.9",
89 "mime-types": "2.1.35", 89 "mime-types": "2.1.35",
90 "minimist": "1.2.7", 90 "minimist": "1.2.8",
91 "mobx": "6.7.0", 91 "mobx": "6.8.0",
92 "mobx-localstorage": "1.2.0", 92 "mobx-localstorage": "1.2.0",
93 "mobx-react": "7.6.0", 93 "mobx-react": "7.6.0",
94 "mobx-react-form": "3.2.0", 94 "mobx-react-form": "3.2.0",
@@ -105,8 +105,8 @@
105 "react-dom": "17.0.2", 105 "react-dom": "17.0.2",
106 "react-dropzone": "14.2.3", 106 "react-dropzone": "14.2.3",
107 "react-electron-web-view": "2.0.1", 107 "react-electron-web-view": "2.0.1",
108 "react-intl": "6.2.6", 108 "react-intl": "6.2.10",
109 "react-jss": "10.9.2", 109 "react-jss": "10.10.0",
110 "react-loader": "2.4.7", 110 "react-loader": "2.4.7",
111 "react-modal": "3.16.1", 111 "react-modal": "3.16.1",
112 "react-router-dom": "6.4.2", 112 "react-router-dom": "6.4.2",
@@ -122,18 +122,18 @@
122 "tslib": "2.5.0", 122 "tslib": "2.5.0",
123 "useragent-generator": "1.1.1-amkt-22079-finish.0", 123 "useragent-generator": "1.1.1-amkt-22079-finish.0",
124 "uuid": "9.0.0", 124 "uuid": "9.0.0",
125 "validator": "13.7.0", 125 "validator": "13.9.0",
126 "ws": "8.12.0" 126 "ws": "8.12.1"
127 }, 127 },
128 "devDependencies": { 128 "devDependencies": {
129 "@commitlint/cli": "17.4.2", 129 "@commitlint/cli": "17.4.4",
130 "@commitlint/config-conventional": "17.4.2", 130 "@commitlint/config-conventional": "17.4.4",
131 "@electron/notarize": "1.2.3", 131 "@electron/notarize": "1.2.3",
132 "@formatjs/cli": "5.1.12", 132 "@formatjs/cli": "5.1.12",
133 "@types/color": "3.0.3", 133 "@types/color": "3.0.3",
134 "@types/expect.js": "0.3.29", 134 "@types/expect.js": "0.3.29",
135 "@types/fs-extra": "9.0.13", 135 "@types/fs-extra": "11.0.1",
136 "@types/jest": "28.1.4", 136 "@types/jest": "29.4.0",
137 "@types/lodash": "4.14.191", 137 "@types/lodash": "4.14.191",
138 "@types/mime-types": "2.1.1", 138 "@types/mime-types": "2.1.1",
139 "@types/ms": "0.7.31", 139 "@types/ms": "0.7.31",
@@ -141,23 +141,23 @@
141 "@types/react": "17.0.45", 141 "@types/react": "17.0.45",
142 "@types/react-dom": "17.0.17", 142 "@types/react-dom": "17.0.17",
143 "@types/route-parser": "0.1.4", 143 "@types/route-parser": "0.1.4",
144 "@types/sass": "1.43.1", 144 "@types/sass": "1.45.0",
145 "@types/tar": "6.1.3", 145 "@types/tar": "6.1.4",
146 "@types/uuid": "9.0.0", 146 "@types/uuid": "9.0.1",
147 "@types/validator": "13.7.11", 147 "@types/validator": "13.7.13",
148 "@typescript-eslint/eslint-plugin": "5.49.0", 148 "@typescript-eslint/eslint-plugin": "5.54.0",
149 "@typescript-eslint/parser": "5.49.0", 149 "@typescript-eslint/parser": "5.54.0",
150 "all-contributors-cli": "6.24.0", 150 "all-contributors-cli": "6.24.0",
151 "chalk": "5.2.0", 151 "chalk": "5.2.0",
152 "concurrently": "7.6.0", 152 "concurrently": "7.6.0",
153 "cross-env": "7.0.3", 153 "cross-env": "7.0.3",
154 "electron": "23.0.0", 154 "electron": "23.1.2",
155 "electron-builder": "23.6.0", 155 "electron-builder": "23.6.0",
156 "esbuild": "0.16.17", 156 "esbuild": "0.16.17",
157 "esbuild-plugin-copy": "2.0.2", 157 "esbuild-plugin-copy": "2.0.2",
158 "esbuild-runner": "2.2.2", 158 "esbuild-runner": "2.2.2",
159 "esbuild-sass-plugin": "2.4.5", 159 "esbuild-sass-plugin": "2.6.0",
160 "eslint": "8.32.0", 160 "eslint": "8.35.0",
161 "eslint-config-airbnb": "19.0.4", 161 "eslint-config-airbnb": "19.0.4",
162 "eslint-config-airbnb-typescript": "17.0.0", 162 "eslint-config-airbnb-typescript": "17.0.0",
163 "eslint-config-prettier": "8.6.0", 163 "eslint-config-prettier": "8.6.0",
@@ -165,19 +165,19 @@
165 "eslint-plugin-jest": "27.2.1", 165 "eslint-plugin-jest": "27.2.1",
166 "eslint-plugin-jsx-a11y": "6.7.1", 166 "eslint-plugin-jsx-a11y": "6.7.1",
167 "eslint-plugin-prettier": "4.2.1", 167 "eslint-plugin-prettier": "4.2.1",
168 "eslint-plugin-react": "7.32.1", 168 "eslint-plugin-react": "7.32.2",
169 "eslint-plugin-react-hooks": "4.6.0", 169 "eslint-plugin-react-hooks": "4.6.0",
170 "eslint-plugin-unicorn": "42.0.0", 170 "eslint-plugin-unicorn": "42.0.0",
171 "gulp-livereload": "4.0.2", 171 "gulp-livereload": "4.0.2",
172 "husky": "8.0.3", 172 "husky": "8.0.3",
173 "is-ci": "3.0.1", 173 "is-ci": "3.0.1",
174 "jest": "28.1.2", 174 "jest": "28.1.2",
175 "prettier": "2.8.3", 175 "prettier": "2.8.4",
176 "preval-build-info": "1.0.3", 176 "preval-build-info": "1.0.3",
177 "rimraf": "3.0.2", 177 "rimraf": "3.0.2",
178 "simple-git": "3.16.0", 178 "simple-git": "3.16.1",
179 "tiny-glob": "0.2.9", 179 "tiny-glob": "0.2.9",
180 "typescript": "4.9.4", 180 "typescript": "4.9.5",
181 "wait-on": "6.0.1" 181 "wait-on": "6.0.1"
182 }, 182 },
183 "pnpm": { 183 "pnpm": {
@@ -190,7 +190,7 @@
190 }, 190 },
191 "optionalDependencies": { 191 "optionalDependencies": {
192 "macos-notification-state": "github:ferdium/macos-notification-state#130bb2602795b65ae2dea74d823027b185eaf0ae", 192 "macos-notification-state": "github:ferdium/macos-notification-state#130bb2602795b65ae2dea74d823027b185eaf0ae",
193 "node-mac-permissions": "2.2.1" 193 "node-mac-permissions": "2.3.0"
194 }, 194 },
195 "browserslist": [ 195 "browserslist": [
196 "last 2 Chrome versions" 196 "last 2 Chrome versions"