diff --git a/app/(main)/ClientComponents/Global.tsx b/app/(main)/ClientComponents/Global.tsx index 090ec11..882aba2 100644 --- a/app/(main)/ClientComponents/Global.tsx +++ b/app/(main)/ClientComponents/Global.tsx @@ -29,7 +29,6 @@ export default async function ServerGlobal() { } export async function Global({ countries = [] }: GlobalProps) { - // const t = useTranslations("Global"); const map = new DottedMap({ map: JSON.parse(mapJsonString) }); const countries_alpha3 = countries diff --git a/bun.lockb b/bun.lockb index 3b552b9..06550fc 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c783c63..9ab9be7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@turf/turf": "^7.1.0", "@types/luxon": "^3.4.2", "@typescript-eslint/eslint-plugin": "^8.15.0", - "caniuse-lite": "^1.0.30001680", + "caniuse-lite": "^1.0.30001683", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "country-flag-icons": "^1.5.13",