summaryrefslogtreecommitdiffhomepage
path: root/gui/package.json
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-05-28 17:06:20 +0200
committerOskar Nyberg <oskar@mullvad.net>2021-06-15 16:36:55 +0200
commit78e09739b8564ea82e0afe92565e53fa276803a7 (patch)
tree8cf05194efd4829860aea029d1a20307f133bbfc /gui/package.json
parent546649bd6c36f5c1f7d8c904091519b111a91690 (diff)
downloadmullvadvpn-78e09739b8564ea82e0afe92565e53fa276803a7.tar.xz
mullvadvpn-78e09739b8564ea82e0afe92565e53fa276803a7.zip
Update TypeScript, React and a few other dependencies
Diffstat (limited to 'gui/package.json')
-rw-r--r--gui/package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/gui/package.json b/gui/package.json
index a0a57035ae..c3e3ecd121 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -19,7 +19,7 @@
"google-protobuf": "^3.14.0",
"node-gettext": "^3.0.0",
"rbush": "^2.0.2",
- "react": "^17.0.1",
+ "react": "^17.0.2",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router": "^5.1.2",
@@ -57,8 +57,8 @@
"@types/styled-components": "^5.1.4",
"@types/topojson-specification": "^1.0.1",
"@types/uuid": "^3.4.4",
- "@typescript-eslint/eslint-plugin": "^4.21.0",
- "@typescript-eslint/parser": "^4.21.0",
+ "@typescript-eslint/eslint-plugin": "^4.25.0",
+ "@typescript-eslint/parser": "^4.25.0",
"browserify": "^17.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
@@ -69,9 +69,9 @@
"electron-devtools-installer": "^3.1.1",
"electron-mocha": "^9.3.3",
"electron-notarize": "^0.1.1",
- "eslint": "^7.14.0",
- "eslint-plugin-prettier": "^3.2.0",
- "eslint-plugin-react": "^7.18.3",
+ "eslint": "^7.27.0",
+ "eslint-plugin-prettier": "^3.4.0",
+ "eslint-plugin-react": "^7.23.2",
"gettext-extractor": "^3.5.2",
"grpc_tools_node_protoc_ts": "^5.1.1",
"gulp": "^4.0.2",
@@ -82,9 +82,9 @@
"semver": "^7.3.2",
"sinon": "^7.1.1",
"spa-server": "^1.0.0",
- "ts-node": "^9.1.1",
+ "ts-node": "^10.0.0",
"tsc-watch": "^4.2.9",
- "typescript": "^4.2.3",
+ "typescript": "^4.3.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},