Skip to content

Commit

Permalink
change list
Browse files Browse the repository at this point in the history
  • Loading branch information
aneuwald-ctw committed Dec 12, 2024
1 parent 9b46d1b commit 41743b9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"@types/license-checker": "^25.0.6",
"@types/node": "22.9.3",
"@types/react-refresh": "^0",
"@types/react-virtualized": "9.21.29",
"@types/semver": "^7.5.3",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
Expand Down Expand Up @@ -124,6 +125,8 @@
"license-checker": "25.0.1",
"prettier": "3.3.2",
"react-refresh": "0.14.2",
"react-virtualized": "9.22.5",
"react-virtualized-auto-sizer": "1.0.24",
"rimraf": "5.0.5",
"semver": "7.5.4",
"storybook": "8.4.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/suite-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@types/react-hover-observer": "workspace:*",
"@types/react-transition-group": "^4.4.8",
"@types/react-virtualized": "9.21.29",
"@types/react-window": "^1.8.5",
"@types/react-window": "1.8.8",
"@types/sanitize-html": "2.9.3",
"@types/seedrandom": "3.0.8",
"@types/shallowequal": "1.1.5",
Expand Down Expand Up @@ -162,7 +162,7 @@
"react-transition-group": "4.4.5",
"react-use": "17.5.1",
"react-virtualized": "9.22.5",
"react-window": "1.8.9",
"react-window": "1.8.10",
"readable-stream": "4.4.2",
"rehype-raw": "6.1.1",
"reselect": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-base/src/panels/Log/LogList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Fab } from "@mui/material";
import { CSSProperties, useCallback, useEffect, useMemo, useRef, useState } from "react";
import { useResizeDetector } from "react-resize-detector";
import { useLatest } from "react-use";
import { AutoSizer } from "react-virtualized";
import AutoSizer from "react-virtualized-auto-sizer";
import { VariableSizeList as List } from "react-window";
import { makeStyles } from "tss-react/mui";

Expand Down
27 changes: 20 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3199,7 +3199,7 @@ __metadata:
"@types/react-hover-observer": "workspace:*"
"@types/react-transition-group": ^4.4.8
"@types/react-virtualized": 9.21.29
"@types/react-window": ^1.8.5
"@types/react-window": 1.8.8
"@types/sanitize-html": 2.9.3
"@types/seedrandom": 3.0.8
"@types/shallowequal": 1.1.5
Expand Down Expand Up @@ -3278,7 +3278,7 @@ __metadata:
react-transition-group: 4.4.5
react-use: 17.5.1
react-virtualized: 9.22.5
react-window: 1.8.9
react-window: 1.8.10
readable-stream: 4.4.2
rehype-raw: 6.1.1
reselect: 5.1.1
Expand Down Expand Up @@ -5766,7 +5766,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-window@npm:^1.8.5":
"@types/react-window@npm:1.8.8":
version: 1.8.8
resolution: "@types/react-window@npm:1.8.8"
dependencies:
Expand Down Expand Up @@ -14541,6 +14541,7 @@ __metadata:
"@types/license-checker": ^25.0.6
"@types/node": 22.9.3
"@types/react-refresh": ^0
"@types/react-virtualized": 9.21.29
"@types/semver": ^7.5.3
"@typescript-eslint/eslint-plugin": 8.16.0
"@typescript-eslint/parser": 8.16.0
Expand Down Expand Up @@ -14571,6 +14572,8 @@ __metadata:
prettier: 3.3.2
react-refresh: 0.14.2
react-use: 17.5.1
react-virtualized: 9.22.5
react-virtualized-auto-sizer: 1.0.24
rehype-raw: 6.1.1
rimraf: 5.0.5
semver: 7.5.4
Expand Down Expand Up @@ -17815,6 +17818,16 @@ __metadata:
languageName: node
linkType: hard

"react-virtualized-auto-sizer@npm:1.0.24":
version: 1.0.24
resolution: "react-virtualized-auto-sizer@npm:1.0.24"
peerDependencies:
react: ^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0
react-dom: ^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0
checksum: e7d98563735dabbd1c58727c9d3e9f08f6a60a9964d25507cf4ef08f8964b6e421491c892ee0a99e47630118fdca42f1c60cef15ebda3659face58025dba3e98
languageName: node
linkType: hard

"react-virtualized@npm:9.22.5":
version: 9.22.5
resolution: "react-virtualized@npm:9.22.5"
Expand All @@ -17832,16 +17845,16 @@ __metadata:
languageName: node
linkType: hard

"react-window@npm:1.8.9":
version: 1.8.9
resolution: "react-window@npm:1.8.9"
"react-window@npm:1.8.10":
version: 1.8.10
resolution: "react-window@npm:1.8.10"
dependencies:
"@babel/runtime": ^7.0.0
memoize-one: ">=3.1.1 <6"
peerDependencies:
react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
checksum: cefa232f4f37269d292529ef15780fb108123d6bb5beee19eeac657e75cf8d4664be66f2da04baf0cb1bc64c5ab3d83a88199c3358f023b78940acd37b0673b2
checksum: e8830f32e3ad4bf91af9cdc5cead84148c7694ce6abd9fdb447fb609da6cd4bbd0bbc75ff985f78828f4bbbd3ba4cbc98235cc9c056b5e5787578518f7fafbb9
languageName: node
linkType: hard

Expand Down

0 comments on commit 41743b9

Please sign in to comment.