diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-10-16 11:20:41 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-10-16 11:20:41 +0200 |
| commit | e7f14a8bbeaa17024da71de105d2e68e7a2c444e (patch) | |
| tree | 62de940469c8d2a8a1e70b4c5f2b926f3735ab71 /gui/package.json | |
| parent | 5fe3e53756d2d5212b4f8592bae9ac33972f5126 (diff) | |
| parent | 66225b84bc9d68dc7029aed34ea3781fcbb18c58 (diff) | |
| download | mullvadvpn-e7f14a8bbeaa17024da71de105d2e68e7a2c444e.tar.xz mullvadvpn-e7f14a8bbeaa17024da71de105d2e68e7a2c444e.zip | |
Merge branch 'upgrade-to-typescript-4' into master
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gui/package.json b/gui/package.json index bc8dc0670a..660efb8cd7 100644 --- a/gui/package.json +++ b/gui/package.json @@ -45,6 +45,7 @@ "@types/d3-geo": "^1.11.0", "@types/enzyme": "^3.1.15", "@types/enzyme-adapter-react-16": "^1.0.3", + "@types/gettext-parser": "^4.0.0", "@types/google-protobuf": "^3.7.2", "@types/mkdirp": "^1.0.0", "@types/mocha": "^5.2.6", @@ -62,8 +63,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 +91,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", |
