-
Notifications
You must be signed in to change notification settings - Fork 228
Update React to v19.2.1 #2273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update React to v19.2.1 #2273
Changes from 5 commits
7a6c55c
7f57831
2a09bae
f6aa50a
4633e9c
98ca139
e9caf78
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -36,8 +36,8 @@ | |||
| "@mui/material": "^6.4.7", | ||||
| "@mui/x-tree-view": "^7.26.0", | ||||
| "@octokit/rest": "^22.0.0", | ||||
| "@react-three/drei": "^9.80.0", | ||||
| "@react-three/fiber": "^8.13.6", | ||||
| "@react-three/drei": "^10.7.7", | ||||
| "@react-three/fiber": "^9.4.2", | ||||
| "@tanstack/react-query": "^5.67.1", | ||||
| "@tanstack/react-query-devtools": "^5.67.1", | ||||
| "@types/js-yaml": "^4.0.9", | ||||
|
|
@@ -57,9 +57,9 @@ | |||
| "monaco-editor": "^0.52.2", | ||||
| "nanoid": "^5.0.9", | ||||
| "puppeteer-core": "^24.1.1", | ||||
| "react": "^18.3.1", | ||||
| "react": "^19.2.1", | ||||
| "react-chatbot-kit": "^2.2.2", | ||||
| "react-dom": "^18.3.1", | ||||
| "react-dom": "^19.2.1", | ||||
| "react-flow-renderer": "^10.3.17", | ||||
|
||||
| "react-flow-renderer": "^10.3.17", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and I think after removing this re run the commands to update lock file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done i remove this and update the pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title states "Updating react 1.19.1" but the actual version being updated to is 19.2.1. The title should be corrected to "Updating react 19.2.1" to accurately reflect the version change.