diff --git a/packages/react-core/src/demos/assets/custom.d.ts b/packages/react-core/src/demos/assets/index.d.ts similarity index 100% rename from packages/react-core/src/demos/assets/custom.d.ts rename to packages/react-core/src/demos/assets/index.d.ts diff --git a/packages/react-core/src/demos/examples/JumpLinks/JumpLinksWithDrawer.js b/packages/react-core/src/demos/examples/JumpLinks/JumpLinksWithDrawer.js index 4263027e3c3..a4859cf03c2 100644 --- a/packages/react-core/src/demos/examples/JumpLinks/JumpLinksWithDrawer.js +++ b/packages/react-core/src/demos/examples/JumpLinks/JumpLinksWithDrawer.js @@ -1,6 +1,7 @@ import React from 'react'; import { Button, + DashboardWrapper, Drawer, DrawerPanelContent, DrawerContent, @@ -19,7 +20,6 @@ import { TextContent, getResizeObserver } from '@patternfly/react-core'; -import { DashboardWrapper } from '@patternfly/react-core/src/demos/examples/DashboardWrapper'; export const JumpLinksWithDrawer = () => { const headings = ['First', 'Second', 'Third', 'Fourth', 'Fifth']; diff --git a/yarn.lock b/yarn.lock index 5e2d6c6dc3d..53eab5007e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3961,14 +3961,6 @@ "@rollup/pluginutils" "^5.0.1" magic-string "^0.27.0" -"@rollup/plugin-typescript@^11.1.3": - version "11.1.3" - resolved "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.3.tgz#8172858a1e5f4c181aebc61f8920002fd5e04b91" - integrity sha512-8o6cNgN44kQBcpsUJTbTXMTtb87oR1O0zgP3Dxm71hrNgparap3VujgofEilTYJo+ivf2ke6uy3/E5QEaiRlDA== - dependencies: - "@rollup/pluginutils" "^5.0.1" - resolve "^1.22.1" - "@rollup/pluginutils@^5.0.1": version "5.0.2" resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"