Update dependencies and versions across multiple packages (#403)

- Upgraded Next.js to version 16.0.1 and React to version 19.2.0.
- Updated various packages including @supabase/supabase-js to 2.78.0, lucide-react to 0.548.0, and react-i18next to 16.2.3.
- Adjusted @types/node version to 24.9.2 and other related dependencies.
- Refactored package.json files to use PNPM catalogs for better dependency management.
- Updated ESLint configurations and related plugins to the latest versions.
This commit is contained in:
Giancarlo Buomprisco
2025-11-01 09:00:10 +07:00
committed by GitHub
parent 8bfcfe4a22
commit a920dea2b3
25 changed files with 1169 additions and 1083 deletions

View File

@@ -8,13 +8,13 @@
"format": "prettier --check --write \"**/*.{ts,tsx}\" --ignore-path=\"../../.prettierignore\""
},
"dependencies": {
"@ai-sdk/openai": "^2.0.53",
"@ai-sdk/openai": "^2.0.58",
"@faker-js/faker": "^10.1.0",
"@hookform/resolvers": "^5.2.2",
"@tanstack/react-query": "5.90.5",
"ai": "5.0.77",
"lucide-react": "^0.546.0",
"next": "16.0.0",
"ai": "5.0.83",
"lucide-react": "^0.548.0",
"next": "catalog:",
"nodemailer": "^7.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
@@ -31,7 +31,7 @@
"@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.1.16",
"@types/node": "catalog:",
"@types/nodemailer": "7.0.2",
"@types/nodemailer": "7.0.3",
"@types/react": "catalog:",
"@types/react-dom": "19.2.2",
"babel-plugin-react-compiler": "1.0.0",

View File

@@ -12,7 +12,7 @@
"author": "Makerkit",
"devDependencies": {
"@playwright/test": "^1.56.1",
"@supabase/supabase-js": "2.76.1",
"@supabase/supabase-js": "2.78.0",
"@types/node": "catalog:",
"dotenv": "17.2.3",
"node-html-parser": "^7.0.1",

View File

@@ -56,18 +56,18 @@
"@marsidev/react-turnstile": "^1.3.1",
"@nosecone/next": "1.0.0-beta.13",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.76.1",
"@supabase/supabase-js": "2.78.0",
"@tanstack/react-query": "5.90.5",
"@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0",
"lucide-react": "^0.546.0",
"next": "16.0.0",
"lucide-react": "^0.548.0",
"next": "catalog:",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-hook-form": "^7.65.0",
"react-i18next": "^16.1.5",
"react-i18next": "^16.2.3",
"recharts": "2.15.3",
"tailwind-merge": "^3.3.1",
"urlpattern-polyfill": "^10.1.0",
@@ -77,17 +77,17 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "16.0.0",
"@tailwindcss/postcss": "^4.1.16",
"@next/bundle-analyzer": "catalog:",
"@tailwindcss/postcss": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "19.2.2",
"@types/react-dom": "catalog:",
"babel-plugin-react-compiler": "1.0.0",
"cssnano": "^7.1.1",
"cssnano": "^7.1.2",
"pino-pretty": "13.0.0",
"prettier": "^3.6.2",
"supabase": "2.53.6",
"tailwindcss": "4.1.16",
"supabase": "catalog:",
"tailwindcss": "catalog:",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3"
},