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

chore(deps): bump react-keyed-flatten-children from 1.3.0 to 4.0.0 #1542

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 packages/fuselage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@rocket.chat/styled": "workspace:~",
"invariant": "^2.2.4",
"react-aria": "~3.37.0",
"react-keyed-flatten-children": "^1.3.0",
"react-keyed-flatten-children": "^4.0.0",
"react-stately": "~3.35.0"
},
"devDependencies": {
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4819,7 +4819,7 @@ __metadata:
react: "npm:~18.3.1"
react-aria: "npm:~3.37.0"
react-dom: "npm:~18.3.1"
react-keyed-flatten-children: "npm:^1.3.0"
react-keyed-flatten-children: "npm:^4.0.0"
react-stately: "npm:~3.35.0"
react-virtuoso: "npm:~3.1.5"
resolve-url-loader: "npm:~5.0.0"
Expand Down Expand Up @@ -16411,7 +16411,7 @@ __metadata:
languageName: node
linkType: hard

"react-is@npm:^16.13.1, react-is@npm:^16.8.6":
"react-is@npm:^16.13.1":
version: 16.13.1
resolution: "react-is@npm:16.13.1"
checksum: 10/5aa564a1cde7d391ac980bedee21202fc90bdea3b399952117f54fb71a932af1e5902020144fb354b4690b2414a0c7aafe798eb617b76a3d441d956db7726fdf
Expand All @@ -16432,14 +16432,21 @@ __metadata:
languageName: node
linkType: hard

"react-keyed-flatten-children@npm:^1.3.0":
version: 1.3.0
resolution: "react-keyed-flatten-children@npm:1.3.0"
"react-is@npm:^19.0.0":
version: 19.0.0
resolution: "react-is@npm:19.0.0"
checksum: 10/6cd3695c462ec3f0d4db98583f0c1b9a439248d60214f6c42c2b0e2951a1066339d0eefa74707f03484042e043fca87750282a35b652492c035f5f3da0d6498a
languageName: node
linkType: hard

"react-keyed-flatten-children@npm:^4.0.0":
version: 4.0.0
resolution: "react-keyed-flatten-children@npm:4.0.0"
dependencies:
react-is: "npm:^16.8.6"
react-is: "npm:^19.0.0"
peerDependencies:
react: ">=15.0.0"
checksum: 10/3bb042bb7cd48909491a5f92b8e7b2fb0417d69ad24bf04dbe1ed7a308cc7dfe6e3c9b5550e7b9016ee6bef61829b92e7f3a355ed1b867affd251bd518bcdd90
react: ">=19.0.0"
checksum: 10/669ddbdc04b72d18768b62861811099f80849a4964cc453757aff249b7dfd05a45719bbde8a732a4ec61d6144651a9732a225f33db43abd3bd0ab0e31d718dfc
languageName: node
linkType: hard

Expand Down
Loading