feat: upgrade FLCC version (#309)
Co-authored-by: rayzhou-bit <rzhou@2u.com>
This commit is contained in:
@@ -7,6 +7,7 @@ module.exports = createConfig('eslint',
|
||||
controlComponents: ['Input'],
|
||||
}],
|
||||
'template-curly-spacing': 'off',
|
||||
'react-hooks/exhaustive-deps': 'off',
|
||||
indent: 'off',
|
||||
},
|
||||
});
|
||||
|
||||
37461
package-lock.json
generated
37461
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
15
package.json
15
package.json
@@ -33,10 +33,10 @@
|
||||
"url": "https://github.com/edx/frontend-app-course-authoring/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@edx/frontend-build": "8.0.4",
|
||||
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
|
||||
"@edx/frontend-build": "^11.0.0",
|
||||
"@edx/frontend-component-footer": "10.1.6",
|
||||
"@edx/frontend-lib-content-components": "1.20.0",
|
||||
"@edx/frontend-lib-content-components": "^1.20.1",
|
||||
"@edx/frontend-platform": "1.15.5",
|
||||
"@edx/paragon": "19.9.0",
|
||||
"@fortawesome/fontawesome-svg-core": "1.2.28",
|
||||
@@ -66,19 +66,18 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@edx/browserslist-config": "1.0.0",
|
||||
"@edx/frontend-build": "8.0.4",
|
||||
"@edx/frontend-build": "^11.0.0",
|
||||
"@edx/reactifex": "^1.0.3",
|
||||
"enzyme": "3.11.0",
|
||||
"enzyme-adapter-react-16": "1.15.6",
|
||||
"enzyme-to-json": "^3.6.2",
|
||||
"@testing-library/jest-dom": "5.14.1",
|
||||
"@testing-library/jest-dom": "5.16.4",
|
||||
"@testing-library/react": "12.1.1",
|
||||
"@testing-library/user-event": "^13.2.1",
|
||||
"axios-mock-adapter": "1.20.0",
|
||||
"codecov": "3.8.3",
|
||||
"enzyme": "3.11.0",
|
||||
"enzyme-adapter-react-16": "1.15.6",
|
||||
"enzyme-to-json": "^3.6.2",
|
||||
"glob": "7.1.6",
|
||||
"husky": "3.1.0",
|
||||
"jest": "24.9.0",
|
||||
"react-test-renderer": "16.9.0",
|
||||
"reactifex": "1.1.1"
|
||||
}
|
||||
|
||||
@@ -28,6 +28,7 @@ export default function CourseAuthoringPage({ courseId, children }) {
|
||||
const courseTitle = courseDetail ? courseDetail.name : courseId;
|
||||
const courseAppsApiStatus = useSelector(getCourseAppsApiStatus);
|
||||
const inProgress = useSelector(getLoadingStatus) === RequestStatus.IN_PROGRESS;
|
||||
const { pathname } = useLocation();
|
||||
if (courseAppsApiStatus === RequestStatus.DENIED) {
|
||||
return (
|
||||
<PermissionDeniedAlert />
|
||||
@@ -49,7 +50,6 @@ export default function CourseAuthoringPage({ courseId, children }) {
|
||||
</div>
|
||||
);
|
||||
|
||||
const { pathname } = useLocation();
|
||||
return (
|
||||
<div className="bg-light-200">
|
||||
{/* While V2 Editors are tempoarily served from thier own pages
|
||||
|
||||
Reference in New Issue
Block a user