fix: upgrade flcc for real release (#287)
* fix: upgrade flcc for real release * feat: update packages
This commit is contained in:
13929
package-lock.json
generated
13929
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -36,7 +36,7 @@
|
||||
"@edx/frontend-build": "8.0.4",
|
||||
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
|
||||
"@edx/frontend-component-footer": "10.1.6",
|
||||
"@edx/frontend-lib-content-components": "1.9.0",
|
||||
"@edx/frontend-lib-content-components": "1.10.0",
|
||||
"@edx/frontend-platform": "1.15.5",
|
||||
"@edx/paragon": "19.9.0",
|
||||
"@fortawesome/fontawesome-svg-core": "1.2.28",
|
||||
|
||||
@@ -14,6 +14,7 @@ const EditorContainer = ({
|
||||
blockType={blockType}
|
||||
blockId={blockId}
|
||||
studioEndpointUrl={process.env.STUDIO_BASE_URL}
|
||||
lmsEndpointUrl={process.env.LMS_BASE_URL}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -8,6 +8,7 @@ exports[`Editor Container snapshots rendering correctly with expected Input 1`]
|
||||
blockId="company-id1"
|
||||
blockType="html"
|
||||
courseId="cOuRsEId"
|
||||
lmsEndpointUrl="http://localhost:18000"
|
||||
studioEndpointUrl="http://localhost:18010"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user