Skip to content

Commit 9b86948

Browse files
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 symlink
1 parent 6b25a06 commit 9b86948

45 files changed

Lines changed: 1360 additions & 2323 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616

1717
- name: Setup Node.js
1818
uses: actions/setup-node@v6

components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"rsc": false,
55
"tsx": true,
66
"tailwind": {
7-
"config": "tailwind.config.js",
7+
"config": "",
88
"css": "src/react-app/index.css",
99
"baseColor": "neutral",
1010
"cssVariables": true,

0 commit comments

Comments
 (0)