Updated dependencies (#229)

This commit is contained in:
Giancarlo Buomprisco
2025-04-09 09:15:47 +07:00
committed by GitHub
parent 15b316dd7b
commit c5828325a2
17 changed files with 893 additions and 804 deletions

View File

@@ -9,9 +9,9 @@
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@tanstack/react-query": "5.71.10",
"@tanstack/react-query": "5.72.1",
"lucide-react": "^0.487.0",
"next": "15.2.4",
"next": "15.2.5",
"nodemailer": "^6.10.0",
"react": "19.1.0",
"react-dom": "19.1.0"
@@ -27,7 +27,7 @@
"@types/nodemailer": "6.4.17",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
"pino-pretty": "^13.0.0",
"react-hook-form": "^7.55.0",
"tailwindcss": "4.1.3",

View File

@@ -55,11 +55,11 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.71.10",
"@tanstack/react-query": "5.72.1",
"@tanstack/react-table": "^8.21.2",
"date-fns": "^4.1.0",
"lucide-react": "^0.487.0",
"next": "15.2.4",
"next": "15.2.5",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.6",
"react": "19.1.0",
@@ -68,23 +68,23 @@
"react-i18next": "^15.4.1",
"recharts": "2.15.2",
"sonner": "^2.0.3",
"tailwind-merge": "^3.1.0",
"tailwind-merge": "^3.2.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.2.4",
"@next/bundle-analyzer": "15.2.5",
"@tailwindcss/postcss": "^4.1.3",
"@types/node": "^22.14.0",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
"cssnano": "^7.0.6",
"pino-pretty": "^13.0.0",
"prettier": "^3.5.3",
"supabase": "^2.20.5",
"supabase": "^2.20.12",
"tailwindcss": "4.1.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3"