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: 4 additions & 4 deletions llama_stack/ui/package-lock.json

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

2 changes: 1 addition & 1 deletion llama_stack/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"next": "15.3.3",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react": "^19.2.3",
"react-dom": "^19.0.0",
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

The react package is being upgraded to version 19.2.3, but react-dom remains at version 19.0.0 in package.json. Additionally, the package-lock.json shows that react-dom version 19.1.0 has a peer dependency requiring react: ^19.1.0, which may not be satisfied by React 19.2.3 depending on semantic versioning interpretation. Both packages should be upgraded together to ensure compatibility and avoid potential peer dependency warnings or runtime issues.

Suggested change
"react-dom": "^19.0.0",
"react-dom": "^19.2.3",

Copilot uses AI. Check for mistakes.
"tailwind-merge": "^3.3.0"
},
Expand Down