fix(deps): update dependency @openedx/frontend-build to v14.3.2 (#1616)

* fix(deps): update dependency @openedx/frontend-build to v14.3.2

* fix: 'unitId' PropType is defined but prop is never used

* fix: bump maximum allowed bundle size for now :/

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Braden MacDonald <braden@opencraft.com>
This commit is contained in:
renovate[bot]
2025-03-05 18:04:37 +00:00
committed by GitHub
parent 0ac127e4c9
commit 14cc32fcf6
3 changed files with 1109 additions and 780 deletions

View File

@@ -9,7 +9,6 @@ interface Props {
buttonText: string | '';
nextLink: string;
sequenceId: string;
unitId: string;
onClickHandler: () => void;
variant: string;
buttonStyle: string;