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
11 changes: 6 additions & 5 deletions src/playground/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 src/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"bootstrap": "^5.3.3",
"monaco-editor": "^0.47.0",
"pako": "^2.1.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.2.0"
Copy link

Copilot AI Nov 1, 2025

Choose a reason for hiding this comment

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

The react-dom package should be updated to match the React version (18.3.1) to ensure compatibility and avoid potential version mismatch issues. React and react-dom are typically kept at the same version.

Suggested change
"react-dom": "^18.2.0"
"react-dom": "^18.3.1"

Copilot uses AI. Check for mistakes.
}
Expand Down
Loading