update dependencies, fix birthDate error outline

This commit is contained in:
Amruth Pillai
2023-07-27 19:42:25 +02:00
parent 9c76999945
commit 06fee1696e
8 changed files with 657 additions and 688 deletions

View File

@ -30,7 +30,7 @@ const Export = () => {
};
const handleExportJSON = async () => {
const { nanoid } = await import('nanoid');
const nanoid = (await import('nanoid')).nanoid;
const download = (await import('downloadjs')).default;
const redactedResume = pick(resume, ['basics', 'sections', 'metadata', 'public']);