Bump overlayscrollbars from 2.9.2 to 2.10.0 in the prod-dependencies group (#175)

Bumps the prod-dependencies group with 1 update:
[overlayscrollbars](https://github.com/KingSora/OverlayScrollbars/tree/HEAD/packages/overlayscrollbars).

Updates `overlayscrollbars` from 2.9.2 to 2.10.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/KingSora/OverlayScrollbars/blob/master/packages/overlayscrollbars/CHANGELOG.md">overlayscrollbars's
changelog</a>.</em></p>
<blockquote>
<h2>2.10.0</h2>
<h3>Features</h3>
<ul>
<li>The option <code>scrollbars.clickScroll</code> now supports the
value <code>'instant'</code>. The <code>ClickScrollPlugin</code> is not
required for it to work. <a
href="https://redirect.github.com/KingSora/OverlayScrollbars/issues/645">#645</a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Rewrite <code>clickScroll</code> animation for better performance
and to support in and out easing for a smoother animation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/KingSora/OverlayScrollbars/commits/v2.10.0/packages/overlayscrollbars">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=overlayscrollbars&package-manager=npm_and_yarn&previous-version=2.9.2&new-version=2.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-07-30 09:08:20 -07:00 committed by GitHub
parent fa169538fa
commit 49072364e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -92,7 +92,7 @@
"immer": "^10.1.1",
"jotai": "^2.9.1",
"monaco-editor": "^0.50.0",
"overlayscrollbars": "^2.9.2",
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-react": "^0.5.6",
"papaparse": "^5.4.1",
"react": "^18.3.1",

View File

@ -9977,10 +9977,10 @@ __metadata:
languageName: node
linkType: hard
"overlayscrollbars@npm:^2.9.2":
version: 2.9.2
resolution: "overlayscrollbars@npm:2.9.2"
checksum: 10c0/f62b445a393c6921a81e82fbf05755adae6ef1c1db292ab86ea1fd344680eb569f140f0c83436e7d485e66a6889e25d5757d4c01f8550cbb742c05c994f158c0
"overlayscrollbars@npm:^2.10.0":
version: 2.10.0
resolution: "overlayscrollbars@npm:2.10.0"
checksum: 10c0/d8eead54a8459cade66cac347524858a41f2d207737ea7bbb9df690c242cfd6804023bac85d245168893284cae32e11ed19acf236fad5e8e47116018d7e7d43a
languageName: node
linkType: hard
@ -11873,7 +11873,7 @@ __metadata:
jotai: "npm:^2.9.1"
less: "npm:^4.2.0"
monaco-editor: "npm:^0.50.0"
overlayscrollbars: "npm:^2.9.2"
overlayscrollbars: "npm:^2.10.0"
overlayscrollbars-react: "npm:^0.5.6"
papaparse: "npm:^5.4.1"
prettier: "npm:^3.3.3"