Dependencies + Next.js 15.2.0 (#193)

- Updated All dependencies
- Updated Next.js 15.2.0
- Updated Stripe API version
- Remove Sentry replayIntegration by default
- Added IMPROVEMENT.yml file
- Bump version to 2.5.1
This commit is contained in:
Giancarlo Buomprisco
2025-03-02 10:41:12 +07:00
committed by GitHub
parent 131b1061e6
commit d14d19f330
26 changed files with 906 additions and 819 deletions

View File

@@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^4.1.1",
"@hookform/resolvers": "^4.1.2",
"@radix-ui/react-accordion": "1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.3",
@@ -33,7 +33,7 @@
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"input-otp": "1.4.2",
"lucide-react": "^0.475.0",
"lucide-react": "^0.477.0",
"react-top-loading-bar": "3.0.2",
"recharts": "2.15.1",
"tailwind-merge": "^3.0.2"
@@ -43,23 +43,23 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.66.9",
"@tanstack/react-query": "5.66.11",
"@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"eslint": "^9.20.1",
"next": "15.1.7",
"eslint": "^9.21.0",
"next": "15.2.0",
"next-themes": "0.4.4",
"prettier": "^3.5.2",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1",
"sonner": "^2.0.1",
"tailwindcss": "4.0.8",
"tailwindcss": "4.0.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"typescript": "^5.8.2",
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",