mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
update dependencies
This commit is contained in:
@ -25,7 +25,7 @@ import {
|
||||
TextAa,
|
||||
Translate,
|
||||
} from "@phosphor-icons/react";
|
||||
import { cn, templatesList } from "@reactive-resume/utils";
|
||||
import { cn, languages, templatesList } from "@reactive-resume/utils";
|
||||
import { motion } from "framer-motion";
|
||||
|
||||
type Feature = {
|
||||
@ -39,6 +39,7 @@ const featureLabel = cn(
|
||||
);
|
||||
|
||||
export const FeaturesSection = () => {
|
||||
const languagesCount = languages.length;
|
||||
const templatesCount = templatesList.length;
|
||||
|
||||
const features: Feature[] = [
|
||||
@ -47,7 +48,7 @@ export const FeaturesSection = () => {
|
||||
{ icon: <Scales />, title: t`MIT License` },
|
||||
{ icon: <Prohibit />, title: t`No user tracking or advertising` },
|
||||
{ icon: <Cloud />, title: t`Self-host with Docker` },
|
||||
{ icon: <Translate />, title: t`Available in 20+ languages` },
|
||||
{ icon: <Translate />, title: t`Available in ${languagesCount} languages` },
|
||||
{ icon: <Brain />, title: t`OpenAI Integration` },
|
||||
{ icon: <GithubLogo />, title: t`Sign in with GitHub` },
|
||||
{ icon: <GoogleLogo />, title: t`Sign in with Google` },
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
"@types/lodash.get": "^4.4.9",
|
||||
"@types/lodash.set": "^4.3.9",
|
||||
"@types/multer": "^1.4.11",
|
||||
"@types/node": "20.9.5",
|
||||
"@types/node": "20.10.0",
|
||||
"@types/nodemailer": "^6.4.14",
|
||||
"@types/papaparse": "^5.3.13",
|
||||
"@types/passport": "^1.0.16",
|
||||
@ -166,7 +166,7 @@
|
||||
"@songkeys/nestjs-redis": "^10.0.0",
|
||||
"@songkeys/nestjs-redis-health": "^10.0.0",
|
||||
"@swc/helpers": "~0.5.3",
|
||||
"@tanstack/react-query": "^5.8.4",
|
||||
"@tanstack/react-query": "^5.8.7",
|
||||
"@tiptap/extension-highlight": "^2.1.12",
|
||||
"@tiptap/extension-image": "^2.1.12",
|
||||
"@tiptap/extension-link": "^2.1.12",
|
||||
|
||||
324
pnpm-lock.yaml
generated
324
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user