Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps): update dependency react-resizable-panels to v2 #11166

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

Merged
merged 2 commits into from
May 5, 2025
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 packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.0.0",
"react-resizable-panels": "^0.0.63",
"react-resizable-panels": "^2.0.0",
"semver": "^7.6.0",
"typedoc": "^0.28.4",
"typedoc-plugin-markdown": "^4.6.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16190,13 +16190,13 @@ __metadata:
languageName: node
linkType: hard

"react-resizable-panels@npm:^0.0.63":
version: 0.0.63
resolution: "react-resizable-panels@npm:0.0.63"
"react-resizable-panels@npm:^2.0.0":
version: 2.1.9
resolution: "react-resizable-panels@npm:2.1.9"
peerDependencies:
react: ^16.14.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.14.0 || ^17.0.0 || ^18.0.0
checksum: 76ae0c0d5a565bc4900048e57000d153266f456c783fe950aa0041f1d16c01b3a1fa1016b383305b6889972f9e1eb63bac197ac1969b22a68b1a075bcb71dae3
react: ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
react-dom: ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
checksum: a807d6cd572c1323e21cea896cb27ae1544219dd813c746607ecb05d4f3a81a166921f86720481ac07b7e37e7812e0a24abbb7a3237b8e11cf69d29f7022a2cb
languageName: node
linkType: hard

Expand Down Expand Up @@ -19514,7 +19514,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
react-markdown: ^10.0.0
react-resizable-panels: ^0.0.63
react-resizable-panels: ^2.0.0
rimraf: "*"
semver: ^7.6.0
stylelint: ^16.3.1
Expand Down
Loading