Update dependencies to latest versions for improved stability and features (#253)

This commit is contained in:
Giancarlo Buomprisco
2025-05-09 20:57:02 +07:00
committed by GitHub
parent de347005b1
commit 3893806b4a
32 changed files with 1316 additions and 1458 deletions

View File

@@ -8,13 +8,13 @@
"format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"" "format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
}, },
"dependencies": { "dependencies": {
"@ai-sdk/openai": "^1.3.21", "@ai-sdk/openai": "^1.3.22",
"@hookform/resolvers": "^5.0.1", "@hookform/resolvers": "^5.0.1",
"@tanstack/react-query": "5.75.2", "@tanstack/react-query": "5.75.7",
"ai": "4.3.13", "ai": "4.3.15",
"lucide-react": "^0.507.0", "lucide-react": "^0.509.0",
"next": "15.3.1", "next": "15.3.2",
"nodemailer": "^7.0.2", "nodemailer": "^7.0.3",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"rxjs": "^7.8.2" "rxjs": "^7.8.2"
@@ -26,13 +26,13 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.1.5", "@tailwindcss/postcss": "^4.1.5",
"@types/node": "^22.15.9", "@types/node": "^22.15.17",
"@types/nodemailer": "6.4.17", "@types/nodemailer": "6.4.17",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"@types/react-dom": "19.1.3", "@types/react-dom": "19.1.3",
"babel-plugin-react-compiler": "19.1.0-rc.1", "babel-plugin-react-compiler": "19.1.0-rc.1",
"pino-pretty": "^13.0.0", "pino-pretty": "^13.0.0",
"react-hook-form": "^7.56.2", "react-hook-form": "^7.56.3",
"tailwindcss": "4.1.5", "tailwindcss": "4.1.5",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3", "typescript": "^5.8.3",

View File

@@ -13,7 +13,7 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.52.0", "@playwright/test": "^1.52.0",
"@types/node": "^22.15.9", "@types/node": "^22.15.17",
"dotenv": "16.5.0", "dotenv": "16.5.0",
"node-html-parser": "^7.0.1", "node-html-parser": "^7.0.1",
"totp-generator": "^1.0.0" "totp-generator": "^1.0.0"

View File

@@ -54,19 +54,19 @@
"@makerkit/data-loader-supabase-core": "^0.0.10", "@makerkit/data-loader-supabase-core": "^0.0.10",
"@makerkit/data-loader-supabase-nextjs": "^1.2.5", "@makerkit/data-loader-supabase-nextjs": "^1.2.5",
"@marsidev/react-turnstile": "^1.1.0", "@marsidev/react-turnstile": "^1.1.0",
"@nosecone/next": "1.0.0-beta.6", "@nosecone/next": "1.0.0-beta.7",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4", "@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.75.2", "@tanstack/react-query": "5.75.7",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.507.0", "lucide-react": "^0.509.0",
"next": "15.3.1", "next": "15.3.2",
"next-sitemap": "^4.2.3", "next-sitemap": "^4.2.3",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"react-hook-form": "^7.56.2", "react-hook-form": "^7.56.3",
"react-i18next": "^15.5.1", "react-i18next": "^15.5.1",
"recharts": "2.15.3", "recharts": "2.15.3",
"sonner": "^2.0.3", "sonner": "^2.0.3",
@@ -77,16 +77,16 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.3.1", "@next/bundle-analyzer": "15.3.2",
"@tailwindcss/postcss": "^4.1.5", "@tailwindcss/postcss": "^4.1.5",
"@types/node": "^22.15.9", "@types/node": "^22.15.17",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"@types/react-dom": "19.1.3", "@types/react-dom": "19.1.3",
"babel-plugin-react-compiler": "19.1.0-rc.1", "babel-plugin-react-compiler": "19.1.0-rc.1",
"cssnano": "^7.0.6", "cssnano": "^7.0.7",
"pino-pretty": "^13.0.0", "pino-pretty": "^13.0.0",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"supabase": "^2.22.6", "supabase": "^2.22.12",
"tailwindcss": "4.1.5", "tailwindcss": "4.1.5",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3" "typescript": "^5.8.3"

View File

@@ -46,10 +46,10 @@
}, },
"devDependencies": { "devDependencies": {
"@manypkg/cli": "^0.24.0", "@manypkg/cli": "^0.24.0",
"@turbo/gen": "^2.5.2", "@turbo/gen": "^2.5.3",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"turbo": "2.5.2", "turbo": "2.5.3",
"typescript": "^5.8.3" "typescript": "^5.8.3"
} }
} }

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/node": "^22.15.9" "@types/node": "^22.15.17"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -27,12 +27,12 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.4", "@supabase/supabase-js": "2.49.4",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.507.0", "lucide-react": "^0.509.0",
"next": "15.3.1", "next": "15.3.2",
"react": "19.1.0", "react": "19.1.0",
"react-hook-form": "^7.56.2", "react-hook-form": "^7.56.3",
"react-i18next": "^15.5.1", "react-i18next": "^15.5.1",
"zod": "^3.24.4" "zod": "^3.24.4"
}, },

View File

@@ -24,8 +24,8 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"next": "15.3.1", "next": "15.3.2",
"react": "19.1.0", "react": "19.1.0",
"zod": "^3.24.4" "zod": "^3.24.4"
}, },

View File

@@ -27,9 +27,9 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"next": "15.3.1", "next": "15.3.2",
"react": "19.1.0", "react": "19.1.0",
"zod": "^3.24.4" "zod": "^3.24.4"
}, },

View File

@@ -20,7 +20,7 @@
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/wordpress": "workspace:*", "@kit/wordpress": "workspace:*",
"@types/node": "^22.15.9" "@types/node": "^22.15.17"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -26,8 +26,8 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/node": "^22.15.9", "@types/node": "^22.15.17",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"react": "19.1.0", "react": "19.1.0",
"zod": "^3.24.4" "zod": "^3.24.4"
}, },

View File

@@ -20,8 +20,8 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/node": "^22.15.9", "@types/node": "^22.15.17",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"wp-types": "^4.68.0" "wp-types": "^4.68.0"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -13,7 +13,7 @@
".": "./src/index.ts" ".": "./src/index.ts"
}, },
"dependencies": { "dependencies": {
"@react-email/components": "0.0.38" "@react-email/components": "0.0.39"
}, },
"devDependencies": { "devDependencies": {
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",

View File

@@ -35,15 +35,15 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4", "@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.75.2", "@tanstack/react-query": "5.75.7",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"@types/react-dom": "19.1.3", "@types/react-dom": "19.1.3",
"lucide-react": "^0.507.0", "lucide-react": "^0.509.0",
"next": "15.3.1", "next": "15.3.2",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"react-hook-form": "^7.56.2", "react-hook-form": "^7.56.3",
"react-i18next": "^15.5.1", "react-i18next": "^15.5.1",
"sonner": "^2.0.3", "sonner": "^2.0.3",
"zod": "^3.24.4" "zod": "^3.24.4"

View File

@@ -21,14 +21,14 @@
"@makerkit/data-loader-supabase-core": "^0.0.10", "@makerkit/data-loader-supabase-core": "^0.0.10",
"@makerkit/data-loader-supabase-nextjs": "^1.2.5", "@makerkit/data-loader-supabase-nextjs": "^1.2.5",
"@supabase/supabase-js": "2.49.4", "@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.75.2", "@tanstack/react-query": "5.75.7",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"lucide-react": "^0.507.0", "lucide-react": "^0.509.0",
"next": "15.3.1", "next": "15.3.2",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"react-hook-form": "^7.56.2", "react-hook-form": "^7.56.3",
"zod": "^3.24.4" "zod": "^3.24.4"
}, },
"exports": { "exports": {

View File

@@ -29,11 +29,11 @@
"@marsidev/react-turnstile": "^1.1.0", "@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4", "@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.75.2", "@tanstack/react-query": "5.75.7",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"lucide-react": "^0.507.0", "lucide-react": "^0.509.0",
"next": "15.3.1", "next": "15.3.2",
"react-hook-form": "^7.56.2", "react-hook-form": "^7.56.3",
"react-i18next": "^15.5.1", "react-i18next": "^15.5.1",
"sonner": "^2.0.3", "sonner": "^2.0.3",
"zod": "^3.24.4" "zod": "^3.24.4"

View File

@@ -20,9 +20,9 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.4", "@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.75.2", "@tanstack/react-query": "5.75.7",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"lucide-react": "^0.507.0", "lucide-react": "^0.509.0",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"react-i18next": "^15.5.1" "react-i18next": "^15.5.1"

View File

@@ -33,17 +33,17 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.4", "@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.75.2", "@tanstack/react-query": "5.75.7",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"@types/react-dom": "19.1.3", "@types/react-dom": "19.1.3",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.507.0", "lucide-react": "^0.509.0",
"next": "15.3.1", "next": "15.3.2",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"react-hook-form": "^7.56.2", "react-hook-form": "^7.56.3",
"react-i18next": "^15.5.1", "react-i18next": "^15.5.1",
"sonner": "^2.0.3", "sonner": "^2.0.3",
"zod": "^3.24.4" "zod": "^3.24.4"

View File

@@ -20,14 +20,14 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.75.2", "@tanstack/react-query": "5.75.7",
"next": "15.3.1", "next": "15.3.2",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"react-i18next": "^15.5.1" "react-i18next": "^15.5.1"
}, },
"dependencies": { "dependencies": {
"i18next": "25.0.2", "i18next": "25.1.2",
"i18next-browser-languagedetector": "8.1.0", "i18next-browser-languagedetector": "8.1.0",
"i18next-resources-to-backend": "^1.2.1" "i18next-resources-to-backend": "^1.2.1"
}, },

View File

@@ -20,7 +20,7 @@
"@kit/resend": "workspace:*", "@kit/resend": "workspace:*",
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/node": "^22.15.9", "@types/node": "^22.15.17",
"zod": "^3.24.4" "zod": "^3.24.4"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -13,7 +13,7 @@
".": "./src/index.ts" ".": "./src/index.ts"
}, },
"dependencies": { "dependencies": {
"nodemailer": "^7.0.2" "nodemailer": "^7.0.3"
}, },
"devDependencies": { "devDependencies": {
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",

View File

@@ -17,7 +17,7 @@
"@kit/mailers-shared": "workspace:*", "@kit/mailers-shared": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/node": "^22.15.9", "@types/node": "^22.15.17",
"zod": "^3.24.4" "zod": "^3.24.4"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -24,7 +24,7 @@
"@kit/sentry": "workspace:*", "@kit/sentry": "workspace:*",
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"react": "19.1.0", "react": "19.1.0",
"zod": "^3.24.4" "zod": "^3.24.4"
}, },

View File

@@ -24,7 +24,7 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"react": "19.1.0", "react": "19.1.0",
"zod": "^3.24.4" "zod": "^3.24.4"
}, },

View File

@@ -17,7 +17,7 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"react": "19.1.0" "react": "19.1.0"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts" "./config/server": "./src/sentry.client.server.ts"
}, },
"dependencies": { "dependencies": {
"@sentry/nextjs": "^9.15.0", "@sentry/nextjs": "^9.17.0",
"import-in-the-middle": "1.13.1" "import-in-the-middle": "1.13.1"
}, },
"devDependencies": { "devDependencies": {
@@ -24,7 +24,7 @@
"@kit/monitoring-core": "workspace:*", "@kit/monitoring-core": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"react": "19.1.0" "react": "19.1.0"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -21,7 +21,7 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.49.4", "@supabase/supabase-js": "2.49.4",
"next": "15.3.1", "next": "15.3.2",
"zod": "^3.24.4" "zod": "^3.24.4"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -26,11 +26,11 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4", "@supabase/supabase-js": "2.49.4",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"@types/react-dom": "19.1.3", "@types/react-dom": "19.1.3",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"react-hook-form": "^7.56.2", "react-hook-form": "^7.56.3",
"zod": "^3.24.4" "zod": "^3.24.4"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -20,7 +20,7 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.2" "@types/react": "19.1.3"
}, },
"dependencies": { "dependencies": {
"pino": "^9.6.0" "pino": "^9.6.0"

View File

@@ -26,9 +26,9 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.6.1", "@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "2.49.4", "@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.75.2", "@tanstack/react-query": "5.75.7",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"next": "15.3.1", "next": "15.3.2",
"react": "19.1.0", "react": "19.1.0",
"server-only": "^0.0.1", "server-only": "^0.0.1",
"zod": "^3.24.4" "zod": "^3.24.4"

View File

@@ -33,7 +33,7 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "1.1.1", "cmdk": "1.1.1",
"input-otp": "1.4.2", "input-otp": "1.4.2",
"lucide-react": "^0.507.0", "lucide-react": "^0.509.0",
"react-top-loading-bar": "3.0.2", "react-top-loading-bar": "3.0.2",
"recharts": "2.15.3", "recharts": "2.15.3",
"tailwind-merge": "^3.2.0" "tailwind-merge": "^3.2.0"
@@ -43,18 +43,18 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.75.2", "@tanstack/react-query": "5.75.7",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.2", "@types/react": "19.1.3",
"@types/react-dom": "19.1.3", "@types/react-dom": "19.1.3",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"eslint": "^9.26.0", "eslint": "^9.26.0",
"next": "15.3.1", "next": "15.3.2",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"react-day-picker": "^8.10.1", "react-day-picker": "^8.10.1",
"react-hook-form": "^7.56.2", "react-hook-form": "^7.56.3",
"react-i18next": "^15.5.1", "react-i18next": "^15.5.1",
"sonner": "^2.0.3", "sonner": "^2.0.3",
"tailwindcss": "4.1.5", "tailwindcss": "4.1.5",

2602
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,10 +13,10 @@
"format": "prettier --check \"**/*.{js,json}\"" "format": "prettier --check \"**/*.{js,json}\""
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.3.1", "@next/eslint-plugin-next": "15.3.2",
"@types/eslint": "9.6.1", "@types/eslint": "9.6.1",
"eslint-config-next": "15.3.1", "eslint-config-next": "15.3.2",
"eslint-config-turbo": "^2.5.2", "eslint-config-turbo": "^2.5.3",
"typescript-eslint": "8.32.0" "typescript-eslint": "8.32.0"
}, },
"devDependencies": { "devDependencies": {