From 221cb902caf96586519fd946992cd0806e599096 Mon Sep 17 00:00:00 2001 From: Toby Brown Date: Tue, 5 Mar 2024 20:08:00 +0000 Subject: [PATCH] dunno where that one went --- package.json | 3 ++- yarn.lock | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8010e49c..e5728772 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "animejs": "^3.2.2", "axios": "^1.6.2", "cookies-next": "^4.0.0", + "country-list": "^2.3.0", "country-list-js": "^3.1.8", "cursor-effects": "^1.0.12", "date-fns": "^2.30.0", @@ -84,4 +85,4 @@ "eslint-config-next": "14.0.3", "prettier": "^3.2.2" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 41d388f8..f2a616ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3002,6 +3002,11 @@ country-list-js@^3.1.8: dependencies: micro "^9.3.3" +country-list@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/country-list/-/country-list-2.3.0.tgz#1e7ceaf9834c1d1210054301eabf4dc445ab978c" + integrity sha512-qZk66RlmQm7fQjMYWku1AyjlKPogjPEorAZJG88owPExoPV8EsyCcuFLvO2afTXHEhi9liVOoyd+5A6ZS5QwaA== + create-ecdh@^4.0.0: version "4.0.4" resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e"