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:
committed by
GitHub
parent
f538fc791e
commit
910cfd145d
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@edge-csrf/nextjs": "2.5.3-cloudflare-rc1",
|
||||
"@hookform/resolvers": "^5.1.1",
|
||||
"@hookform/resolvers": "^5.2.1",
|
||||
"@kit/accounts": "workspace:*",
|
||||
"@kit/admin": "workspace:*",
|
||||
"@kit/analytics": "workspace:*",
|
||||
@@ -56,17 +56,17 @@
|
||||
"@marsidev/react-turnstile": "^1.1.0",
|
||||
"@nosecone/next": "1.0.0-beta.9",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "2.52.0",
|
||||
"@supabase/supabase-js": "2.53.0",
|
||||
"@tanstack/react-query": "5.83.0",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.525.0",
|
||||
"next": "15.4.3",
|
||||
"lucide-react": "^0.534.0",
|
||||
"next": "15.4.5",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.4.6",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-hook-form": "^7.60.0",
|
||||
"react": "19.1.1",
|
||||
"react-dom": "19.1.1",
|
||||
"react-hook-form": "^7.61.1",
|
||||
"react-i18next": "^15.6.1",
|
||||
"recharts": "2.15.3",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
@@ -76,16 +76,16 @@
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@next/bundle-analyzer": "15.4.3",
|
||||
"@next/bundle-analyzer": "15.4.5",
|
||||
"@tailwindcss/postcss": "^4.1.11",
|
||||
"@types/node": "^24.0.15",
|
||||
"@types/react": "19.1.8",
|
||||
"@types/react-dom": "19.1.6",
|
||||
"@types/node": "^24.1.0",
|
||||
"@types/react": "19.1.9",
|
||||
"@types/react-dom": "19.1.7",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
||||
"cssnano": "^7.1.0",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"pino-pretty": "^13.1.0",
|
||||
"prettier": "^3.6.2",
|
||||
"supabase": "^2.31.8",
|
||||
"supabase": "^2.33.5",
|
||||
"tailwindcss": "4.1.11",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.8.3"
|
||||
|
||||
Reference in New Issue
Block a user