diff --git a/package-lock.json b/package-lock.json index a0ad3fd1a..1867a0dc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7306,9 +7306,9 @@ } }, "node_modules/@openedx/paragon": { - "version": "23.14.4", - "resolved": "https://registry.npmjs.org/@openedx/paragon/-/paragon-23.14.4.tgz", - "integrity": "sha512-iY0CX4THmtvmsrVwGYbxgo86PnJirgfYIS4LzqH2umxhBB5oGN41lOxs8EspUglraGb6LPs017hZBVlZFb0z8g==", + "version": "23.14.5", + "resolved": "https://registry.npmjs.org/@openedx/paragon/-/paragon-23.14.5.tgz", + "integrity": "sha512-xfkzrG7XFbtaNrpuKfpLQ3C0u5sHflUSXMtG/GlqsJMLR1hAbayKTcPzp0V8UGgxTXerdk6NoQWjankYMdM/8g==", "license": "Apache-2.0", "peer": true, "workspaces": [ @@ -7359,7 +7359,7 @@ "react-table": "^7.7.0", "react-transition-group": "^4.4.2", "sass": "^1.58.3", - "style-dictionary": "^4.3.2", + "style-dictionary": "^4.4.0", "tabbable": "^5.3.3", "uncontrollable": "^7.2.1", "uuid": "^9.0.0" diff --git a/src/header/Header.tsx b/src/header/Header.tsx index 4b0325291..54796f00e 100644 --- a/src/header/Header.tsx +++ b/src/header/Header.tsx @@ -8,7 +8,7 @@ import { SearchModal } from '../search-modal'; import { useContentMenuItems, useSettingMenuItems, useToolsMenuItems } from './hooks'; import messages from './messages'; -type ContainerPropsType = React.ComponentProps; +type ContainerPropsType = Omit, 'children'>; interface HeaderProps { contextId?: string,