Skip to content

Commit

Permalink
fix(deps): Update dependencies (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone authored Mar 8, 2024
1 parent 713d463 commit 002f1aa
Show file tree
Hide file tree
Showing 5 changed files with 1,397 additions and 1,633 deletions.
2 changes: 1 addition & 1 deletion content
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "11.11.3",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"@mui/icons-material": "5.15.10",
"@mui/lab": "5.0.0-alpha.165",
"@mui/material": "5.15.10",
"@sentry/browser": "7.101.1",
"@mui/icons-material": "5.15.12",
"@mui/lab": "5.0.0-alpha.167",
"@mui/material": "5.15.12",
"@sentry/browser": "7.105.0",
"bicstone": "1.2.0",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
Expand All @@ -48,26 +48,26 @@
"gatsby-transformer-sharp": "5.13.1",
"gatsby-transformer-yaml": "5.13.1",
"github-slugger": "2.0.0",
"html-react-parser": "5.1.7",
"html-react-parser": "5.1.8",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.12",
"react-error-boundary": "4.0.13",
"react-hotkeys-hook": "4.5.0",
"react-virtuoso": "4.7.0"
"react-virtuoso": "4.7.1"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@types/js-yaml": "4.0.9",
"@types/node": "20.11.20",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -76,13 +76,13 @@
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-regexp": "2.2.0",
"husky": "9.0.11",
"js-yaml": "4.1.0",
"prettier": "3.2.5",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion src/features/Timeline/TimelineVirtualizedList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ export const TimelineVirtualizedList = ({
<VirtuosoGrid
data={sortedItems}
components={{
List: Container,
// XXX: override type definition
List: Container as React.FunctionComponent,
}}
itemContent={(index, item) => <TimelineItem key={index} item={item} />}
css={(theme) => ({
Expand Down
Loading

0 comments on commit 002f1aa

Please sign in to comment.