Bump react-resizable-panels from 2.1.9 to 3.0.0 in /page (#259)

Bumps
[react-resizable-panels](https://github.com/bvaughn/react-resizable-panels)
from 2.1.9 to 3.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fa1fb9d5fd"><code>fa1fb9d</code></a>
2.1.9 -&gt; 3.0.0</li>
<li><a
href="3fd70714df"><code>3fd7071</code></a>
Attach &quot;pointerup&quot; and &quot;pointercancel&quot; listeners to
ownerDocument body (<a
href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/475">#475</a>)</li>
<li><a
href="84df2088ee"><code>84df208</code></a>
Make module ESM only; replace Jest with Vitest (<a
href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/478">#478</a>)</li>
<li><a
href="96a4c5b6e9"><code>96a4c5b</code></a>
Tweak coarse pointer drag styles</li>
<li><a
href="d8dd367686"><code>d8dd367</code></a>
Default style tweaks</li>
<li><a
href="d63a6b0808"><code>d63a6b0</code></a>
Add usePanelGroupContext() hook for reading current group direction and
id</li>
<li>See full diff in <a
href="https://github.com/bvaughn/react-resizable-panels/compare/2.1.9...3.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-resizable-panels&package-manager=npm_and_yarn&previous-version=2.1.9&new-version=3.0.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 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>
This commit is contained in:
Maurice Heumann
2025-05-03 12:39:47 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-helmet": "^6.1.0",
"react-resizable-panels": "^2.1.9",
"react-resizable-panels": "^3.0.0",
"react-router-dom": "^7.5.3",
"react-window": "^1.8.11",
"tailwind-merge": "^3.2.0",
@@ -4805,9 +4805,9 @@
}
},
"node_modules/react-resizable-panels": {
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.9.tgz",
"integrity": "sha512-z77+X08YDIrgAes4jl8xhnUu1LNIRp4+E7cv4xHmLOxxUPO/ML7PSrE813b90vj7xvQ1lcf7g2uA9GeMZonjhQ==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.0.tgz",
"integrity": "sha512-UPFAMvU5UfXA4yGpqhjvY35zEC44ML0yRHjLvoK3nQrFFcU+mWUGMmURYsD3mp7P8oZdrKEwR++pFIexqSASlw==",
"license": "MIT",
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",

View File

@@ -36,7 +36,7 @@
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-helmet": "^6.1.0",
"react-resizable-panels": "^2.1.9",
"react-resizable-panels": "^3.0.0",
"react-router-dom": "^7.5.3",
"react-window": "^1.8.11",
"tailwind-merge": "^3.2.0",