Skip to content

Commit 25ccb6d

Browse files
authored
Use fixed version 1.5.5 of perfect-scrollbar (#15279)
Fixes #15277, #15232 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
1 parent 3a714cb commit 25ccb6d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"markdown-it": "^12.3.2",
6060
"msgpackr": "^1.10.2",
6161
"p-debounce": "^2.1.0",
62-
"perfect-scrollbar": "^1.5.5",
62+
"perfect-scrollbar": "1.5.5",
6363
"react": "^18.2.0",
6464
"react-dom": "^18.2.0",
6565
"react-tooltip": "^4.2.21",

packages/toolbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@theia/workspace": "1.59.0",
3939
"ajv": "^6.5.3",
4040
"jsonc-parser": "^2.2.0",
41-
"perfect-scrollbar": "^1.5.5",
41+
"perfect-scrollbar": "1.5.5",
4242
"tslib": "^2.6.2"
4343
},
4444
"theiaExtensions": [

0 commit comments

Comments
 (0)