Commit 9b86948
committed
chore(deps): upgrade all dependencies to latest and migrate to Tailwind CSS v4
Resolves the open Dependabot PRs by upgrading every npm package to its
latest version and migrating the build to Tailwind CSS v4.
- Bump all runtime/dev deps to latest (Radix UI, better-auth, hono,
react-hook-form, react-router-dom, recharts, resend, vite, wrangler,
eslint, typescript-eslint, @types/node, etc.)
- commander 14 -> 15 (ESM-only); auth/db CLIs verified
- lucide-react 0.525 -> 1.x
- react-resizable-panels 3 -> 4: rewrite resizable.tsx for the renamed
v4 API (Group/Panel/Separator, aria-orientation)
- Tailwind CSS v3 -> v4: @tailwindcss/postcss, CSS-first @theme config,
swap tailwindcss-animate for tw-animate-css, scope content to src/react-app
- esbuild security advisory fixed transitively via Vite (0 vulnerabilities)
- ci: actions/checkout v6 -> v7
- remove git-tracked sublimewriter symlink1 parent 6b25a06 commit 9b86948
45 files changed
Lines changed: 1360 additions & 2323 deletions
File tree
- .github/workflows
- src/react-app
- components
- auth
- ui
- pages/auth
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments