diff --git a/package-lock.json b/package-lock.json index 7386d0fd..8f9eaa14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@edx/browserslist-config": "^1.1.0", "@edx/frontend-component-footer": "^12.2.1", "@edx/frontend-enterprise-hotjar": "^2.0.0", - "@edx/frontend-platform": "^5.1.0", + "@edx/frontend-platform": "^5.5.4", "@edx/paragon": "^20.44.0", "@edx/react-unit-test-utils": "^1.7.0", "@fortawesome/fontawesome-svg-core": "^1.2.36", @@ -2482,9 +2482,9 @@ } }, "node_modules/@edx/frontend-platform": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-platform/-/frontend-platform-5.1.0.tgz", - "integrity": "sha512-/8Njj9015/1zf1Gn896JKhlcc2FIU/sbh0qkcckl74PtXS/p9GB29gTQJbhY7fCA/1grGNJurZvEaqkSU4ze8Q==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/@edx/frontend-platform/-/frontend-platform-5.5.4.tgz", + "integrity": "sha512-Yum+oST7XfDwDnDhBnzeR/mjp6O+G0g+5AZtIJ1BdTKQH1z9FObfim/pfoiI9STiYlguVpeWMkzWuca/QMLO/Q==", "dependencies": { "@cospired/i18n-iso-languages": "4.1.0", "@formatjs/intl-pluralrules": "4.3.3", diff --git a/package.json b/package.json index a17b1eca..d80f334f 100755 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@edx/browserslist-config": "^1.1.0", "@edx/frontend-component-footer": "^12.2.1", "@edx/frontend-enterprise-hotjar": "^2.0.0", - "@edx/frontend-platform": "^5.1.0", + "@edx/frontend-platform": "^5.5.4", "@edx/paragon": "^20.44.0", "@edx/react-unit-test-utils": "^1.7.0", "@fortawesome/fontawesome-svg-core": "^1.2.36", diff --git a/src/containers/WidgetContainers/LoadedSidebar/__snapshots__/index.test.jsx.snap b/src/containers/WidgetContainers/LoadedSidebar/__snapshots__/index.test.jsx.snap index a8c0ef37..673a38e9 100644 --- a/src/containers/WidgetContainers/LoadedSidebar/__snapshots__/index.test.jsx.snap +++ b/src/containers/WidgetContainers/LoadedSidebar/__snapshots__/index.test.jsx.snap @@ -18,16 +18,10 @@ exports[`WidgetSidebar snapshots default 1`] = ` } style={ Object { - "height": 400, + "height": 700, } } - > -
- This is default plugin content. -
- + /> `; diff --git a/src/containers/WidgetContainers/LoadedSidebar/index.jsx b/src/containers/WidgetContainers/LoadedSidebar/index.jsx index 7c197a7c..7c77e019 100644 --- a/src/containers/WidgetContainers/LoadedSidebar/index.jsx +++ b/src/containers/WidgetContainers/LoadedSidebar/index.jsx @@ -23,11 +23,9 @@ export const WidgetSidebar = ({ setSidebarShowing }) => { title: 'example plugins', }} style={{ - height: 400, + height: 700, }} - > -
This is default plugin content.
- + /> );