- add AuthRefreshProvider to refresh auth tokens every 5 minutes

- pull the latest crowdin language artifacts
This commit is contained in:
Amruth Pillai
2024-05-10 10:52:35 +02:00
parent b0d26e3230
commit c1a58118c2
34 changed files with 5798 additions and 4007 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.1.1",
"version": "4.1.2",
"license": "MIT",
"private": true,
"author": {
@ -38,25 +38,25 @@
"@lingui/vite-plugin": "^4.10.1",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.8",
"@nx/eslint": "19.0.0",
"@nx/eslint-plugin": "19.0.0",
"@nx/jest": "19.0.0",
"@nx/js": "19.0.0",
"@nx/nest": "19.0.0",
"@nx/node": "19.0.0",
"@nx/react": "19.0.0",
"@nx/vite": "19.0.0",
"@nx/web": "19.0.0",
"@nx/webpack": "19.0.0",
"@nx/workspace": "19.0.0",
"@nx/eslint": "19.0.2",
"@nx/eslint-plugin": "19.0.2",
"@nx/jest": "19.0.2",
"@nx/js": "19.0.2",
"@nx/nest": "19.0.2",
"@nx/node": "19.0.2",
"@nx/react": "19.0.2",
"@nx/vite": "19.0.2",
"@nx/web": "19.0.2",
"@nx/webpack": "19.0.2",
"@nx/workspace": "19.0.2",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.3",
"@swc/core": "~1.5.5",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/eslint-plugin-query": "^5.32.1",
"@testing-library/react": "15.0.6",
"@testing-library/react": "15.0.7",
"@types/async-retry": "^1.4.8",
"@types/bcryptjs": "^2.4.6",
"@types/cookie-parser": "^1.4.7",
@ -67,7 +67,7 @@
"@types/lodash.get": "^4.4.9",
"@types/lodash.set": "^4.3.9",
"@types/multer": "^1.4.11",
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@types/nodemailer": "^6.4.15",
"@types/papaparse": "^5.3.14",
"@types/passport": "^1.0.16",
@ -97,12 +97,12 @@
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~24.0.0",
"nx": "19.0.0",
"nx": "19.0.2",
"postcss": "8.4.38",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.0.1",
@ -166,33 +166,33 @@
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/node": "^7.113.0",
"@sentry/react": "^7.113.0",
"@sentry/node": "^7.114.0",
"@sentry/react": "^7.114.0",
"@sentry/vite-plugin": "^2.16.1",
"@swc/helpers": "~0.5.11",
"@tanstack/react-query": "^5.35.1",
"@tiptap/extension-bold": "^2.3.1",
"@tiptap/extension-bullet-list": "^2.3.1",
"@tiptap/extension-code": "^2.3.1",
"@tiptap/extension-code-block": "^2.3.1",
"@tiptap/extension-document": "^2.3.1",
"@tiptap/extension-hard-break": "^2.3.1",
"@tiptap/extension-heading": "^2.3.1",
"@tiptap/extension-highlight": "2.3.1",
"@tiptap/extension-history": "^2.3.1",
"@tiptap/extension-horizontal-rule": "^2.3.1",
"@tiptap/extension-image": "2.3.1",
"@tiptap/extension-italic": "^2.3.1",
"@tiptap/extension-link": "2.3.1",
"@tiptap/extension-list-item": "^2.3.1",
"@tiptap/extension-ordered-list": "^2.3.1",
"@tiptap/extension-paragraph": "^2.3.1",
"@tiptap/extension-strike": "^2.3.1",
"@tiptap/extension-text": "^2.3.1",
"@tiptap/extension-text-align": "2.3.1",
"@tiptap/extension-underline": "2.3.1",
"@tiptap/pm": "^2.3.1",
"@tiptap/react": "2.3.1",
"@tiptap/extension-bold": "^2.3.2",
"@tiptap/extension-bullet-list": "^2.3.2",
"@tiptap/extension-code": "^2.3.2",
"@tiptap/extension-code-block": "^2.3.2",
"@tiptap/extension-document": "^2.3.2",
"@tiptap/extension-hard-break": "^2.3.2",
"@tiptap/extension-heading": "^2.3.2",
"@tiptap/extension-highlight": "2.3.2",
"@tiptap/extension-history": "^2.3.2",
"@tiptap/extension-horizontal-rule": "^2.3.2",
"@tiptap/extension-image": "2.3.2",
"@tiptap/extension-italic": "^2.3.2",
"@tiptap/extension-link": "2.3.2",
"@tiptap/extension-list-item": "^2.3.2",
"@tiptap/extension-ordered-list": "^2.3.2",
"@tiptap/extension-paragraph": "^2.3.2",
"@tiptap/extension-strike": "^2.3.2",
"@tiptap/extension-text": "^2.3.2",
"@tiptap/extension-text-align": "2.3.2",
"@tiptap/extension-underline": "2.3.2",
"@tiptap/pm": "^2.3.2",
"@tiptap/react": "2.3.2",
"@types/passport-jwt": "^4.0.1",
"async-retry": "^1.3.3",
"axios": "^1.6.8",
@ -219,7 +219,7 @@
"nestjs-prisma": "^0.23.0",
"nestjs-zod": "^3.0.0",
"nodemailer": "^6.9.13",
"openai": "^4.42.0",
"openai": "^4.44.0",
"otplib": "^12.0.1",
"papaparse": "^5.4.1",
"passport": "^0.7.0",
@ -236,7 +236,7 @@
"react-dom": "18.3.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.51.4",
"react-parallax-tilt": "^1.7.225",
"react-parallax-tilt": "^1.7.226",
"react-resizable-panels": "^2.0.19",
"react-router-dom": "6.23.0",
"react-zoom-pan-pinch": "^3.4.4",
@ -250,7 +250,7 @@
"use-keyboard-shortcut": "^1.1.6",
"usehooks-ts": "^3.1.0",
"webfontloader": "^1.6.28",
"zod": "^3.23.6",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.0",
"zundo": "^2.1.0",
"zustand": "^4.5.2"