mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 21:43:18 +00:00
dependencies: Upgrade dependencies.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
1817
package-lock.json
generated
1817
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@@ -153,18 +153,18 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron-elements/send-feedback": "^1.0.8",
|
"@electron-elements/send-feedback": "^1.0.8",
|
||||||
"@sentry/electron": "^1.2.1",
|
"@sentry/electron": "^1.3.0",
|
||||||
"adm-zip": "^0.4.14",
|
"adm-zip": "^0.4.14",
|
||||||
"auto-launch": "^5.0.5",
|
"auto-launch": "^5.0.5",
|
||||||
"backoff": "^2.5.0",
|
"backoff": "^2.5.0",
|
||||||
"crypto-random-string": "^3.1.0",
|
"crypto-random-string": "^3.2.0",
|
||||||
"electron-is-dev": "^1.1.0",
|
"electron-is-dev": "^1.1.0",
|
||||||
"electron-log": "^4.0.7",
|
"electron-log": "^4.1.0",
|
||||||
"electron-spellchecker": "^2.2.1",
|
"electron-spellchecker": "^2.2.1",
|
||||||
"electron-updater": "^4.2.2",
|
"electron-updater": "^4.2.5",
|
||||||
"electron-window-state": "^5.0.3",
|
"electron-window-state": "^5.0.3",
|
||||||
"escape-html": "^1.0.3",
|
"escape-html": "^1.0.3",
|
||||||
"i18n": "^0.8.5",
|
"i18n": "^0.8.6",
|
||||||
"node-json-db": "^1.0.3",
|
"node-json-db": "^1.0.3",
|
||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
"rxjs": "^5.5.12",
|
"rxjs": "^5.5.12",
|
||||||
@@ -184,29 +184,29 @@
|
|||||||
"@types/i18n": "^0.8.6",
|
"@types/i18n": "^0.8.6",
|
||||||
"@types/request": "^2.48.4",
|
"@types/request": "^2.48.4",
|
||||||
"@types/requestidlecallback": "^0.3.1",
|
"@types/requestidlecallback": "^0.3.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^2.22.0",
|
"@typescript-eslint/eslint-plugin": "^2.25.0",
|
||||||
"@typescript-eslint/parser": "^2.22.0",
|
"@typescript-eslint/parser": "^2.25.0",
|
||||||
"@vitalets/google-translate-api": "^3.0.0",
|
"@vitalets/google-translate-api": "^3.0.0",
|
||||||
"devtron": "^1.4.0",
|
"devtron": "^1.4.0",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"electron": "^8.0.3",
|
"electron": "^8.1.1",
|
||||||
"electron-builder": "^22.3.2",
|
"electron-builder": "^22.4.1",
|
||||||
"electron-connect": "^0.6.3",
|
"electron-connect": "^0.6.3",
|
||||||
"electron-notarize": "^0.2.1",
|
"electron-notarize": "^0.2.1",
|
||||||
"eslint-config-xo-typescript": "^0.26.0",
|
"eslint-config-xo-typescript": "^0.26.0",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^9.0.0",
|
||||||
"glob": "^5.0.15",
|
"glob": "^7.1.6",
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-tape": "^1.0.0",
|
"gulp-tape": "^1.0.0",
|
||||||
"gulp-typescript": "^6.0.0-alpha.1",
|
"gulp-typescript": "^6.0.0-alpha.1",
|
||||||
"htmlhint": "^0.11.0",
|
"htmlhint": "^0.11.0",
|
||||||
"nodemon": "^2.0.2",
|
"nodemon": "^2.0.2",
|
||||||
"pre-commit": "^1.2.2",
|
"pre-commit": "^1.2.2",
|
||||||
"rimraf": "^2.7.1",
|
"rimraf": "^3.0.2",
|
||||||
"spectron": "^10.0.1",
|
"spectron": "^10.0.1",
|
||||||
"stylelint": "^13.2.0",
|
"stylelint": "^13.2.1",
|
||||||
"tap-colorize": "^1.2.0",
|
"tap-colorize": "^1.2.0",
|
||||||
"tape": "^5.0.0-next.5",
|
"tape": "^4.13.2",
|
||||||
"typescript": "^3.8.3",
|
"typescript": "^3.8.3",
|
||||||
"xo": "^0.28.0"
|
"xo": "^0.28.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user