Skip to content
Open
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 packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"base64-loader": "^1.0.0",
"browser-detect": "^0.2.28",
"circular-json": "^0.4.0",
"codemirror": "^5.27.4",
"codemirror": "^6.0.0",

Choose a reason for hiding this comment

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

critical

Upgrading codemirror from v5 to v6 is a major version change that introduces significant breaking changes. CodeMirror v6 is a complete rewrite from v5, so this version bump will break the current implementation.

To resolve this, the parts of the application using CodeMirror must be migrated to the new v6 API. You can follow the CodeMirror 6 Migration Guide for this.

After migrating the code, please run npm install and commit the updated package-lock.json to finalize the upgrade.

"codesandbox-api": "0.0.32",
"codesandbox-import-utils": "^2.2.2",
"color": "^0.11.4",
Expand Down