summaryrefslogtreecommitdiffhomepage
path: root/gui/package.json
diff options
context:
space:
mode:
authorHank <hank@mullvad.net>2022-09-28 10:50:03 +0200
committerHank <hank@mullvad.net>2022-10-03 10:54:57 +0200
commit5ea13de3d9f7e10c2a643f50dbb44c3a37261c93 (patch)
tree9db40298219437d060750a02e9c7199ceedc8fb0 /gui/package.json
parent41e5919ab21b63d2c109d081e59c1814a6cbb79d (diff)
downloadmullvadvpn-5ea13de3d9f7e10c2a643f50dbb44c3a37261c93.tar.xz
mullvadvpn-5ea13de3d9f7e10c2a643f50dbb44c3a37261c93.zip
Update react-simple-maps and it's types
Diffstat (limited to 'gui/package.json')
-rw-r--r--gui/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/package.json b/gui/package.json
index e56397f1b6..fcf86629f8 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -23,7 +23,7 @@
"react-dom": "^17.0.2",
"react-redux": "^7.2.2",
"react-router": "^5.1.2",
- "react-simple-maps": "^2.1.2",
+ "react-simple-maps": "^3.0.0",
"redux": "^4.0.5",
"sprintf-js": "^1.1.2",
"styled-components": "^5.1.1"
@@ -49,7 +49,7 @@
"@types/react-dom": "^16.9.9",
"@types/react-redux": "^7.1.7",
"@types/react-router": "^5.1.5",
- "@types/react-simple-maps": "^1.0.3",
+ "@types/react-simple-maps": "^1.0.8",
"@types/sinon": "^7.0.5",
"@types/sprintf-js": "^1.1.2",
"@types/styled-components": "^5.1.4",