Updated Dependencies (#104)

This commit is contained in:
Giancarlo Buomprisco
2025-01-07 20:34:40 +08:00
committed by GitHub
parent 10898231fe
commit 8f3c1b2aeb
21 changed files with 287 additions and 336 deletions

View File

@@ -13,7 +13,7 @@
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"node-html-parser": "^6.1.13"
"@types/node": "^22.10.5",
"node-html-parser": "^7.0.1"
}
}

View File

@@ -10,7 +10,7 @@ type Theme = 'light' | 'dark' | 'system';
export async function getRootTheme() {
const cookiesStore = await cookies();
const themeCookie = cookiesStore.get('theme')?.value as Theme
const themeCookie = cookiesStore.get('theme')?.value as Theme;
return themeCookie ?? process.env.NEXT_PUBLIC_DEFAULT_THEME_MODE ?? 'light';
}

View File

@@ -32,7 +32,7 @@
},
"dependencies": {
"@edge-csrf/nextjs": "2.5.3-cloudflare-rc1",
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@kit/accounts": "workspace:*",
"@kit/admin": "workspace:*",
"@kit/analytics": "workspace:*",
@@ -56,7 +56,7 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query": "5.62.16",
"@tanstack/react-table": "^8.20.6",
"date-fns": "^4.1.0",
"lucide-react": "^0.469.0",
@@ -66,7 +66,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.3.0",
"react-i18next": "^15.4.0",
"recharts": "2.15.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
@@ -79,7 +79,7 @@
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.1.3",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"autoprefixer": "^10.4.20",
@@ -90,7 +90,7 @@
"pino-pretty": "^13.0.0",
"prettier": "^3.4.2",
"require-in-the-middle": "7.4.0",
"supabase": "^2.1.1",
"supabase": "^2.2.1",
"tailwindcss": "3.4.17",
"typescript": "^5.7.2"
},

View File

@@ -17,7 +17,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.10.2"
"@types/node": "^22.10.5"
},
"eslintConfig": {
"root": true,

View File

@@ -16,7 +16,7 @@
"./marketing": "./src/components/marketing.tsx"
},
"devDependencies": {
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@kit/billing": "workspace:*",
"@kit/eslint-config": "workspace:*",
"@kit/lemon-squeezy": "workspace:*",
@@ -34,7 +34,7 @@
"next": "15.1.3",
"react": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.3.0",
"react-i18next": "^15.4.0",
"zod": "^3.24.1"
},
"eslintConfig": {

View File

@@ -19,7 +19,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/wordpress": "workspace:*",
"@types/node": "^22.10.2"
"@types/node": "^22.10.5"
},
"eslintConfig": {
"root": true,

View File

@@ -26,7 +26,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0",
"zod": "^3.24.1"

View File

@@ -20,7 +20,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"wp-types": "^4.67.0"
},

View File

@@ -20,7 +20,7 @@
"nanoid": "^5.0.9"
},
"devDependencies": {
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@kit/billing-gateway": "workspace:*",
"@kit/email-templates": "workspace:*",
"@kit/eslint-config": "workspace:*",
@@ -35,7 +35,7 @@
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query": "5.62.16",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"lucide-react": "^0.469.0",
@@ -44,7 +44,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.3.0",
"react-i18next": "^15.4.0",
"sonner": "^1.7.1",
"zod": "^3.24.1"
},

View File

@@ -10,7 +10,7 @@
},
"prettier": "@kit/prettier-config",
"devDependencies": {
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@kit/eslint-config": "workspace:*",
"@kit/next": "workspace:*",
"@kit/prettier-config": "workspace:*",
@@ -22,7 +22,7 @@
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query": "5.62.16",
"@tanstack/react-table": "^8.20.6",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.469.0",

View File

@@ -19,7 +19,7 @@
"./resend-email-link": "./src/components/resend-auth-link-form.tsx"
},
"devDependencies": {
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*",
@@ -30,12 +30,12 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query": "5.62.16",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.3.0",
"react-i18next": "^15.4.0",
"sonner": "^1.7.1",
"zod": "^3.24.1"
},

View File

@@ -21,12 +21,12 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query": "5.62.16",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.469.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.3.0"
"react-i18next": "^15.4.0"
},
"prettier": "@kit/prettier-config",
"eslintConfig": {

View File

@@ -18,7 +18,7 @@
"nanoid": "^5.0.9"
},
"devDependencies": {
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@kit/accounts": "workspace:*",
"@kit/billing-gateway": "workspace:*",
"@kit/email-templates": "workspace:*",
@@ -33,7 +33,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query": "5.62.16",
"@tanstack/react-table": "^8.20.6",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
@@ -44,7 +44,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.3.0",
"react-i18next": "^15.4.0",
"sonner": "^1.7.1",
"zod": "^3.24.1"
},

View File

@@ -21,14 +21,14 @@
"@kit/shared": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query": "5.62.16",
"next": "15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.3.0"
"react-i18next": "^15.4.0"
},
"dependencies": {
"i18next": "24.2.0",
"i18next": "24.2.1",
"i18next-browser-languagedetector": "8.0.2",
"i18next-resources-to-backend": "^1.2.1"
},

View File

@@ -19,7 +19,7 @@
"@kit/resend": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"zod": "^3.24.1"
},
"eslintConfig": {

View File

@@ -18,7 +18,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"zod": "^3.24.1"
},
"eslintConfig": {

View File

@@ -30,7 +30,7 @@
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query": "5.62.16",
"@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.1.3",
"react": "19.0.0",

View File

@@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
@@ -32,7 +32,7 @@
"@radix-ui/react-tooltip": "1.1.6",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"input-otp": "1.4.1",
"input-otp": "1.4.2",
"lucide-react": "^0.469.0",
"react-top-loading-bar": "3.0.2",
"recharts": "2.15.0",
@@ -44,7 +44,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query": "5.62.16",
"@tanstack/react-table": "^8.20.6",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
@@ -56,7 +56,7 @@
"prettier": "^3.4.2",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.3.0",
"react-i18next": "^15.4.0",
"sonner": "^1.7.1",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "^1.0.7",

543
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,8 +15,8 @@
"dependencies": {
"@next/eslint-plugin-next": "15.1.3",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.3.3",
"eslint-plugin-import": "^2.31.0",

View File

@@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@trivago/prettier-plugin-sort-imports": "5.2.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9"
},