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 catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"@material/mwc-drawer": "^0.27.0",
"@preact/signals-core": "^1.8.0",
"lit": "^3.3.0",
"playground-elements": "^0.20.0",
"playground-elements": "^0.21.0",

Choose a reason for hiding this comment

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

high

This upgrade to playground-elements v0.21.0 introduces a significant risk of regressions. While the update fixes cursor issues in Safari, it does so by upgrading its dependency CodeMirror to v6. The release notes explicitly flag this as a POTENTIALLY BREAKING change. Given the project's use of <playground-file-editor>, this could result in new visual or functional problems in the interactive demos. Any such regressions will need to be addressed before this change is merged.

"postdoc-lib": "^1.0.3"
},
"devDependencies": {
Expand Down
Loading