fix: implement fuzzy search with locale switcher and settings page

This commit is contained in:
Amruth Pillai
2023-11-24 03:53:09 +01:00
parent 016e9aca77
commit e9d888b07c
6 changed files with 95 additions and 75 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@reactive-resume/source",
"description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"private": true,
"author": {
@ -187,6 +187,7 @@
"deepmerge": "^4.3.1",
"file-saver": "^2.0.5",
"framer-motion": "^10.16.5",
"fuzzy": "^0.1.3",
"helmet": "^7.1.0",
"immer": "^10.0.3",
"ioredis": "^5.3.2",