Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency react-resizable-panels to ^0.0.63#8328

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JoshuaKGoldberg merged 2 commits intomainfromrenovate/react
Feb 3, 2024
Merged
Show file tree
Hide file tree
Changes fromall 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 deletionpackages/website/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -36,7 +36,7 @@
"prism-react-renderer": "^1.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resizable-panels": "^0.0.55",
"react-resizable-panels": "^0.0.63",
"remark-docusaurus-tabs": "^0.2.0",
"semver": "^7.5.4",
"ts-node": "*",
Expand Down
2 changes: 1 addition & 1 deletionpackages/website/src/components/Playground.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -94,7 +94,7 @@ function Playground(): React.JSX.Element {
<Panel
id="playgroundMenu"
className={styles.PanelColumn}
defaultSize={windowSize === 'mobile' ? 0 : optionsSize}
defaultSizePercentage={windowSize === 'mobile' ? 0 : optionsSize}
collapsible={true}
ref={playgroundMenuRef}
>
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,7 +37,7 @@ export function TypesDetails({
<PanelGroup autoSaveId="playground-types" direction="horizontal">
<Panel
id="simplifiedTree"
defaultSize={35}
defaultSizePercentage={35}
collapsible={true}
className={styles.PanelColumn}
>
Expand Down
10 changes: 5 additions & 5 deletionsyarn.lock
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -15879,13 +15879,13 @@ __metadata:
languageName: node
linkType: hard

"react-resizable-panels@npm:^0.0.55":
version: 0.0.55
resolution: "react-resizable-panels@npm:0.0.55"
"react-resizable-panels@npm:^0.0.63":
version: 0.0.63
resolution: "react-resizable-panels@npm:0.0.63"
peerDependencies:
react: ^16.14.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.14.0 || ^17.0.0 || ^18.0.0
checksum:a7cb938403b57d2489638eb2cf93fddcb420fbd51b8af2b959881ada83ba052f79f51610d650019e577f0e6018542e9195e4bfe45e4e884b4821744c45837646
checksum:76ae0c0d5a565bc4900048e57000d153266f456c783fe950aa0041f1d16c01b3a1fa1016b383305b6889972f9e1eb63bac197ac1969b22a68b1a075bcb71dae3
languageName: node
linkType: hard

Expand DownExpand Up@@ -19143,7 +19143,7 @@ __metadata:
raw-loader: ^4.0.2
react: ^18.2.0
react-dom: ^18.2.0
react-resizable-panels: ^0.0.55
react-resizable-panels: ^0.0.63
remark-docusaurus-tabs: ^0.2.0
rimraf: "*"
semver: ^7.5.4
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp