diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-10-14 14:48:36 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-10-15 15:56:22 +0200 |
| commit | d25896a3d701c0a92b4efb2ef04204480abc82ed (patch) | |
| tree | 40919b909c5fa8a705a533324947edd5eb3b1d57 /gui/package.json | |
| parent | 5fe3e53756d2d5212b4f8592bae9ac33972f5126 (diff) | |
| download | mullvadvpn-d25896a3d701c0a92b4efb2ef04204480abc82ed.tar.xz mullvadvpn-d25896a3d701c0a92b4efb2ef04204480abc82ed.zip | |
Upgrade TypeScript to 4.0.3 and TypeScript eslint plugins
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/package.json b/gui/package.json index bc8dc0670a..f323ca64f0 100644 --- a/gui/package.json +++ b/gui/package.json @@ -62,8 +62,8 @@ "@types/styled-components": "^5.1.0", "@types/topojson-specification": "^1.0.1", "@types/uuid": "^3.4.4", - "@typescript-eslint/eslint-plugin": "^2.29.0", - "@typescript-eslint/parser": "^2.29.0", + "@typescript-eslint/eslint-plugin": "^4.4.1", + "@typescript-eslint/parser": "^4.4.1", "browser-sync": "^2.26.12", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", @@ -90,7 +90,7 @@ "sinon": "^7.1.1", "ts-node": "^8.3.0", "tsc-watch": "^4.2.9", - "typescript": "^3.9.7" + "typescript": "^4.0.3" }, "scripts": { "postinstall": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true electron-builder install-app-deps", |
