Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update npm package react-window to v1.8.11 #5937

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"react-responsive-carousel": "3.2.23",
"react-transition-group": "4.4.5",
"react-virtuoso": "4.12.3",
"react-window": "1.8.10",
"react-window": "1.8.11",
"reactflow": "11.11.4",
"remark-gfm": "4.0.0",
"rooks": "7.14.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ __metadata:
react-responsive-carousel: "npm:3.2.23"
react-transition-group: "npm:4.4.5"
react-virtuoso: "npm:4.12.3"
react-window: "npm:1.8.10"
react-window: "npm:1.8.11"
reactflow: "npm:11.11.4"
remark-gfm: "npm:4.0.0"
rimraf: "npm:6.0.1"
Expand Down Expand Up @@ -40752,16 +40752,16 @@ __metadata:
languageName: node
linkType: hard

"react-window@npm:1.8.10":
version: 1.8.10
resolution: "react-window@npm:1.8.10"
"react-window@npm:1.8.11":
version: 1.8.11
resolution: "react-window@npm:1.8.11"
dependencies:
"@babel/runtime": "npm:^7.0.0"
memoize-one: "npm:>=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: 10c0/eda9afb667d9784513dcc2755b65edf3a1412e7877975322993c1382908aaef0c0b948b7e3b2d705e353306556274d90f7ab19ac40aef2184fa39d4c1e2232ea
react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10c0/5ae8da1bc5c47d8f0a428b28a600256e2db511975573e52cb65a9b27ed1a0e5b9f7b3bee5a54fb0da93956d782c24010be434be451072f46ba5a89159d2b3944
languageName: node
linkType: hard

Expand Down
Loading