mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 21:51:02 +00:00
Build(deps): Bump react-resizable-panels from 3.0.4 to 3.0.5 in /page (#489)
Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 3.0.4 to 3.0.5. <details> <summary>Commits</summary> <ul> <li><a href="f65a4815c7"><code>f65a481</code></a> 3.0.4 -> 3.0.5</li> <li><a href="0bfe50b085"><code>0bfe50b</code></a> Prettier</li> <li><a href="25c91ac9d7"><code>25c91ac</code></a> reintroduce toFixed changes from 2.0.16 removed in 2.0.17 (<a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/512">#512</a>)</li> <li><a href="97b6d482f5"><code>97b6d48</code></a> Update Code Sandbox link</li> <li><a href="45300ec446"><code>45300ec</code></a> Remove duplication in Panel component's Imperative API docs. (<a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/511">#511</a>)</li> <li><a href="8d426e7fbd"><code>8d426e7</code></a> Fix typo in README.md (<a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/509">#509</a>)</li> <li>See full diff in <a href="https://github.com/bvaughn/react-resizable-panels/compare/3.0.4...3.0.5">compare view</a></li> </ul> </details> <br /> [](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:
21
page/package-lock.json
generated
21
page/package-lock.json
generated
@@ -34,7 +34,7 @@
|
||||
"react-dom": "^19.1.1",
|
||||
"react-dropzone": "^14.3.8",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-resizable-panels": "^3.0.4",
|
||||
"react-resizable-panels": "^3.0.5",
|
||||
"react-router-dom": "^7.8.2",
|
||||
"react-window": "^1.8.11",
|
||||
"shell-quote": "^1.8.3",
|
||||
@@ -4508,19 +4508,6 @@
|
||||
"url": "https://opencollective.com/eslint"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint/node_modules/@eslint/js": {
|
||||
"version": "9.33.0",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.33.0.tgz",
|
||||
"integrity": "sha512-5K1/mKhWaMfreBGJTwval43JJmkip0RmM+3+IuqupeSKNC/Th2Kc7ucaq5ovTSra/OOKB9c58CGSz3QMVbWt0A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://eslint.org/donate"
|
||||
}
|
||||
},
|
||||
"node_modules/espree": {
|
||||
"version": "10.4.0",
|
||||
"resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
|
||||
@@ -5824,9 +5811,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-resizable-panels": {
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.4.tgz",
|
||||
"integrity": "sha512-8Y4KNgV94XhUvI2LeByyPIjoUJb71M/0hyhtzkHaqpVHs+ZQs8b627HmzyhmVYi3C9YP6R+XD1KmG7hHjEZXFQ==",
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.5.tgz",
|
||||
"integrity": "sha512-3z1yN25DMTXLg2wfyFrW32r5k4WEcUa3F7cJ2EgtNK07lnOs4mpM8yWLGunCpkhcQRwJX4fqoLcIh/pHPxzlmQ==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"react-dom": "^19.1.1",
|
||||
"react-dropzone": "^14.3.8",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-resizable-panels": "^3.0.4",
|
||||
"react-resizable-panels": "^3.0.5",
|
||||
"react-router-dom": "^7.8.2",
|
||||
"react-window": "^1.8.11",
|
||||
"shell-quote": "^1.8.3",
|
||||
|
||||
Reference in New Issue
Block a user