fix(analytics): display full region names in locations dashboard

This commit is contained in:
Usman Baig
2026-01-18 12:40:42 +01:00
parent eafa66f450
commit 3b6decf7a4
3 changed files with 32 additions and 2 deletions

6
package-lock.json generated
View File

@@ -15,6 +15,7 @@
"d3-scale": "^4.0.2",
"framer-motion": "^12.23.26",
"i18n-iso-countries": "^7.14.0",
"iso-3166-2": "^1.0.0",
"next": "^16.1.1",
"next-themes": "^0.4.6",
"react": "^19.2.3",
@@ -4881,6 +4882,11 @@
"dev": true,
"license": "ISC"
},
"node_modules/iso-3166-2": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/iso-3166-2/-/iso-3166-2-1.0.0.tgz",
"integrity": "sha512-xLAazfKZzwlsg/Zz/GQGQk3jJez5/2ORrjD3TjSuqz/arMht/xTK49c0GOE3afO/gEd9tHtBVVlfBla01unUng=="
},
"node_modules/iterator.prototype": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",