mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-26 22:44:35 +10:00
feat(feature-flags): fixes #1592, introduces new flags DISABLE_SIGNUPS and DISABLE_EMAIL_AUTH, renamed STORAGE_SKIP_BUCKET_CHECK
This commit is contained in:
64
package.json
64
package.json
@@ -30,25 +30,25 @@
|
||||
"messages:extract": "pnpm exec lingui extract --clean --overwrite"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.5",
|
||||
"@babel/preset-react": "^7.24.1",
|
||||
"@babel/core": "^7.24.6",
|
||||
"@babel/preset-react": "^7.24.6",
|
||||
"@lingui/cli": "^4.11.0",
|
||||
"@lingui/conf": "^4.11.0",
|
||||
"@lingui/swc-plugin": "^4.0.7",
|
||||
"@lingui/vite-plugin": "^4.11.0",
|
||||
"@nestjs/schematics": "^10.1.1",
|
||||
"@nestjs/testing": "^10.3.8",
|
||||
"@nx/eslint": "19.0.4",
|
||||
"@nx/eslint-plugin": "19.0.4",
|
||||
"@nx/jest": "19.0.4",
|
||||
"@nx/js": "19.0.4",
|
||||
"@nx/nest": "19.0.4",
|
||||
"@nx/node": "19.0.4",
|
||||
"@nx/react": "19.0.4",
|
||||
"@nx/vite": "19.0.4",
|
||||
"@nx/web": "19.0.4",
|
||||
"@nx/webpack": "19.0.4",
|
||||
"@nx/workspace": "19.0.4",
|
||||
"@nx/eslint": "19.1.0",
|
||||
"@nx/eslint-plugin": "19.1.0",
|
||||
"@nx/jest": "19.1.0",
|
||||
"@nx/js": "19.1.0",
|
||||
"@nx/nest": "19.1.0",
|
||||
"@nx/node": "19.1.0",
|
||||
"@nx/react": "19.1.0",
|
||||
"@nx/vite": "19.1.0",
|
||||
"@nx/web": "19.1.0",
|
||||
"@nx/webpack": "19.1.0",
|
||||
"@nx/workspace": "19.1.0",
|
||||
"@swc-node/register": "~1.9.1",
|
||||
"@swc/cli": "~0.3.12",
|
||||
"@swc/core": "~1.5.7",
|
||||
@@ -74,15 +74,15 @@
|
||||
"@types/passport-github2": "^1.2.9",
|
||||
"@types/passport-google-oauth20": "^2.0.16",
|
||||
"@types/passport-local": "^1.0.38",
|
||||
"@types/react": "18.3.2",
|
||||
"@types/react": "18.3.3",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"@types/react-is": "18.3.0",
|
||||
"@types/retry": "^0.12.5",
|
||||
"@types/webfontloader": "^1.6.38",
|
||||
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
||||
"@typescript-eslint/parser": "^7.10.0",
|
||||
"@vitejs/plugin-react": "~4.2.1",
|
||||
"@vitejs/plugin-react-swc": "~3.6.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
||||
"@typescript-eslint/parser": "^7.11.0",
|
||||
"@vitejs/plugin-react": "~4.3.0",
|
||||
"@vitejs/plugin-react-swc": "~3.7.0",
|
||||
"@vitest/coverage-v8": "^1.6.0",
|
||||
"@vitest/ui": "~1.6.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
@@ -93,26 +93,26 @@
|
||||
"eslint-plugin-jsx-a11y": "6.8.0",
|
||||
"eslint-plugin-lingui": "^0.3.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-react": "7.34.1",
|
||||
"eslint-plugin-react": "7.34.2",
|
||||
"eslint-plugin-react-hooks": "4.6.2",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.0",
|
||||
"eslint-plugin-tailwindcss": "^3.15.2",
|
||||
"eslint-plugin-tailwindcss": "^3.17.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.4",
|
||||
"jsdom": "~24.1.0",
|
||||
"nx": "19.1.0",
|
||||
"postcss": "8.4.38",
|
||||
"postcss-import": "^16.1.0",
|
||||
"postcss-nested": "^6.0.1",
|
||||
"prettier": "^3.2.5",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"ts-jest": "^29.1.3",
|
||||
"ts-jest": "^29.1.4",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "~5.4.5",
|
||||
"vite": "~5.2.11",
|
||||
"vite": "~5.2.12",
|
||||
"vite-plugin-dts": "~3.9.1",
|
||||
"vitest": "~1.6.0"
|
||||
},
|
||||
@@ -166,7 +166,7 @@
|
||||
"@radix-ui/react-toggle-group": "^1.0.4",
|
||||
"@radix-ui/react-tooltip": "^1.0.7",
|
||||
"@swc/helpers": "~0.5.11",
|
||||
"@tanstack/react-query": "^5.37.1",
|
||||
"@tanstack/react-query": "^5.40.0",
|
||||
"@tiptap/extension-bold": "^2.4.0",
|
||||
"@tiptap/extension-bullet-list": "^2.4.0",
|
||||
"@tiptap/extension-code": "^2.4.0",
|
||||
@@ -191,7 +191,7 @@
|
||||
"@tiptap/react": "2.4.0",
|
||||
"@types/passport-jwt": "^4.0.1",
|
||||
"async-retry": "^1.3.3",
|
||||
"axios": "^1.7.1",
|
||||
"axios": "^1.7.2",
|
||||
"axios-auth-refresh": "^3.3.6",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
@@ -201,7 +201,7 @@
|
||||
"dayjs": "^1.11.11",
|
||||
"deepmerge": "^4.3.1",
|
||||
"file-saver": "^2.0.5",
|
||||
"framer-motion": "^11.2.4",
|
||||
"framer-motion": "^11.2.6",
|
||||
"fuzzy": "^0.1.3",
|
||||
"helmet": "^7.1.0",
|
||||
"immer": "^10.1.1",
|
||||
@@ -210,12 +210,12 @@
|
||||
"lodash.get": "^4.4.2",
|
||||
"lodash.set": "^4.3.2",
|
||||
"minio": "^8.0.0",
|
||||
"nest-raven": "^10.0.1",
|
||||
"nest-raven": "^10.1.0",
|
||||
"nestjs-minio-client": "^2.2.0",
|
||||
"nestjs-prisma": "^0.23.0",
|
||||
"nestjs-zod": "^3.0.0",
|
||||
"nodemailer": "^6.9.13",
|
||||
"openai": "^4.47.1",
|
||||
"openai": "^4.47.2",
|
||||
"otplib": "^12.0.1",
|
||||
"papaparse": "^5.4.1",
|
||||
"passport": "^0.7.0",
|
||||
@@ -225,14 +225,14 @@
|
||||
"passport-local": "^1.0.0",
|
||||
"pdf-lib": "^1.17.1",
|
||||
"prisma": "^5.14.0",
|
||||
"puppeteer": "^22.9.0",
|
||||
"puppeteer": "^22.10.0",
|
||||
"qrcode.react": "^3.1.0",
|
||||
"react": "18.3.1",
|
||||
"react-colorful": "^5.6.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-helmet-async": "^2.0.5",
|
||||
"react-hook-form": "^7.51.4",
|
||||
"react-parallax-tilt": "^1.7.226",
|
||||
"react-hook-form": "^7.51.5",
|
||||
"react-parallax-tilt": "^1.7.227",
|
||||
"react-resizable-panels": "^2.0.19",
|
||||
"react-router-dom": "6.23.1",
|
||||
"react-zoom-pan-pinch": "^3.4.4",
|
||||
|
||||
Reference in New Issue
Block a user