Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 27a1e08

Browse files
build(deps): Bump react-window and @types/react-window in /api-editor/gui (#1472)
Bumps [react-window](https://github.com/bvaughn/react-window) and [@types/react-window](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-window). These dependencies needed to be updated together. Updates `react-window` from 1.8.9 to 1.8.10 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bvaughn/react-window/blob/master/CHANGELOG.md">react-window's changelog</a>.</em></p> <blockquote> <h3>1.8.10</h3> <ul> <li>Fix scrollDirection when direction is RTL (<a href="https://redirect.github.com/bvaughn/react-window/issues/690">#690</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bvaughn/react-window/commit/efad3d8909753fd74aad7c47dc902b26f0919651"><code>efad3d8</code></a> 1.8.9 -&gt; 1.8.10</li> <li><a href="https://github.com/bvaughn/react-window/commit/7853dd3009bf84821a2e57d0e61a538c46a592d2"><code>7853dd3</code></a> Fix scrollDirection when direction is RTL (<a href="https://redirect.github.com/bvaughn/react-window/issues/690">#690</a>)</li> <li><a href="https://github.com/bvaughn/react-window/commit/6ff5694ac810617515acf74401ba68fe2951133b"><code>6ff5694</code></a> Prettier</li> <li><a href="https://github.com/bvaughn/react-window/commit/dd73de86d2a2523db12a7269ca4d0cc75a8ddc41"><code>dd73de8</code></a> fix scrollDirection when direction is RTL</li> <li>See full diff in <a href="https://github.com/bvaughn/react-window/compare/1.8.9...1.8.10">compare view</a></li> </ul> </details> <br /> Updates `@types/react-window` from 1.8.5 to 1.8.8 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-window">compare view</a></li> </ul> </details> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c597c4 commit 27a1e08

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

api-editor/gui/package-lock.json

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

api-editor/gui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react-router": "^6.20.0",
3939
"react-router-dom": "^6.14.1",
4040
"react-syntax-highlighter": "^15.5.0",
41-
"react-window": "^1.8.9",
41+
"react-window": "^1.8.10",
4242
"rehype-katex": "^6.0.3",
4343
"remark-gfm": "^3.0.1",
4444
"remark-math": "^5.1.0"
@@ -52,7 +52,7 @@
5252
"@types/react-dom": "^18.2.7",
5353
"@types/react-router-dom": "^5.3.3",
5454
"@types/react-syntax-highlighter": "^15.5.9",
55-
"@types/react-window": "^1.8.4",
55+
"@types/react-window": "^1.8.8",
5656
"@types/uuid": "^9.0.2",
5757
"@vitejs/plugin-react": "^4.2.0",
5858
"@vitest/coverage-v8": "^0.34.6",

0 commit comments

Comments
 (0)