chore: bump version to 2.21.9 and update dependencies across multiple packages (#420)

- Updated application version from 2.21.8 to 2.21.9 in package.json.
- Upgraded dependencies including prettier to version 3.7.4, @supabase/supabase-js to version 2.86.0, and @tanstack/react-query to version 5.90.11.
- Adjusted various package.json files to reflect updated versions for lucide-react, react-hook-form, and nodemailer.
- Enhanced pnpm-lock.yaml and pnpm-workspace.yaml for consistency in package versions.
- Refactored import statements in several components for improved readability.
This commit is contained in:
Giancarlo Buomprisco
2025-12-03 14:04:54 +08:00
committed by GitHub
parent 57d7b0f02f
commit c77c380c9c
42 changed files with 1490 additions and 1695 deletions

View File

@@ -8,14 +8,14 @@
"format": "prettier --check --write \"**/*.{ts,tsx}\" --ignore-path=\"../../.prettierignore\""
},
"dependencies": {
"@ai-sdk/openai": "^2.0.67",
"@ai-sdk/openai": "^2.0.76",
"@faker-js/faker": "^10.1.0",
"@hookform/resolvers": "^5.2.2",
"@tanstack/react-query": "catalog:",
"ai": "5.0.100",
"lucide-react": "^0.554.0",
"ai": "5.0.106",
"lucide-react": "^0.555.0",
"next": "catalog:",
"nodemailer": "^7.0.10",
"nodemailer": "^7.0.11",
"react": "catalog:",
"react-dom": "19.2.0",
"rxjs": "^7.8.2"
@@ -36,7 +36,7 @@
"@types/react-dom": "catalog:",
"babel-plugin-react-compiler": "1.0.0",
"pino-pretty": "13.0.0",
"react-hook-form": "^7.66.1",
"react-hook-form": "^7.67.0",
"recharts": "2.15.3",
"tailwindcss": "catalog:",
"tailwindcss-animate": "^1.0.7",

View File

@@ -11,7 +11,7 @@
},
"author": "Makerkit",
"devDependencies": {
"@playwright/test": "^1.56.1",
"@playwright/test": "^1.57.0",
"@supabase/supabase-js": "catalog:",
"@types/node": "catalog:",
"dotenv": "17.2.3",

View File

@@ -5,9 +5,8 @@
import { type Instrumentation } from 'next';
export async function register() {
const { registerMonitoringInstrumentation } = await import(
'@kit/monitoring/instrumentation'
);
const { registerMonitoringInstrumentation } =
await import('@kit/monitoring/instrumentation');
// Register monitoring instrumentation
// based on the MONITORING_PROVIDER environment variable.

View File

@@ -34,7 +34,7 @@ const config = {
fullUrl: true,
},
},
serverExternalPackages: [],
serverExternalPackages: ['pino', 'thread-stream'],
// needed for supporting dynamic imports for local content
outputFileTracingIncludes: {
'/*': ['./content/**/*'],

View File

@@ -60,13 +60,13 @@
"@tanstack/react-query": "catalog:",
"@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0",
"lucide-react": "^0.554.0",
"lucide-react": "^0.555.0",
"next": "catalog:",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.6",
"react": "catalog:",
"react-dom": "19.2.0",
"react-hook-form": "^7.66.1",
"react-hook-form": "^7.67.0",
"react-i18next": "^16.3.5",
"recharts": "2.15.3",
"tailwind-merge": "^3.4.0",
@@ -86,7 +86,7 @@
"babel-plugin-react-compiler": "1.0.0",
"cssnano": "^7.1.2",
"pino-pretty": "13.0.0",
"prettier": "^3.6.2",
"prettier": "^3.7.4",
"supabase": "catalog:",
"tailwindcss": "catalog:",
"typescript": "^5.9.3"