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
10 changes: 5 additions & 5 deletions docs/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 docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prism-react-renderer": "2.4.1",
"raw-loader": "4.0.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-dom": "19.1.1",

Choose a reason for hiding this comment

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

high

The react-dom package is being upgraded to 19.1.1, but the react package on the preceding line remains at 19.1.0. It is strongly recommended to keep react and react-dom versions in sync to avoid potential issues. The release notes for react-dom@19.1.1 specify a peer dependency of react: "^19.1.1", which is not satisfied by react@19.1.0.

To prevent potential runtime errors, please upgrade react to 19.1.1 as well:

    "react": "19.1.1",
    "react-dom": "19.1.1",

"react-toastify": "11.0.5"
},
"overrides": {
Expand Down
Loading