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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"babylon": "^6.18.0",
"codemirror": "^5.28.0",
"devtools-components": "^0.0.2",
"devtools-launchpad": "^0.0.100",
"devtools-launchpad": "^0.0.139",
Copy link

Copilot AI Jan 31, 2026

Choose a reason for hiding this comment

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

Critical dependency conflict: The upgraded devtools-launchpad version 0.0.139 requires React 16.4.1 and react-dom 16.4.1 (as seen in yarn.lock lines 2939-2940), but this project explicitly depends on React 15.6.2 and react-dom 15.6.2 (lines 89-90 in package.json). This will result in two different versions of React being installed in the dependency tree, which can cause runtime errors, duplicated React instances, and hook violations. You need to either upgrade the project's React dependencies to version 16.x or find a compatible version of devtools-launchpad that works with React 15.x.

Suggested change
"devtools-launchpad": "^0.0.139",
"devtools-launchpad": "0.0.138",

Copilot uses AI. Check for mistakes.
"devtools-linters": "^0.0.3",
"devtools-map-bindings": "^0.2.0",
"devtools-reps": "^0.12.3",
Expand Down
Loading