diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-10-14 14:49:23 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-10-16 11:06:43 +0200 |
| commit | 66225b84bc9d68dc7029aed34ea3781fcbb18c58 (patch) | |
| tree | 62de940469c8d2a8a1e70b4c5f2b926f3735ab71 /gui/package.json | |
| parent | d25896a3d701c0a92b4efb2ef04204480abc82ed (diff) | |
| download | mullvadvpn-66225b84bc9d68dc7029aed34ea3781fcbb18c58.tar.xz mullvadvpn-66225b84bc9d68dc7029aed34ea3781fcbb18c58.zip | |
Fix warnings from TypeScript eslint plugin after upgrade
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/package.json b/gui/package.json index f323ca64f0..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", |
