Skip to content

Commit

Permalink
Update perfect-scrollbar and pin version in root package.json (#14592)
Browse files Browse the repository at this point in the history
Fixes #14586

contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <[email protected]>
  • Loading branch information
tsmaeder authored Dec 6, 2024
1 parent 8378858 commit 83fb8c1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"resolutions": {
"**/@types/node": "18",
"**/nan": "2.20.0"
"**/nan": "2.20.0",
"**/perfect-scrollbar": "1.5.5"
},
"devDependencies": {
"@types/chai": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"markdown-it": "^12.3.2",
"msgpackr": "^1.10.2",
"p-debounce": "^2.1.0",
"perfect-scrollbar": "1.5.5",
"perfect-scrollbar": "^1.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tooltip": "^4.2.21",
Expand Down
3 changes: 0 additions & 3 deletions packages/messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"ts-md5": "^1.2.2",
"tslib": "^2.6.2"
},
"resolutions": {
"perfect-scrollbar": "1.5.5"
},
"publishConfig": {
"access": "public"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/notebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"tslib": "^2.6.2"
},

"resolutions": {
"perfect-scrollbar": "1.5.5"
},
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@theia/workspace": "1.56.0",
"ajv": "^6.5.3",
"jsonc-parser": "^2.2.0",
"perfect-scrollbar": "1.5.5",
"perfect-scrollbar": "^1.5.5",
"tslib": "^2.6.2"
},
"theiaExtensions": [
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9893,7 +9893,7 @@ pend@~1.2.0:
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==

[email protected], perfect-scrollbar@^1.5.0:
[email protected], perfect-scrollbar@^1.5.0, perfect-scrollbar@^1.5.5:
version "1.5.5"
resolved "https://registry.yarnpkg.com/perfect-scrollbar/-/perfect-scrollbar-1.5.5.tgz#41a211a2fb52a7191eff301432134ea47052b27f"
integrity sha512-dzalfutyP3e/FOpdlhVryN4AJ5XDVauVWxybSkLZmakFE2sS3y3pc4JnSprw8tGmHvkaG5Edr5T7LBTZ+WWU2g==
Expand Down

0 comments on commit 83fb8c1

Please sign in to comment.