chore(dependencies): update package versions for improved compatibility (#314)

- Bumped `@manypkg/cli` from `0.24.0` to `0.25.0` for enhanced functionality.
- Updated `cross-env` from `7.0.3` to `10.0.0` to leverage new features and fixes.
- Incremented `next` from `15.4.3` to `15.4.5` for better performance and compatibility.
- Updated `react` and `react-dom` from `19.1.0` to `19.1.1` to ensure alignment with the latest improvements.
- Incremented `@types/node` from `24.0.15` to `24.1.0` for type safety enhancements.
- Updated various packages across the codebase to maintain consistency and compatibility.
This commit is contained in:
Giancarlo Buomprisco
2025-07-30 16:33:23 +07:00
committed by GitHub
parent f538fc791e
commit 910cfd145d
31 changed files with 2437 additions and 2414 deletions

View File

@@ -9,12 +9,12 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"@hookform/resolvers": "^5.2.1",
"@radix-ui/react-icons": "^1.3.2",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"input-otp": "1.4.2",
"lucide-react": "^0.525.0",
"lucide-react": "^0.534.0",
"radix-ui": "1.4.2",
"react-dropzone": "^14.3.8",
"react-top-loading-bar": "3.0.2",
@@ -25,19 +25,19 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.52.0",
"@supabase/supabase-js": "2.53.0",
"@tanstack/react-query": "5.83.0",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"eslint": "^9.31.0",
"next": "15.4.3",
"eslint": "^9.32.0",
"next": "15.4.5",
"next-themes": "0.4.6",
"prettier": "^3.6.2",
"react-day-picker": "^9.8.0",
"react-hook-form": "^7.60.0",
"react-day-picker": "^9.8.1",
"react-hook-form": "^7.61.1",
"react-i18next": "^15.6.1",
"sonner": "^2.0.6",
"tailwindcss": "4.1.11",