-
-
Notifications
You must be signed in to change notification settings - Fork 795
Bump the react-major group with 2 updates #2367
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -27,7 +27,7 @@ | |||||
| "clsx": "^2.1.1", | ||||||
| "docusaurus-plugin-sass": "^0.2.6", | ||||||
| "prism-react-renderer": "^2.4.1", | ||||||
| "react": "^18.0.0", | ||||||
| "react": "^19.2.4", | ||||||
| "react-dom": "^18.0.0", | ||||||
| "rehype-highlight": "^7.0.2", | ||||||
| "remark-gfm": "^4.0.1", | ||||||
|
|
@@ -40,7 +40,7 @@ | |||||
| "@docusaurus/types": "3.9.2", | ||||||
| "@eslint/js": "^9.39", | ||||||
| "@mdx-js/typescript-plugin": "^0.1.3", | ||||||
| "@types/react": "^18.3.0", | ||||||
| "@types/react": "^19.2.14", | ||||||
| "@types/react-dom": "^18.3.0", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. CRITICAL: Type definition version mismatch
Suggested change
|
||||||
| "eslint": "^9.39", | ||||||
| "eslint-config-prettier": "^10.1.8", | ||||||
|
|
||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
CRITICAL: Version mismatch between React and React DOM
React is being updated to
^19.2.4(line 30) butreact-domis still at^18.0.0. React and React DOM must have matching major versions to work correctly. This will cause runtime errors.Recommendation: Update
react-domto^19.2.0or higher to match the React version.