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:
committed by
GitHub
parent
131b1061e6
commit
d14d19f330
@@ -8,10 +8,10 @@
|
||||
"format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^4.1.1",
|
||||
"@tanstack/react-query": "5.66.9",
|
||||
"lucide-react": "^0.475.0",
|
||||
"next": "15.1.7",
|
||||
"@hookform/resolvers": "^4.1.2",
|
||||
"@tanstack/react-query": "5.66.11",
|
||||
"lucide-react": "^0.477.0",
|
||||
"next": "15.2.0",
|
||||
"nodemailer": "^6.10.0",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0"
|
||||
@@ -22,17 +22,17 @@
|
||||
"@kit/shared": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@tailwindcss/postcss": "^4.0.8",
|
||||
"@tailwindcss/postcss": "^4.0.9",
|
||||
"@types/node": "^22.13.4",
|
||||
"@types/nodemailer": "6.4.17",
|
||||
"@types/react": "19.0.10",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"babel-plugin-react-compiler": "beta",
|
||||
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"react-hook-form": "^7.54.2",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user