dependencies: Upgrade dependencies.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2020-03-23 16:39:58 -07:00
parent 55eb768064
commit 82a7f97ca6
2 changed files with 791 additions and 1054 deletions

1817
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -153,18 +153,18 @@
],
"dependencies": {
"@electron-elements/send-feedback": "^1.0.8",
"@sentry/electron": "^1.2.1",
"@sentry/electron": "^1.3.0",
"adm-zip": "^0.4.14",
"auto-launch": "^5.0.5",
"backoff": "^2.5.0",
"crypto-random-string": "^3.1.0",
"crypto-random-string": "^3.2.0",
"electron-is-dev": "^1.1.0",
"electron-log": "^4.0.7",
"electron-log": "^4.1.0",
"electron-spellchecker": "^2.2.1",
"electron-updater": "^4.2.2",
"electron-updater": "^4.2.5",
"electron-window-state": "^5.0.3",
"escape-html": "^1.0.3",
"i18n": "^0.8.5",
"i18n": "^0.8.6",
"node-json-db": "^1.0.3",
"request": "^2.88.2",
"rxjs": "^5.5.12",
@@ -184,29 +184,29 @@
"@types/i18n": "^0.8.6",
"@types/request": "^2.48.4",
"@types/requestidlecallback": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"@vitalets/google-translate-api": "^3.0.0",
"devtron": "^1.4.0",
"dotenv": "^8.2.0",
"electron": "^8.0.3",
"electron-builder": "^22.3.2",
"electron": "^8.1.1",
"electron-builder": "^22.4.1",
"electron-connect": "^0.6.3",
"electron-notarize": "^0.2.1",
"eslint-config-xo-typescript": "^0.26.0",
"fs-extra": "^8.1.0",
"glob": "^5.0.15",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-tape": "^1.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"htmlhint": "^0.11.0",
"nodemon": "^2.0.2",
"pre-commit": "^1.2.2",
"rimraf": "^2.7.1",
"rimraf": "^3.0.2",
"spectron": "^10.0.1",
"stylelint": "^13.2.0",
"stylelint": "^13.2.1",
"tap-colorize": "^1.2.0",
"tape": "^5.0.0-next.5",
"tape": "^4.13.2",
"typescript": "^3.8.3",
"xo": "^0.28.0"
},