The Configure Live modal in Pages & Resources page uses a selectable box to select the video conferencing tool. It seems broken as well (not selectable). It looks like the bug with not working SelectableBox (see e.g. #886) affects pretty much any component that uses it. Thus, this PR replaces every usage of the paragon component with our working copy from flcc.
24 lines
662 B
JSON
24 lines
662 B
JSON
{
|
|
"name": "@openedx-plugins/course-app-live",
|
|
"version": "0.1.0",
|
|
"description": "Live course configuration for courses using it",
|
|
"peerDependencies": {
|
|
"@edx/frontend-app-course-authoring": "*",
|
|
"@edx/frontend-lib-content-components": "*",
|
|
"@edx/frontend-platform": "*",
|
|
"@openedx/paragon": "*",
|
|
"@reduxjs/toolkit": "*",
|
|
"lodash": "*",
|
|
"prop-types": "*",
|
|
"react": "*",
|
|
"react-redux": "*",
|
|
"react-router-dom": "*",
|
|
"yup": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@edx/frontend-app-course-authoring": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|