Skip to content

Commit 8b3d4d6

Browse files
renovate[bot]renovate-bot
authored andcommitted
fix(deps): scrollable if hidden by frame (#742)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 992f9cf commit 8b3d4d6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typecheck": "tsc --noEmit"
3333
},
3434
"dependencies": {
35-
"scroll-into-view-if-needed": "2.2.20"
35+
"scroll-into-view-if-needed": "2.2.21"
3636
},
3737
"devDependencies": {
3838
"@babel/cli": "7.7.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,10 +2128,10 @@ component-emitter@^1.2.1:
21282128
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
21292129
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
21302130

2131-
2132-
version "1.0.11"
2133-
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.11.tgz#7ff0a57f9aeda6314132d8994cce7aeca794fecf"
2134-
integrity sha512-uUnglJowSe0IPmWOdDtrlHXof5CTIJitfJEyITHBW6zDVOGu9Pjk5puaLM73SLcwak0L4hEjO7Td88/a6P5i7A==
2131+
compute-scroll-into-view@^1.0.12:
2132+
version "1.0.12"
2133+
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.12.tgz#d523f83930f53d61cb5f4e2657e999b8c31cabd9"
2134+
integrity sha512-MUJWwXJsFQ0+Z5fvrcvA+Da+ZGxpwIMEOmXQiYjB40f0+HWZHp+Cr4F/CtmQPRpggC5ZvBHj14zXPDPmvq/OkA==
21352135

21362136
21372137
version "0.0.1"
@@ -7364,12 +7364,12 @@ sax@^1.2.4:
73647364
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
73657365
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
73667366

7367-
7368-
version "2.2.20"
7369-
resolved "https://registry.yarnpkg.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.20.tgz#3a46847a72233a3af9770e55df450f2a7f2e2a0e"
7370-
integrity sha512-P9kYMrhi9f6dvWwTGpO5I3HgjSU/8Mts7xL3lkoH5xlewK7O9Obdc5WmMCzppln7bCVGNmf3qfoZXrpCeyNJXw==
7367+
7368+
version "2.2.21"
7369+
resolved "https://registry.yarnpkg.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.21.tgz#d5e3036128abf649d69583ae594a159d042c2e54"
7370+
integrity sha512-851zsXR0MlryKDe3uBWBHxcc0mcNgjpf5kVPC1kqAS9O9BSFa2mCcNrGm6EWXSzaC0E8AbL+W8cFogbsWmLinA==
73717371
dependencies:
7372-
compute-scroll-into-view "1.0.11"
7372+
compute-scroll-into-view "^1.0.12"
73737373

73747374
73757375
version "15.14.0"

0 commit comments

Comments
 (0)