diff --git a/package-lock.json b/package-lock.json index 2df108aad..1e63f2c77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@edx/frontend-component-footer": "^13.0.2", "@edx/frontend-component-header": "^5.0.2", "@edx/frontend-enterprise-hotjar": "^2.0.0", - "@edx/frontend-lib-content-components": "^2.0.0", + "@edx/frontend-lib-content-components": "^2.1.0", "@edx/frontend-platform": "7.0.1", "@edx/openedx-atlas": "^0.6.0", "@fortawesome/fontawesome-svg-core": "1.2.36", @@ -2632,9 +2632,9 @@ } }, "node_modules/@edx/frontend-lib-content-components": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-2.0.0.tgz", - "integrity": "sha512-D8noIqWa4rgiFMWChKot3NsHYFmbrYqWDn2Q0asZblyIs5BrZ596ZybdAtncXMG8zKv/FUzYUwE6T5PAhvUG1w==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-2.1.0.tgz", + "integrity": "sha512-KokFOM3qynOXZWPMU6IFxRyMK0AZAtSplvKOYm/azn8kESTGFGufkYHve3gRWWQfg5LYXef8++e3H0A6/y7yjw==", "dependencies": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", @@ -21855,6 +21855,7 @@ } }, "plugins/course-apps/calculator": { + "name": "@openedx-plugins/course-app-calculator", "version": "0.1.0", "peerDependencies": { "@edx/frontend-app-course-authoring": "*", @@ -21870,6 +21871,7 @@ } }, "plugins/course-apps/edxnotes": { + "name": "@openedx-plugins/course-app-edxnotes", "version": "0.1.0", "peerDependencies": { "@edx/frontend-app-course-authoring": "*", @@ -21885,6 +21887,7 @@ } }, "plugins/course-apps/learning_assistant": { + "name": "@openedx-plugins/course-app-learning_assistant", "version": "0.1.0", "peerDependencies": { "@edx/frontend-app-course-authoring": "*", @@ -21901,6 +21904,7 @@ } }, "plugins/course-apps/live": { + "name": "@openedx-plugins/course-app-live", "version": "0.1.0", "peerDependencies": { "@edx/frontend-app-course-authoring": "*", @@ -21921,6 +21925,7 @@ } }, "plugins/course-apps/ora_settings": { + "name": "@openedx-plugins/course-app-ora_settings", "version": "0.1.0", "peerDependencies": { "@edx/frontend-app-course-authoring": "*", @@ -21937,6 +21942,7 @@ } }, "plugins/course-apps/proctoring": { + "name": "@openedx-plugins/course-app-proctoring", "version": "0.1.0", "peerDependencies": { "@edx/frontend-app-course-authoring": "*", @@ -21955,6 +21961,7 @@ } }, "plugins/course-apps/progress": { + "name": "@openedx-plugins/course-app-progress", "version": "0.1.0", "peerDependencies": { "@edx/frontend-app-course-authoring": "*", @@ -21971,6 +21978,7 @@ } }, "plugins/course-apps/teams": { + "name": "@openedx-plugins/course-app-teams", "version": "0.1.0", "peerDependencies": { "@edx/frontend-app-course-authoring": "*", @@ -21989,6 +21997,7 @@ } }, "plugins/course-apps/wiki": { + "name": "@openedx-plugins/course-app-wiki", "version": "0.1.0", "peerDependencies": { "@edx/frontend-app-course-authoring": "*", @@ -22005,6 +22014,7 @@ } }, "plugins/course-apps/xpert_unit_summary": { + "name": "@openedx-plugins/course-app-xpert_unit_summary", "version": "0.1.0", "peerDependencies": { "@edx/frontend-app-course-authoring": "*", diff --git a/package.json b/package.json index 9f6df4687..72b0de796 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,9 @@ "@edx/frontend-component-footer": "^13.0.2", "@edx/frontend-component-header": "^5.0.2", "@edx/frontend-enterprise-hotjar": "^2.0.0", - "@edx/frontend-lib-content-components": "^2.0.0", + "@edx/frontend-lib-content-components": "^2.1.0", "@edx/frontend-platform": "7.0.1", "@edx/openedx-atlas": "^0.6.0", - "@openedx/paragon": "^21.5.7", "@fortawesome/fontawesome-svg-core": "1.2.36", "@fortawesome/free-brands-svg-icons": "5.15.4", "@fortawesome/free-regular-svg-icons": "5.15.4", @@ -53,14 +52,15 @@ "@fortawesome/react-fontawesome": "0.2.0", "@openedx-plugins/course-app-calculator": "file:plugins/course-apps/calculator", "@openedx-plugins/course-app-edxnotes": "file:plugins/course-apps/edxnotes", + "@openedx-plugins/course-app-learning_assistant": "file:plugins/course-apps/learning_assistant", "@openedx-plugins/course-app-live": "file:plugins/course-apps/live", "@openedx-plugins/course-app-ora_settings": "file:plugins/course-apps/ora_settings", "@openedx-plugins/course-app-proctoring": "file:plugins/course-apps/proctoring", "@openedx-plugins/course-app-progress": "file:plugins/course-apps/progress", "@openedx-plugins/course-app-teams": "file:plugins/course-apps/teams", "@openedx-plugins/course-app-wiki": "file:plugins/course-apps/wiki", - "@openedx-plugins/course-app-learning_assistant": "file:plugins/course-apps/learning_assistant", "@openedx-plugins/course-app-xpert_unit_summary": "file:plugins/course-apps/xpert_unit_summary", + "@openedx/paragon": "^21.5.7", "@reduxjs/toolkit": "1.9.7", "@tanstack/react-query": "4.36.1", "broadcast-channel": "^7.0.0", @@ -91,11 +91,11 @@ }, "devDependencies": { "@edx/browserslist-config": "1.2.0", - "@openedx/frontend-build": "13.0.27", "@edx/react-unit-test-utils": "^2.0.0", "@edx/reactifex": "^1.0.3", "@edx/stylelint-config-edx": "2.3.0", "@edx/typescript-config": "^1.0.1", + "@openedx/frontend-build": "13.0.27", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "^8.0.1",