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 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 @@ -28,7 +28,7 @@
"jsonrepair": "3.13.0",
"prism-react-renderer": "2.4.1",
"raw-loader": "4.0.2",
"react": "19.1.0",
"react": "19.1.1",

Choose a reason for hiding this comment

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

high

It's important to keep react and react-dom versions in sync to avoid potential bugs. Since react is being upgraded to 19.1.1, react-dom should be upgraded as well to maintain consistency and prevent issues.

I suggest pinning react-dom to 19.1.1 as well:

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

After making this change, please run npm install to update the package-lock.json file.

"react-dom": "19.1.0",
"react-toastify": "11.0.5"
},
Expand Down
Loading