diff --git a/frontend/package.json b/frontend/package.json index d87b365521..ce73cbd127 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,9 +35,9 @@ "e2e:enterprise": "yarn run cypress open --config baseUrl='http://localhost:3000' --env PASSWORD_AUTH=true,ENTERPRISE=true,AUTH_TOKEN=$AUTH_TOKEN" }, "devDependencies": { - "@material-ui/core": "4.11.3", + "@material-ui/core": "4.12.3", "@material-ui/icons": "4.11.2", - "@material-ui/lab": "4.0.0-alpha.57", + "@material-ui/lab": "4.0.0-alpha.60", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.1.2", "@testing-library/user-event": "13.2.1", diff --git a/frontend/src/component/application/__tests__/__snapshots__/application-edit-component-test.js.snap b/frontend/src/component/application/__tests__/__snapshots__/application-edit-component-test.js.snap index aa39a68aa9..bf0c1bff96 100644 --- a/frontend/src/component/application/__tests__/__snapshots__/application-edit-component-test.js.snap +++ b/frontend/src/component/application/__tests__/__snapshots__/application-edit-component-test.js.snap @@ -53,7 +53,7 @@ exports[`renders correctly with permissions 1`] = ` } >
'ProjectSelect'); jest.mock('../../tag-type-select-container', () => 'TagTypeSelect'); jest.mock('../../feature-tag-component', () => 'FeatureTagComponent'); jest.mock('../../add-tag-dialog-container', () => 'AddTagDialog'); +jest.spyOn(console, 'error').mockImplementation(); test('renders correctly with one feature', () => { const feature = { diff --git a/frontend/src/component/menu/Footer/Footer.jsx b/frontend/src/component/menu/Footer/Footer.jsx index b4c3017f57..e0eecc33dc 100644 --- a/frontend/src/component/menu/Footer/Footer.jsx +++ b/frontend/src/component/menu/Footer/Footer.jsx @@ -11,7 +11,7 @@ export const Footer = () => { return (