chore(dependencies): update package versions for improved compatibility (#326)
* chore(dependencies): update package versions for improved compatibility - Bumped `@ai-sdk/openai` from `2.0.15` to `2.0.16` for enhanced functionality. - Updated `@tanstack/react-query` from `5.85.3` to `5.85.5` to incorporate the latest improvements. - Incremented `ai` from `5.0.15` to `5.0.16` for better performance. - Updated `lucide-react` from `0.539.0` to `0.540.0` for improved compatibility. - Incremented `next` from `15.4.6` to `15.4.7` to leverage new features and fixes. - Updated `@types/node` from `24.1.0` to `24.3.0` for type safety enhancements. - Updated `@types/nodemailer` from `6.4.17` to `7.0.0` for better type definitions. - Incremented `supabase` from `2.34.0` to `2.34.3` for improved performance and compatibility. * chore(dependencies): downgrade `supabase` version to 2.34.0 for compatibility - Changed `supabase` version in `package.json` and `pnpm-lock.yaml` from `2.34.3` to `2.34.0` to ensure compatibility and stability across the codebase.
This commit is contained in:
committed by
GitHub
parent
e6ecd63a59
commit
d71394ab48
@@ -57,11 +57,11 @@
|
||||
"@nosecone/next": "1.0.0-beta.10",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "2.55.0",
|
||||
"@tanstack/react-query": "5.85.3",
|
||||
"@tanstack/react-query": "5.85.5",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.539.0",
|
||||
"next": "15.4.6",
|
||||
"lucide-react": "^0.540.0",
|
||||
"next": "15.4.7",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.4.6",
|
||||
"react": "19.1.1",
|
||||
@@ -76,16 +76,16 @@
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@next/bundle-analyzer": "15.4.6",
|
||||
"@next/bundle-analyzer": "15.4.7",
|
||||
"@tailwindcss/postcss": "^4.1.12",
|
||||
"@types/node": "^24.1.0",
|
||||
"@types/node": "^24.3.0",
|
||||
"@types/react": "19.1.10",
|
||||
"@types/react-dom": "19.1.7",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
||||
"cssnano": "^7.1.0",
|
||||
"pino-pretty": "13.0.0",
|
||||
"prettier": "^3.6.2",
|
||||
"supabase": "^2.34.0",
|
||||
"supabase": "2.34.0",
|
||||
"tailwindcss": "4.1.12",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.9.2"
|
||||
|
||||
Reference in New Issue
Block a user