chore: update dependencies and versions across multiple packages (#410)
- Upgraded various dependencies including @supabase/supabase-js to version 2.80.0, lucide-react to version 0.553.0, and react-i18next to version 16.2.4. - Updated @types/node to version 24.10.0 and adjusted related dependencies. - Incremented pino-pretty to version 13.1.2 and updated @tailwindcss/postcss to version 4.1.17. - Refactored package.json files to ensure consistency across applications and libraries.
This commit is contained in:
committed by
GitHub
parent
fa2fa9a15c
commit
2829979363
@@ -8,12 +8,12 @@
|
||||
"format": "prettier --check --write \"**/*.{ts,tsx}\" --ignore-path=\"../../.prettierignore\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^2.0.59",
|
||||
"@ai-sdk/openai": "^2.0.64",
|
||||
"@faker-js/faker": "^10.1.0",
|
||||
"@hookform/resolvers": "^5.2.2",
|
||||
"@tanstack/react-query": "5.90.5",
|
||||
"ai": "5.0.86",
|
||||
"lucide-react": "^0.552.0",
|
||||
"ai": "5.0.89",
|
||||
"lucide-react": "^0.553.0",
|
||||
"next": "catalog:",
|
||||
"nodemailer": "^7.0.10",
|
||||
"react": "19.2.0",
|
||||
@@ -29,16 +29,16 @@
|
||||
"@kit/shared": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@tailwindcss/postcss": "^4.1.16",
|
||||
"@tailwindcss/postcss": "^4.1.17",
|
||||
"@types/node": "catalog:",
|
||||
"@types/nodemailer": "7.0.3",
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-dom": "19.2.2",
|
||||
"@types/react-dom": "catalog:",
|
||||
"babel-plugin-react-compiler": "1.0.0",
|
||||
"pino-pretty": "13.0.0",
|
||||
"pino-pretty": "13.1.2",
|
||||
"react-hook-form": "^7.66.0",
|
||||
"recharts": "2.15.3",
|
||||
"tailwindcss": "4.1.16",
|
||||
"tailwindcss": "catalog:",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.9.3",
|
||||
"zod": "^3.25.74"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"author": "Makerkit",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.56.1",
|
||||
"@supabase/supabase-js": "2.78.0",
|
||||
"@supabase/supabase-js": "2.80.0",
|
||||
"@types/node": "catalog:",
|
||||
"dotenv": "17.2.3",
|
||||
"node-html-parser": "^7.0.1",
|
||||
|
||||
@@ -54,20 +54,20 @@
|
||||
"@makerkit/data-loader-supabase-core": "^0.0.10",
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
|
||||
"@marsidev/react-turnstile": "^1.3.1",
|
||||
"@nosecone/next": "1.0.0-beta.13",
|
||||
"@nosecone/next": "1.0.0-beta.14",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "2.78.0",
|
||||
"@supabase/supabase-js": "2.80.0",
|
||||
"@tanstack/react-query": "5.90.5",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.552.0",
|
||||
"lucide-react": "^0.553.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.66.0",
|
||||
"react-i18next": "^16.2.3",
|
||||
"react-i18next": "^16.2.4",
|
||||
"recharts": "2.15.3",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tw-animate-css": "catalog:",
|
||||
@@ -85,7 +85,7 @@
|
||||
"@types/react-dom": "catalog:",
|
||||
"babel-plugin-react-compiler": "1.0.0",
|
||||
"cssnano": "^7.1.2",
|
||||
"pino-pretty": "13.0.0",
|
||||
"pino-pretty": "13.1.2",
|
||||
"prettier": "^3.6.2",
|
||||
"supabase": "catalog:",
|
||||
"tailwindcss": "catalog:",
|
||||
|
||||
Reference in New Issue
Block a user