Update dependencies and refactor loading components

- Removed `react-is` and `require-in-the-middle` overrides from `package.json` and `pnpm-lock.yaml`.
- Updated various dependencies across multiple packages, including `@types/node` to `^24.5.2`, `react-hook-form` to `^7.63.0`, and `@ai-sdk/openai` to `^2.0.32`.
- Deleted the `loading.tsx` component from the admin accounts directory, streamlining the codebase.
- Adjusted `playwright.config.ts` to use a configurable number of workers for CI environments, enhancing test performance.
- Improved error handling in user ban and reactivation dialogs to provide clearer feedback to the admin user.
This commit is contained in:
gbuomprisco
2025-09-21 09:44:41 +08:00
parent 9712e2354b
commit f157cc7f3e
26 changed files with 1031 additions and 1390 deletions

View File

@@ -8,11 +8,11 @@
"format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
},
"dependencies": {
"@ai-sdk/openai": "^2.0.30",
"@ai-sdk/openai": "^2.0.32",
"@faker-js/faker": "^10.0.0",
"@hookform/resolvers": "^5.2.2",
"@tanstack/react-query": "5.89.0",
"ai": "5.0.44",
"ai": "5.0.48",
"lucide-react": "^0.544.0",
"next": "15.5.3",
"nodemailer": "^7.0.6",
@@ -28,13 +28,13 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^24.5.0",
"@types/node": "^24.5.2",
"@types/nodemailer": "7.0.1",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"pino-pretty": "13.0.0",
"react-hook-form": "^7.62.0",
"react-hook-form": "^7.63.0",
"recharts": "2.15.3",
"tailwindcss": "4.1.13",
"tailwindcss-animate": "^1.0.7",