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 public/templates/stisla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"chart.js": "^2.7.3",
"chocolat": "^0.4.21",
"cleave.js": "^1.4.7",
"codemirror": "^5.43.0",
"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

This upgrade to CodeMirror v6.0.0 from v5 is a major version change that includes significant breaking changes. CodeMirror 6 was a complete rewrite with a new modular architecture and API. The existing application code that integrates with CodeMirror v5 will not be compatible with v6 and will likely break.

A migration is required to adapt the code to the new API. It is highly recommended to review the official CodeMirror 6 Migration Guide before merging this change. Furthermore, the yarn.lock file must be updated by running yarn install and then committed to the repository.

"datatables": "^1.10.18",
"datatables.net-responsive-bs4": "^2.2.3",
"datatables.net-select-bs4": "^1.2.7",
Expand Down