Skip to content

Commit

Permalink
Update dependencies (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
roluk authored Nov 29, 2023
1 parent 552b0e8 commit 06bdbfa
Show file tree
Hide file tree
Showing 5 changed files with 1,387 additions and 1,313 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export function BorderlessExpandableBlock(props: BorderlessExpandableBlockProps)
isExpanded={expanded}
onToggle={handleExpanded}
>
{undefined}
</ExpandableBlock>
</StickyHeader>
{expanded && props.children}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { MenuProps } from "react-select/src/components/Menu";
import "./Typeahead.module.scss";

// eslint-disable-next-line @typescript-eslint/no-explicit-any
function ThemedMenu(props: MenuProps<any>) {
function ThemedMenu(props: MenuProps<any, false>) {
return (
<div
className="typeaheadReactSelectWrapper"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app-backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"moduleResolution": "node16",
"module": "CommonJS",
"module": "Node16",
"esModuleInterop": true,
},
"include": [ "src" ],
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/react-redux": "^7.1.25",
"@vitejs/plugin-react-swc": "^3.3.1",
"immer": "^10.0.2",
"oidc-client-ts": "^2.2.4",
"oidc-client-ts": "^2.4.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-redux": "^7.2.2",
Expand Down
Loading

0 comments on commit 06bdbfa

Please sign in to comment.