fix: upgrade flcc for real release (#287)

* fix: upgrade flcc for real release

* feat: update packages
This commit is contained in:
connorhaugh
2022-04-08 13:44:08 -04:00
committed by GitHub
parent 3c08735c5b
commit 2a27042347
4 changed files with 10914 additions and 3019 deletions

13929
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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",

View File

@@ -14,6 +14,7 @@ const EditorContainer = ({
blockType={blockType}
blockId={blockId}
studioEndpointUrl={process.env.STUDIO_BASE_URL}
lmsEndpointUrl={process.env.LMS_BASE_URL}
/>
</div>
);

View File

@@ -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>