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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"lucide-react": "^1.7.0",
"openapi-field-finder": "github:travis-hoover-glean/openapi-field-finder",
"prism-react-renderer": "^2.3.0",
"react": "^19.2.4",
"react": "^19.2.6",
"react-dom": "^19.2.4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Issue: In package.json, react and react-dom are pinned to different patch versions (react at "^19.2.6" and react-dom at "^19.2.4"), which deviates from React’s guidance that these packages should be kept on the same version.

Suggested fix: Update react-dom in package.json from "^19.2.4" to "^19.2.6" and regenerate pnpm-lock.yaml so that react-dom and its dependents resolve consistently against React 19.2.6.

🔧 Tag @ glean-for-engineering to fix or click here to fix in Glean

💬 Help us improve! Was this comment helpful? React with 👍 or 👎

"react-feather": "^2.0.10",
"react-tooltip": "^5.30.0",
Expand Down
Loading
Loading