Skip to content
Open
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
8 changes: 6 additions & 2 deletions apps/admin_dashboard/bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/admin_dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react": "19.2.6",
"react-dom": "19.2.6",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.0",
"tailwindcss": "4.3.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Bump the Tailwind Vite plugin too

In the dashboard build path, vite.config.ts imports @tailwindcss/vite and runs that plugin, but this change leaves the plugin pinned to 4.3.0 and the new lockfile installs @tailwindcss/vite/tailwindcss at 4.3.0. As a result, bun run build continues to use the 4.3.0 Tailwind compiler through the Vite plugin while only the top-level package is 4.3.1, so the 4.3.1 fixes/semantics are not applied to the generated dashboard CSS; bump the matching @tailwindcss/* packages or keep the versions aligned.

Useful? React with 👍 / 👎.

"tw-animate-css": "1.4.0"
},
"devDependencies": {
Expand Down