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

fix: update scrollbar component style #3917

Merged
merged 1 commit into from
Aug 8, 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 packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@ant-design/icons": "^4.6.4",
"@opensumi/ide-utils": "workspace:*",
"@opensumi/react-custom-scrollbars-2": "^4.3.1",
"@opensumi/react-custom-scrollbars-2": "^4.3.2",
"fuzzy": "^0.1.3",
"lodash": "^4.17.21",
"marked": "4.0.10",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ __metadata:
"@ant-design/icons": "npm:^4.6.4"
"@opensumi/ide-dev-tool": "workspace:*"
"@opensumi/ide-utils": "workspace:*"
"@opensumi/react-custom-scrollbars-2": "npm:^4.3.1"
"@opensumi/react-custom-scrollbars-2": "npm:^4.3.2"
"@types/marked": "npm:^4.0.7"
"@types/react-window": "npm:^1.8.5"
fuzzy: "npm:^0.1.3"
Expand Down Expand Up @@ -3101,17 +3101,17 @@ __metadata:
languageName: unknown
linkType: soft

"@opensumi/react-custom-scrollbars-2@npm:^4.3.1":
version: 4.3.1
resolution: "@opensumi/react-custom-scrollbars-2@npm:4.3.1"
"@opensumi/react-custom-scrollbars-2@npm:^4.3.2":
version: 4.3.2
resolution: "@opensumi/react-custom-scrollbars-2@npm:4.3.2"
dependencies:
dom-css: "npm:^2.0.0"
prop-types: "npm:^15.5.10"
raf: "npm:^3.1.0"
peerDependencies:
react: ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
checksum: 10/c4d0434b63071e8c211d585ce2b1373fbad29ded161d805886517dc208bc2767a1e0851718b634fe17654756d0fb84c3b05f3d97d4c9f13027c2cd883510b4f7
checksum: 10/31d00305d8014705131267fe0e2fd26d4887d216e186ef90f5c75a433637104bce3563f2ee78b907985cb786a5456578409b3d4bdafd860cc57e3af9425436ef
languageName: node
linkType: hard

Expand Down
Loading