mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
Upgrade dependencies, including Electron 11.3.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
2370
package-lock.json
generated
2370
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@@ -150,31 +150,31 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@electron-elements/send-feedback": "^2.0.3",
|
||||
"@sentry/electron": "^2.3.0",
|
||||
"@yaireo/tagify": "^3.22.3",
|
||||
"adm-zip": "^0.5.2",
|
||||
"@sentry/electron": "^2.4.0",
|
||||
"@yaireo/tagify": "^3.23.1",
|
||||
"adm-zip": "^0.5.4",
|
||||
"auto-launch": "^5.0.5",
|
||||
"backoff": "^2.5.0",
|
||||
"electron-log": "^4.3.1",
|
||||
"electron-updater": "^4.3.5",
|
||||
"electron-log": "^4.3.2",
|
||||
"electron-updater": "^4.3.8",
|
||||
"electron-window-state": "^5.0.3",
|
||||
"escape-goat": "^3.0.0",
|
||||
"get-stream": "^6.0.0",
|
||||
"i18n": "^0.13.2",
|
||||
"iso-639-1": "^2.1.8",
|
||||
"node-json-db": "^1.1.0",
|
||||
"node-json-db": "^1.3.0",
|
||||
"semver": "^7.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/adm-zip": "^0.4.33",
|
||||
"@types/auto-launch": "^5.0.1",
|
||||
"@types/backoff": "^2.5.1",
|
||||
"@types/i18n": "^0.12.0",
|
||||
"@types/node": "^14.14.28",
|
||||
"@types/i18n": "^0.13.0",
|
||||
"@types/node": "^14.14.32",
|
||||
"@types/requestidlecallback": "^0.3.1",
|
||||
"dotenv": "^8.2.0",
|
||||
"electron": "^11.2.3",
|
||||
"electron-builder": "^22.9.1",
|
||||
"electron": "^11.3.0",
|
||||
"electron-builder": "^22.10.5",
|
||||
"electron-connect": "^0.6.3",
|
||||
"electron-notarize": "^1.0.0",
|
||||
"eslint-import-resolver-typescript": "^2.4.0",
|
||||
@@ -187,11 +187,11 @@
|
||||
"pre-commit": "^1.2.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"spectron": "^13.0.0",
|
||||
"stylelint": "^13.10.0",
|
||||
"stylelint": "^13.12.0",
|
||||
"tap-colorize": "^1.2.0",
|
||||
"tape": "^5.1.1",
|
||||
"typescript": "^4.1.5",
|
||||
"xo": "^0.37.1"
|
||||
"tape": "^5.2.2",
|
||||
"typescript": "^4.2.3",
|
||||
"xo": "^0.38.2"
|
||||
},
|
||||
"xo": {
|
||||
"rules": {
|
||||
|
||||
Reference in New Issue
Block a user