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
4 changes: 2 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 @@ -20,7 +20,7 @@
"clsx": "2.1.1",
"lucide-react": "1.16.0",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-dom": "19.2.7",
Comment on lines 22 to +23

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 React with React DOM

In this dashboard package, react remains pinned to 19.2.6 while this change installs react-dom 19.2.7; the updated lock entry for react-dom now declares a peer dependency on react: ^19.2.7. Any fresh install or CI run for this app now has an unsatisfied React peer and can run mixed React/ReactDOM patch versions, so please bump react to 19.2.7 in the package and lockfile alongside this change.

Useful? React with 👍 / 👎.

"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.1",
"tw-animate-css": "1.4.0"
Expand Down