country dropdown add

This commit is contained in:
bitbucket 2023-05-03 12:11:19 +05:30
parent 08097c9bf6
commit 4463618adf
2 changed files with 6 additions and 0 deletions

View File

@ -4939,6 +4939,11 @@
"yaml": "^1.10.0"
}
},
"country-state-city": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/country-state-city/-/country-state-city-3.1.4.tgz",
"integrity": "sha512-gULjY6rojfdTbgBoPXYbcnmS0SSFzRJl+/jgS/IIxraI7l4YVbT/Jb53OFujJwrQP4d19YC7yWIDHyxtMxgHVQ=="
},
"create-ecdh": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz",

View File

@ -36,6 +36,7 @@
"angular-notifier": "^9.1.0",
"chart.js": "^2.9.4",
"core-js": "^3.9.1",
"country-state-city": "^3.1.4",
"d3": "^6.6.1",
"date-fns": "^2.19.0",
"dragula": "^3.7.3",