diff options
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", |
