Update dependencies. Fixed linting issues discovered after update.
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.49.1",
|
||||
"@types/node": "^22.10.7",
|
||||
"@playwright/test": "^1.50.0",
|
||||
"@types/node": "^22.12.0",
|
||||
"node-html-parser": "^7.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ function Node({
|
||||
prefix: string;
|
||||
}) {
|
||||
const url = `${prefix}/${node.slug}`;
|
||||
const label = node.label ? node.label : node.title;
|
||||
const label = node.label ?? node.title;
|
||||
|
||||
const Container = (props: React.PropsWithChildren) => {
|
||||
if (node.collapsible) {
|
||||
|
||||
@@ -55,19 +55,19 @@
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
|
||||
"@marsidev/react-turnstile": "^1.1.0",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "2.47.16",
|
||||
"@tanstack/react-query": "5.64.1",
|
||||
"@supabase/supabase-js": "2.48.1",
|
||||
"@tanstack/react-query": "5.65.0",
|
||||
"@tanstack/react-table": "^8.20.6",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.471.1",
|
||||
"next": "15.1.4",
|
||||
"lucide-react": "^0.474.0",
|
||||
"next": "15.1.6",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.4.4",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"react-hook-form": "^7.54.2",
|
||||
"react-i18next": "^15.4.0",
|
||||
"recharts": "2.15.0",
|
||||
"recharts": "2.15.1",
|
||||
"sonner": "^1.7.2",
|
||||
"tailwind-merge": "^2.6.0",
|
||||
"zod": "^3.24.1"
|
||||
@@ -77,9 +77,9 @@
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@next/bundle-analyzer": "15.1.4",
|
||||
"@next/bundle-analyzer": "15.1.6",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/node": "^22.12.0",
|
||||
"@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",
|
||||
@@ -89,8 +89,8 @@
|
||||
"import-in-the-middle": "1.12.0",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"prettier": "^3.4.2",
|
||||
"require-in-the-middle": "7.4.0",
|
||||
"supabase": "^2.6.8",
|
||||
"require-in-the-middle": "7.5.0",
|
||||
"supabase": "^2.9.6",
|
||||
"tailwindcss": "3.4.17",
|
||||
"typescript": "^5.7.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user