dependencies: Upgrade everything to latest.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2020-03-02 19:58:34 -08:00
parent a63b3873ae
commit fa86f1ca25
4 changed files with 2973 additions and 6804 deletions

750
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,26 +27,26 @@
"InstantMessaging"
],
"dependencies": {
"@electron-elements/send-feedback": "1.0.8",
"@electron-elements/send-feedback": "^1.0.8",
"@sentry/electron": "^1.2.1",
"adm-zip": "0.4.11",
"auto-launch": "5.0.5",
"backoff": "2.5.0",
"crypto-random-string": "3.1.0",
"adm-zip": "^0.4.14",
"auto-launch": "^5.0.5",
"backoff": "^2.5.0",
"crypto-random-string": "^3.1.0",
"dotenv": "^8.2.0",
"electron-is-dev": "^1.1.0",
"electron-log": "^4.0.7",
"electron-spellchecker": "2.2.1",
"electron-updater": "4.2.0",
"electron-window-state": "5.0.3",
"escape-html": "1.0.3",
"i18n": "0.8.3",
"electron-spellchecker": "^2.2.1",
"electron-updater": "^4.2.2",
"electron-window-state": "^5.0.3",
"escape-html": "^1.0.3",
"i18n": "^0.8.5",
"node-json-db": "^1.0.3",
"request": "2.85.0",
"semver": "5.4.1",
"wurl": "2.5.0"
"request": "^2.88.2",
"semver": "^7.1.3",
"wurl": "^2.5.4"
},
"optionalDependencies": {
"node-mac-notifier": "1.1.0"
"node-mac-notifier": "^1.1.0"
}
}

8973
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -155,26 +155,26 @@
"devDependencies": {
"@types/adm-zip": "^0.4.32",
"@types/dotenv": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"@vitalets/google-translate-api": "2.8.0",
"devtron": "1.4.0",
"electron": "^8.0.2",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"@vitalets/google-translate-api": "^3.0.0",
"devtron": "^1.4.0",
"electron": "^8.0.3",
"electron-builder": "^22.3.2",
"electron-connect": "0.6.2",
"electron-notarize": "0.2.0",
"electron-connect": "^0.6.3",
"electron-notarize": "^0.2.1",
"eslint-config-xo-typescript": "^0.26.0",
"fs-extra": "8.1.0",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"gulp-tape": "^1.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"htmlhint": "0.11.0",
"nodemon": "1.14.11",
"pre-commit": "1.2.2",
"htmlhint": "^0.11.0",
"nodemon": "^2.0.2",
"pre-commit": "^1.2.2",
"spectron": "^10.0.1",
"stylelint": "^13.2.0",
"tap-colorize": "1.2.0",
"tape": "^4.13.0",
"tap-colorize": "^1.2.0",
"tape": "^5.0.0-next.5",
"typescript": "^3.8.3",
"xo": "^0.27.2"
},