update dependencies

This commit is contained in:
Amruth Pillai
2023-11-25 02:48:48 +01:00
parent 68f8c22770
commit 9418bcf44f
3 changed files with 167 additions and 166 deletions

View File

@ -25,7 +25,7 @@ import {
TextAa, TextAa,
Translate, Translate,
} from "@phosphor-icons/react"; } from "@phosphor-icons/react";
import { cn, templatesList } from "@reactive-resume/utils"; import { cn, languages, templatesList } from "@reactive-resume/utils";
import { motion } from "framer-motion"; import { motion } from "framer-motion";
type Feature = { type Feature = {
@ -39,6 +39,7 @@ const featureLabel = cn(
); );
export const FeaturesSection = () => { export const FeaturesSection = () => {
const languagesCount = languages.length;
const templatesCount = templatesList.length; const templatesCount = templatesList.length;
const features: Feature[] = [ const features: Feature[] = [
@ -47,7 +48,7 @@ export const FeaturesSection = () => {
{ icon: <Scales />, title: t`MIT License` }, { icon: <Scales />, title: t`MIT License` },
{ icon: <Prohibit />, title: t`No user tracking or advertising` }, { icon: <Prohibit />, title: t`No user tracking or advertising` },
{ icon: <Cloud />, title: t`Self-host with Docker` }, { 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: <Brain />, title: t`OpenAI Integration` },
{ icon: <GithubLogo />, title: t`Sign in with GitHub` }, { icon: <GithubLogo />, title: t`Sign in with GitHub` },
{ icon: <GoogleLogo />, title: t`Sign in with Google` }, { icon: <GoogleLogo />, title: t`Sign in with Google` },

View File

@ -65,7 +65,7 @@
"@types/lodash.get": "^4.4.9", "@types/lodash.get": "^4.4.9",
"@types/lodash.set": "^4.3.9", "@types/lodash.set": "^4.3.9",
"@types/multer": "^1.4.11", "@types/multer": "^1.4.11",
"@types/node": "20.9.5", "@types/node": "20.10.0",
"@types/nodemailer": "^6.4.14", "@types/nodemailer": "^6.4.14",
"@types/papaparse": "^5.3.13", "@types/papaparse": "^5.3.13",
"@types/passport": "^1.0.16", "@types/passport": "^1.0.16",
@ -166,7 +166,7 @@
"@songkeys/nestjs-redis": "^10.0.0", "@songkeys/nestjs-redis": "^10.0.0",
"@songkeys/nestjs-redis-health": "^10.0.0", "@songkeys/nestjs-redis-health": "^10.0.0",
"@swc/helpers": "~0.5.3", "@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-highlight": "^2.1.12",
"@tiptap/extension-image": "^2.1.12", "@tiptap/extension-image": "^2.1.12",
"@tiptap/extension-link": "^2.1.12", "@tiptap/extension-link": "^2.1.12",

324
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff