Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion app/components/confirm-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ export function ConfirmDialog<T>(props: ConfirmDialogProps<T>) {
...actions
} = props

const onClose = useCallback(() => actions.onOpenChange(false), [])
const onClose = useCallback(
() => actions.onOpenChange(false),
[actions.onOpenChange],
)
const { isSubmitting, FormComponent } = useFormDialogState({
fetcher,
onClose,
Expand Down
5 changes: 4 additions & 1 deletion app/components/form-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ export function FormDialog<T>(props: FormDialogProps<T>) {
...dialogProps
} = props

const onClose = useCallback(() => dialogProps.onOpenChange(false), [])
const onClose = useCallback(
() => dialogProps.onOpenChange(false),
[dialogProps.onOpenChange],
)
const { isSubmitting, FormComponent } = useFormDialogState({
fetcher,
onClose,
Expand Down
54 changes: 0 additions & 54 deletions app/components/ui/resizable.tsx

This file was deleted.

72 changes: 35 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,99 +37,97 @@
},
"dependencies": {
"@coji/zodix": "0.7.0",
"@conform-to/react": "1.16.0",
"@conform-to/zod": "1.16.0",
"@conform-to/react": "1.17.1",
"@conform-to/zod": "1.17.1",
"@dsnp/parquetjs": "1.8.7",
"@epic-web/remember": "1.1.0",
"@google/genai": "1.42.0",
"@google/genai": "1.45.0",
"@googleapis/sheets": "13.0.1",
"@holiday-jp/holiday_jp": "2.5.1",
"@octokit/plugin-rest-endpoint-methods": "17.0.0",
"@react-router/express": "7.13.0",
"@react-router/node": "7.13.0",
"@react-router/serve": "7.13.0",
"@react-router/express": "7.13.1",
"@react-router/node": "7.13.1",
"@react-router/serve": "7.13.1",
"@tanstack/react-table": "8.21.3",
"better-auth": "1.4.17",
"better-sqlite3": "12.6.2",
"better-auth": "1.5.5",
"better-sqlite3": "12.8.0",
"class-variance-authority": "0.7.1",
"cleye": "2.2.1",
"cleye": "2.3.0",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"compression": "1.8.1",
"consola": "3.4.2",
"cross-env": "10.1.0",
"date-fns": "4.1.0",
"dayjs": "1.11.19",
"dayjs": "1.11.20",
"debug": "4.4.3",
"diff": "8.0.3",
"dotenv": "17.2.3",
"dotenv": "17.3.1",
"embla-carousel-react": "8.6.0",
"express": "5.2.1",
"globby": "16.1.0",
"google-auth-library": "10.5.0",
"globby": "16.1.1",
"google-auth-library": "10.6.1",
"gql.tada": "1.9.0",
"graphql": "16.12.0",
"isbot": "5.1.34",
"graphql": "16.13.1",
"isbot": "5.1.36",
"jszip": "3.10.1",
"kysely": "0.28.10",
"lucide-react": "0.563.0",
"kysely": "0.28.12",
"lucide-react": "0.577.0",
"morgan": "1.10.1",
"nanoid": "5.1.6",
"nanoid": "5.1.7",
"next-themes": "0.4.6",
"node-schedule": "2.1.1",
"octokit": "5.0.5",
"radix-ui": "latest",
"react": "19.2.4",
"react-day-picker": "9.13.0",
"react-day-picker": "9.14.0",
"react-dom": "19.2.4",
"react-resizable-panels": "3.0.2",
"react-router": "7.13.0",
"react-router": "7.13.1",
"recharts": "2.15.3",
"remeda": "2.33.4",
"remeda": "2.33.6",
"remix-toast": "4.0.0",
"sonner": "2.0.7",
"tailwind-merge": "3.4.0",
"tailwind-merge": "3.5.0",
"tailwindcss-animate": "1.0.7",
"tiny-invariant": "1.3.3",
"ts-pattern": "5.9.0",
"vaul": "1.1.2",
"zod": "4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.13",
"@biomejs/biome": "2.4.7",
"@octokit/graphql-schema": "15.26.1",
"@octokit/types": "16.0.0",
"@playwright/test": "1.58.0",
"@react-router/dev": "7.13.0",
"@tailwindcss/vite": "4.1.18",
"@playwright/test": "1.58.2",
"@react-router/dev": "7.13.1",
"@tailwindcss/vite": "4.2.1",
"@types/better-sqlite3": "7.6.13",
"@types/compression": "1.8.1",
"@types/debug": "4.1.12",
"@types/express": "5.0.6",
"@types/morgan": "1.9.10",
"@types/node": "25.0.10",
"@types/node": "25.5.0",
"@types/node-schedule": "2.1.8",
"@types/react": "19.2.10",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"cc-hooks-ts": "2.1.19",
"cc-hooks-ts": "2.1.76",
"dotenv-cli": "11.0.0",
"esbuild": "0.27.2",
"esbuild": "0.27.4",
"esbuild-plugin-clean": "1.0.1",
"kysely-codegen": "0.20.0",
"msw": "2.12.7",
"msw": "2.12.11",
"npm-run-all": "4.1.5",
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-tailwindcss": "0.7.2",
"react-router-auto-routes": "0.8.2",
"tailwindcss": "4.1.18",
"react-router-auto-routes": "0.8.3",
"tailwindcss": "4.2.1",
"tsconfig-paths": "4.2.0",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite": "8.0.0",
"vite-plugin-devtools-json": "1.0.0",
"vite-tsconfig-paths": "6.0.5",
"vitest": "4.0.18"
"vitest": "4.1.0"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
Loading