chore(dependencies): update packages to latest versions
- Bumped `lucide-react` to `^0.516.0` - Upgraded `react-hook-form` to `^7.58.0` - Updated `zod` to `^3.25.67` - Incremented `@sentry/nextjs` to `^9.29.0` - Miscellaneous upgrades for `eslint`, `@tailwindcss/postcss`, and `supabase` dependencies.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"@hookform/resolvers": "^5.1.1",
|
||||
"@tanstack/react-query": "5.80.7",
|
||||
"ai": "4.3.16",
|
||||
"lucide-react": "^0.514.0",
|
||||
"lucide-react": "^0.516.0",
|
||||
"next": "15.3.3",
|
||||
"nodemailer": "^7.0.3",
|
||||
"react": "19.1.0",
|
||||
@@ -25,18 +25,18 @@
|
||||
"@kit/shared": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@tailwindcss/postcss": "^4.1.8",
|
||||
"@tailwindcss/postcss": "^4.1.10",
|
||||
"@types/node": "^24.0.1",
|
||||
"@types/nodemailer": "6.4.17",
|
||||
"@types/react": "19.1.8",
|
||||
"@types/react-dom": "19.1.6",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"react-hook-form": "^7.57.0",
|
||||
"react-hook-form": "^7.58.0",
|
||||
"tailwindcss": "4.1.10",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.8.3",
|
||||
"zod": "^3.25.63"
|
||||
"zod": "^3.25.67"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
"browserslist": [
|
||||
|
||||
@@ -60,24 +60,24 @@
|
||||
"@tanstack/react-query": "5.80.7",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.514.0",
|
||||
"lucide-react": "^0.516.0",
|
||||
"next": "15.3.3",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.4.6",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-hook-form": "^7.57.0",
|
||||
"react-hook-form": "^7.58.0",
|
||||
"react-i18next": "^15.5.3",
|
||||
"recharts": "2.15.3",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"zod": "^3.25.63"
|
||||
"zod": "^3.25.67"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@next/bundle-analyzer": "15.3.3",
|
||||
"@tailwindcss/postcss": "^4.1.8",
|
||||
"@tailwindcss/postcss": "^4.1.10",
|
||||
"@types/node": "^24.0.1",
|
||||
"@types/react": "19.1.8",
|
||||
"@types/react-dom": "19.1.6",
|
||||
@@ -85,7 +85,7 @@
|
||||
"cssnano": "^7.0.7",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"prettier": "^3.5.3",
|
||||
"supabase": "^2.24.3",
|
||||
"supabase": "^2.26.9",
|
||||
"tailwindcss": "4.1.10",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.8.3"
|
||||
|
||||
Reference in New Issue
Block a user