build(deps): bump http-cache-semantics and @edx/frontend-build (#791)
Removes [http-cache-semantics](https://github.com/kornelski/http-cache-semantics). It's no longer used after updating ancestor dependency [@edx/frontend-build](https://github.com/openedx/frontend-build). These dependencies need to be updated together. Removes `http-cache-semantics` Updates `@edx/frontend-build` from 11.0.2 to 12.7.0 - [Release notes](https://github.com/openedx/frontend-build/releases) - [Commits](https://github.com/openedx/frontend-build/compare/v11.0.2...v12.7.0) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect - dependency-name: "@edx/frontend-build" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ export const defaultState = {
|
||||
showError: false,
|
||||
};
|
||||
|
||||
const reducer = (state = defaultState, action) => {
|
||||
const reducer = (state = defaultState, action = {}) => {
|
||||
switch (action.type) {
|
||||
case SAVE_USER_PROFILE.BEGIN:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user