Dependencies: Updated packages, run linter autofix (#84)

This commit is contained in:
Giancarlo Buomprisco
2024-11-26 08:21:07 +01:00
committed by GitHub
parent 5cc936b982
commit 8e051664b8
27 changed files with 330 additions and 363 deletions

View File

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

View File

@@ -30,7 +30,7 @@
"@supabase/supabase-js": "^2.46.1",
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.460.0",
"lucide-react": "^0.461.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-hook-form": "^7.53.2",

View File

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

View File

@@ -26,7 +26,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"@types/react": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0-rc-45804af1-20241021",
"zod": "^3.23.8"

View File

@@ -45,9 +45,9 @@ function getKeystaticGithubConfiguration() {
* This can be provided through the `NEXT_PUBLIC_KEYSTATIC_STORAGE_REPO` environment variable. The previous environment variable `KEYSTATIC_STORAGE_REPO` is deprecated.
*/
const repo =
process.env.NEXT_PUBLIC_KEYSTATIC_STORAGE_REPO ??
/* @deprecated */
process.env.KEYSTATIC_STORAGE_REPO;
process.env.NEXT_PUBLIC_KEYSTATIC_STORAGE_REPO ??
/* @deprecated */
process.env.KEYSTATIC_STORAGE_REPO;
return z
.object({

View File

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

View File

@@ -35,10 +35,10 @@
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-query": "5.61.3",
"@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.460.0",
"lucide-react": "^0.461.0",
"next": "15.0.3",
"next-themes": "0.4.3",
"react": "19.0.0-rc-45804af1-20241021",

View File

@@ -22,10 +22,10 @@
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-query": "5.61.3",
"@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.460.0",
"lucide-react": "^0.461.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",

View File

@@ -29,9 +29,9 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-query": "5.61.3",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.460.0",
"lucide-react": "^0.461.0",
"next": "15.0.3",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.1",

View File

@@ -21,9 +21,9 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-query": "5.61.3",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.460.0",
"lucide-react": "^0.461.0",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"react-i18next": "^15.1.1"

View File

@@ -33,13 +33,13 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-query": "5.61.3",
"@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"class-variance-authority": "^0.7.0",
"date-fns": "^4.1.0",
"lucide-react": "^0.460.0",
"lucide-react": "^0.461.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",

View File

@@ -21,14 +21,14 @@
"@kit/shared": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-query": "5.61.3",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"react-i18next": "^15.1.1"
},
"dependencies": {
"i18next": "23.16.8",
"i18next": "24.0.2",
"i18next-browser-languagedetector": "8.0.0",
"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.9.1",
"@types/node": "^22.10.0",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -18,7 +18,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -30,7 +30,7 @@
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-query": "5.61.3",
"@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",

View File

@@ -32,7 +32,7 @@
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"input-otp": "1.4.1",
"lucide-react": "^0.460.0",
"lucide-react": "^0.461.0",
"react-top-loading-bar": "2.3.1",
"recharts": "2.13.3",
"tailwind-merge": "^2.5.4"
@@ -43,7 +43,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-query": "5.61.3",
"@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
@@ -59,7 +59,7 @@
"sonner": "^1.7.0",
"tailwindcss": "3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -113,9 +113,7 @@ export function PageBody(
}
export function PageNavigation(props: React.PropsWithChildren) {
return (
<div className={'flex-1 bg-inherit'}>{props.children}</div>
);
return <div className={'flex-1 bg-inherit'}>{props.children}</div>;
}
export function PageDescription(props: React.PropsWithChildren) {