mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Bump the storybook group with 9 updates (#958)
Bumps the storybook group with 9 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.3.3` | `8.3.5` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.3.3` | `8.3.5` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.3.3` | `8.3.5` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.3.3` | `8.3.5` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.3.3` | `8.3.5` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.3.3` | `8.3.5` | | [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.3.3` | `8.3.5` | | [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) | `8.3.3` | `8.3.5` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.3.3` | `8.3.5` | Updates `@storybook/addon-essentials` from 8.3.3 to 8.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-essentials</code>'s releases</a>.</em></p> <blockquote> <h2>v8.3.5</h2> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v8.3.4</h2> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-essentials</code>'s changelog</a>.</em></p> <blockquote> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b9c7f9098e
"><code>b9c7f90</code></a> Bump version from "8.3.4" to "8.3.5" [skip ci]</li> <li><a href="20ab887020
"><code>20ab887</code></a> Bump version from "8.3.3" to "8.3.4" [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/essentials">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-interactions` from 8.3.3 to 8.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-interactions</code>'s releases</a>.</em></p> <blockquote> <h2>v8.3.5</h2> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v8.3.4</h2> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-interactions</code>'s changelog</a>.</em></p> <blockquote> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b9c7f9098e
"><code>b9c7f90</code></a> Bump version from "8.3.4" to "8.3.5" [skip ci]</li> <li><a href="20ab887020
"><code>20ab887</code></a> Bump version from "8.3.3" to "8.3.4" [skip ci]</li> <li><a href="1cf5baca02
"><code>1cf5bac</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions/issues/29110">#29110</a> from storybookjs/kasper/fix-ansi-chars</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/interactions">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-links` from 8.3.3 to 8.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-links</code>'s releases</a>.</em></p> <blockquote> <h2>v8.3.5</h2> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v8.3.4</h2> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-links</code>'s changelog</a>.</em></p> <blockquote> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b9c7f9098e
"><code>b9c7f90</code></a> Bump version from "8.3.4" to "8.3.5" [skip ci]</li> <li><a href="20ab887020
"><code>20ab887</code></a> Bump version from "8.3.3" to "8.3.4" [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/links">compare view</a></li> </ul> </details> <br /> Updates `@storybook/blocks` from 8.3.3 to 8.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/blocks</code>'s releases</a>.</em></p> <blockquote> <h2>v8.3.5</h2> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v8.3.4</h2> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/blocks</code>'s changelog</a>.</em></p> <blockquote> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b9c7f9098e
"><code>b9c7f90</code></a> Bump version from "8.3.4" to "8.3.5" [skip ci]</li> <li><a href="20ab887020
"><code>20ab887</code></a> Bump version from "8.3.3" to "8.3.4" [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/blocks">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react` from 8.3.3 to 8.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/react</code>'s releases</a>.</em></p> <blockquote> <h2>v8.3.5</h2> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v8.3.4</h2> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/react</code>'s changelog</a>.</em></p> <blockquote> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b9c7f9098e
"><code>b9c7f90</code></a> Bump version from "8.3.4" to "8.3.5" [skip ci]</li> <li><a href="20ab887020
"><code>20ab887</code></a> Bump version from "8.3.3" to "8.3.4" [skip ci]</li> <li><a href="1cf5baca02
"><code>1cf5bac</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react/issues/29110">#29110</a> from storybookjs/kasper/fix-ansi-chars</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/renderers/react">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react-vite` from 8.3.3 to 8.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/react-vite</code>'s releases</a>.</em></p> <blockquote> <h2>v8.3.5</h2> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v8.3.4</h2> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/react-vite</code>'s changelog</a>.</em></p> <blockquote> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b9c7f9098e
"><code>b9c7f90</code></a> Bump version from "8.3.4" to "8.3.5" [skip ci]</li> <li><a href="20ab887020
"><code>20ab887</code></a> Bump version from "8.3.3" to "8.3.4" [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/frameworks/react-vite">compare view</a></li> </ul> </details> <br /> Updates `@storybook/test` from 8.3.3 to 8.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/test</code>'s releases</a>.</em></p> <blockquote> <h2>v8.3.5</h2> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v8.3.4</h2> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/test</code>'s changelog</a>.</em></p> <blockquote> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b9c7f9098e
"><code>b9c7f90</code></a> Bump version from "8.3.4" to "8.3.5" [skip ci]</li> <li><a href="20ab887020
"><code>20ab887</code></a> Bump version from "8.3.3" to "8.3.4" [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/test">compare view</a></li> </ul> </details> <br /> Updates `@storybook/theming` from 8.3.3 to 8.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/theming</code>'s releases</a>.</em></p> <blockquote> <h2>v8.3.5</h2> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v8.3.4</h2> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/theming">compare view</a></li> </ul> </details> <br /> Updates `storybook` from 8.3.3 to 8.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases">storybook's releases</a>.</em></p> <blockquote> <h2>v8.3.5</h2> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v8.3.4</h2> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's changelog</a>.</em></p> <blockquote> <h2>8.3.5</h2> <ul> <li>CLI: Update the React Native init to include v8 dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29273">#29273</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Vitest plugin: Fix renamed export stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/29250">#29250</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>8.3.4</h2> <ul> <li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>@InfiniteXyy</code></a>!</li> <li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b9c7f9098e
"><code>b9c7f90</code></a> Bump version from "8.3.4" to "8.3.5" [skip ci]</li> <li><a href="20ab887020
"><code>20ab887</code></a> Bump version from "8.3.3" to "8.3.4" [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/cli">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 <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:
parent
ea1b387a9b
commit
421cea92ab
18
package.json
18
package.json
@ -30,14 +30,14 @@
|
|||||||
"@chromatic-com/storybook": "^2.0.2",
|
"@chromatic-com/storybook": "^2.0.2",
|
||||||
"@eslint/js": "^9.11.1",
|
"@eslint/js": "^9.11.1",
|
||||||
"@rollup/plugin-node-resolve": "^15.3.0",
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
||||||
"@storybook/addon-essentials": "^8.3.3",
|
"@storybook/addon-essentials": "^8.3.5",
|
||||||
"@storybook/addon-interactions": "^8.3.3",
|
"@storybook/addon-interactions": "^8.3.5",
|
||||||
"@storybook/addon-links": "^8.3.3",
|
"@storybook/addon-links": "^8.3.5",
|
||||||
"@storybook/blocks": "^8.3.3",
|
"@storybook/blocks": "^8.3.5",
|
||||||
"@storybook/react": "^8.3.3",
|
"@storybook/react": "^8.3.5",
|
||||||
"@storybook/react-vite": "^8.3.3",
|
"@storybook/react-vite": "^8.3.5",
|
||||||
"@storybook/test": "^8.3.3",
|
"@storybook/test": "^8.3.5",
|
||||||
"@storybook/theming": "^8.3.3",
|
"@storybook/theming": "^8.3.5",
|
||||||
"@types/css-tree": "^2",
|
"@types/css-tree": "^2",
|
||||||
"@types/debug": "^4",
|
"@types/debug": "^4",
|
||||||
"@types/electron": "^1.6.10",
|
"@types/electron": "^1.6.10",
|
||||||
@ -66,7 +66,7 @@
|
|||||||
"prettier-plugin-organize-imports": "^4.1.0",
|
"prettier-plugin-organize-imports": "^4.1.0",
|
||||||
"rollup-plugin-flow": "^1.1.1",
|
"rollup-plugin-flow": "^1.1.1",
|
||||||
"semver": "^7.6.3",
|
"semver": "^7.6.3",
|
||||||
"storybook": "^8.3.3",
|
"storybook": "^8.3.5",
|
||||||
"storybook-dark-mode": "^4.0.2",
|
"storybook-dark-mode": "^4.0.2",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"tslib": "^2.6.3",
|
"tslib": "^2.6.3",
|
||||||
|
327
yarn.lock
327
yarn.lock
@ -1451,9 +1451,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/addon-actions@npm:8.3.3":
|
"@storybook/addon-actions@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/addon-actions@npm:8.3.3"
|
resolution: "@storybook/addon-actions@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
"@types/uuid": "npm:^9.0.1"
|
"@types/uuid": "npm:^9.0.1"
|
||||||
@ -1461,47 +1461,47 @@ __metadata:
|
|||||||
polished: "npm:^4.2.2"
|
polished: "npm:^4.2.2"
|
||||||
uuid: "npm:^9.0.0"
|
uuid: "npm:^9.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/884f544ef9216f01814639c712a2bdda9b7f37cb92e1e27b0b3ea866f68e1fbbb76aa2ae78b82bfb29a32bb6a00162a072501abe90836f3a757994b4256c6ecc
|
checksum: 10c0/c9872d9d41b33ae26be36dfb25ccb10e7c832d4677cffe4f3e8a42f2748d8c54e681810662b88e10d1e72223096ad1861e389ee7134974e9f3e2869958300e08
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/addon-backgrounds@npm:8.3.3":
|
"@storybook/addon-backgrounds@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/addon-backgrounds@npm:8.3.3"
|
resolution: "@storybook/addon-backgrounds@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
memoizerific: "npm:^1.11.3"
|
memoizerific: "npm:^1.11.3"
|
||||||
ts-dedent: "npm:^2.0.0"
|
ts-dedent: "npm:^2.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/999194c8f0eb45a6194700b87e6ddb01ee87900c8e33b71a24fb02c11352db1d42e7c72cabb73555d028f5b6dd4e84a5cfb2343ed11057d9f5d584d5aa9660ae
|
checksum: 10c0/6a2ce804bd96827a0601b53ea1f15bec382e1099cf957a0ac3c9452da1a58702fb5cea4b76c564a78a3a4f66431eaf3d826ad400d3bd579fec94ec266f06e211
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/addon-controls@npm:8.3.3":
|
"@storybook/addon-controls@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/addon-controls@npm:8.3.3"
|
resolution: "@storybook/addon-controls@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
dequal: "npm:^2.0.2"
|
dequal: "npm:^2.0.2"
|
||||||
lodash: "npm:^4.17.21"
|
lodash: "npm:^4.17.21"
|
||||||
ts-dedent: "npm:^2.0.0"
|
ts-dedent: "npm:^2.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/028b99a729dbd107d946d5446ce2b750371031842e85692ea8457eef836dc9d448df0707101261ddbe28e87fbe7d6a35695c1478bb49c451cb51484d499170d5
|
checksum: 10c0/f0bf85a8f401649734ae63ece9b64fe77b10a290cd1e83f54d83da4ae58f5a3a9e3876497f8cb3e9ac12dd1814fe7d16cee88bd6985877422823965b20607385
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/addon-docs@npm:8.3.3":
|
"@storybook/addon-docs@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/addon-docs@npm:8.3.3"
|
resolution: "@storybook/addon-docs@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@mdx-js/react": "npm:^3.0.0"
|
"@mdx-js/react": "npm:^3.0.0"
|
||||||
"@storybook/blocks": "npm:8.3.3"
|
"@storybook/blocks": "npm:8.3.5"
|
||||||
"@storybook/csf-plugin": "npm:8.3.3"
|
"@storybook/csf-plugin": "npm:8.3.5"
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
"@storybook/react-dom-shim": "npm:8.3.3"
|
"@storybook/react-dom-shim": "npm:8.3.5"
|
||||||
"@types/react": "npm:^16.8.0 || ^17.0.0 || ^18.0.0"
|
"@types/react": "npm:^16.8.0 || ^17.0.0 || ^18.0.0"
|
||||||
fs-extra: "npm:^11.1.0"
|
fs-extra: "npm:^11.1.0"
|
||||||
react: "npm:^16.8.0 || ^17.0.0 || ^18.0.0"
|
react: "npm:^16.8.0 || ^17.0.0 || ^18.0.0"
|
||||||
@ -1510,121 +1510,121 @@ __metadata:
|
|||||||
rehype-slug: "npm:^6.0.0"
|
rehype-slug: "npm:^6.0.0"
|
||||||
ts-dedent: "npm:^2.0.0"
|
ts-dedent: "npm:^2.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/e919b99733ca96f075e456d8e31af1519840aa9799b799e394f0d5ccf841056cdfd0adb93aafc09628392c65de65c55dba91e16064ca260fb27009e2497fc3f2
|
checksum: 10c0/51f277079397ecc0e5fef721307a618e3aa4727069dba2b331cb4de2e6e318f4de338132e1ea886c0e9ee0824a10cbc9a0887e0f09f341221a31a09111ce4836
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/addon-essentials@npm:^8.3.3":
|
"@storybook/addon-essentials@npm:^8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/addon-essentials@npm:8.3.3"
|
resolution: "@storybook/addon-essentials@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/addon-actions": "npm:8.3.3"
|
"@storybook/addon-actions": "npm:8.3.5"
|
||||||
"@storybook/addon-backgrounds": "npm:8.3.3"
|
"@storybook/addon-backgrounds": "npm:8.3.5"
|
||||||
"@storybook/addon-controls": "npm:8.3.3"
|
"@storybook/addon-controls": "npm:8.3.5"
|
||||||
"@storybook/addon-docs": "npm:8.3.3"
|
"@storybook/addon-docs": "npm:8.3.5"
|
||||||
"@storybook/addon-highlight": "npm:8.3.3"
|
"@storybook/addon-highlight": "npm:8.3.5"
|
||||||
"@storybook/addon-measure": "npm:8.3.3"
|
"@storybook/addon-measure": "npm:8.3.5"
|
||||||
"@storybook/addon-outline": "npm:8.3.3"
|
"@storybook/addon-outline": "npm:8.3.5"
|
||||||
"@storybook/addon-toolbars": "npm:8.3.3"
|
"@storybook/addon-toolbars": "npm:8.3.5"
|
||||||
"@storybook/addon-viewport": "npm:8.3.3"
|
"@storybook/addon-viewport": "npm:8.3.5"
|
||||||
ts-dedent: "npm:^2.0.0"
|
ts-dedent: "npm:^2.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/9323c7741f870ba86d2683d8f94bfb0f212f37adf128ad1a84f4beb2e3bf9a9c4bce65270142cc647a9b07929b097d5dc71d0586c3f7721e77ded822f5372047
|
checksum: 10c0/dad5ec31342abafe93eefa10178278f2f3cb8f849824050cf9248ff976188fda9bdc167750a57c57f0f821a56dd46daef92e70816a62b3cba435484f263fb703
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/addon-highlight@npm:8.3.3":
|
"@storybook/addon-highlight@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/addon-highlight@npm:8.3.3"
|
resolution: "@storybook/addon-highlight@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/19bd06e98c247e66fc086b7ac0ca5bb847d00e33e906699663ff7183b3d735f49b7c432628939ce95cfa5411847fecf92f43fb97da55a8416d98400218801dd4
|
checksum: 10c0/9bd4d29d10d612aa6baf2a3c470fd571f32edd4d456e3c4eb0dfe416be7891b075f06a7f46da35274c58261db8be5e97d974edec3c11b477f1cc397b357a42ca
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/addon-interactions@npm:^8.3.3":
|
"@storybook/addon-interactions@npm:^8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/addon-interactions@npm:8.3.3"
|
resolution: "@storybook/addon-interactions@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
"@storybook/instrumenter": "npm:8.3.3"
|
"@storybook/instrumenter": "npm:8.3.5"
|
||||||
"@storybook/test": "npm:8.3.3"
|
"@storybook/test": "npm:8.3.5"
|
||||||
polished: "npm:^4.2.2"
|
polished: "npm:^4.2.2"
|
||||||
ts-dedent: "npm:^2.2.0"
|
ts-dedent: "npm:^2.2.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/0cb0651d063dee876c49496ef1fdd047ffa4767ce33826686741371cc0793ecd49d0aa26a8c1fee3f61b40c160d3c676e617a1679614422106e043c67f7c248f
|
checksum: 10c0/66aef03bdaee184911db0ddd212ef5c87f30d985d363b65085a88d19aa0304feb2753f342338f7b675463405ddfd0f6c7938ec62acdad5bbcd43af3173738932
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/addon-links@npm:^8.3.3":
|
"@storybook/addon-links@npm:^8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/addon-links@npm:8.3.3"
|
resolution: "@storybook/addon-links@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/csf": "npm:^0.1.11"
|
"@storybook/csf": "npm:^0.1.11"
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
ts-dedent: "npm:^2.0.0"
|
ts-dedent: "npm:^2.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
react:
|
react:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 10c0/01d3bd884f8742227421aa7d05f7d48d70c355812ff4228d3ac8a81744986b2cd43fb8fb84041e4dcb216b887bbac154700faf3ea344b5570f96647060cb795a
|
checksum: 10c0/ac431b420196fea7f9aa2a62356d2221c75065515ba82e4a0bbcddaa66a9a61d93f186e6efde87ca43ddfd043f3503f4459449d0f3f76935707276b87698f0d3
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/addon-measure@npm:8.3.3":
|
"@storybook/addon-measure@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/addon-measure@npm:8.3.3"
|
resolution: "@storybook/addon-measure@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
tiny-invariant: "npm:^1.3.1"
|
tiny-invariant: "npm:^1.3.1"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/178b5e01df644614b2080cce83a4669b9d72304534e70f27d8f2804dd44d5a786b35170efbe47b9697a037f9395ce1b76fc1d2df9dd23afba4d459e84147a4e7
|
checksum: 10c0/49a8f2fac76a65fc2b4fdf6c90a4996e58cccf4a3db56a7f32a17eff2a34ebeccf7ad8042a3bd3b1e8deba1d9ba95ce95f8ee57f11a98de51ce6fc29b2a127b4
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/addon-outline@npm:8.3.3":
|
"@storybook/addon-outline@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/addon-outline@npm:8.3.3"
|
resolution: "@storybook/addon-outline@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
ts-dedent: "npm:^2.0.0"
|
ts-dedent: "npm:^2.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/d654a8458d64a57855f03151e29cfb7f077a0f4d4d5807a9f96863ab43bedbf7667aeb8def0f21abf6092e538b9fc53f2ce2d031c4004e2dafaa63ebed9bc529
|
checksum: 10c0/d1d4d734e1770aa4af8fba2d789ad5c570ae0eb66301d8c5444a92a07428f66cde4a32e48fc1ea8627801c7d5c99ae40563554eef7f1a5ad14e4144ee74f9726
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/addon-toolbars@npm:8.3.3":
|
"@storybook/addon-toolbars@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/addon-toolbars@npm:8.3.3"
|
resolution: "@storybook/addon-toolbars@npm:8.3.5"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/b6f41b4093fd6046142b4840127b6af9fa11f6417a19030fb5044ed068838717b418b755d160f49decb0677bf36071edc6f4865b4928b19275afef580937100d
|
checksum: 10c0/1e198ab1c87204f3ed69493484e94e6ad6bd4ed3c5a164ceeb0719cf2ddf96159d0fc481584c413d0bf3ff3943196ca123888ac67b0dbf967195d024387de84e
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/addon-viewport@npm:8.3.3":
|
"@storybook/addon-viewport@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/addon-viewport@npm:8.3.3"
|
resolution: "@storybook/addon-viewport@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
memoizerific: "npm:^1.11.3"
|
memoizerific: "npm:^1.11.3"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/d9480e347817217c06e339500743f3631ff3c99726557c254e026d4bd5eeed350744844f0deaf917b319636b30916e1d880cc574147ed5ae226d7c1d5c3654dc
|
checksum: 10c0/26e02754694d3422c19383ca330eb541394e54151e6c3d86865cbedcf49a323820b649e837e47ef94ea310c80ca47b9baa56fadee3a02db31bce5eaae6f43674
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/blocks@npm:8.3.3, @storybook/blocks@npm:^8.3.3":
|
"@storybook/blocks@npm:8.3.5, @storybook/blocks@npm:^8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/blocks@npm:8.3.3"
|
resolution: "@storybook/blocks@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/csf": "npm:^0.1.11"
|
"@storybook/csf": "npm:^0.1.11"
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
@ -1643,21 +1643,21 @@ __metadata:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
||||||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
react:
|
react:
|
||||||
optional: true
|
optional: true
|
||||||
react-dom:
|
react-dom:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 10c0/4639ee16dee2134ecbda2535e2157aedc10afcd695b4ccfd52342f05006d196888b9ebbb991a7fc48f741df8b1a2e4e50b1a7b2dce792c4f8355009cac6bafa8
|
checksum: 10c0/8b4d4b7761ff32de02c231231ef49457f96438916c9f5e2af6eebd90842a7de1f26781a768f5f2b080abd26c8da66c1fca60d304a87f530216eb01d6434e7ff9
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/builder-vite@npm:8.3.3":
|
"@storybook/builder-vite@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/builder-vite@npm:8.3.3"
|
resolution: "@storybook/builder-vite@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/csf-plugin": "npm:8.3.3"
|
"@storybook/csf-plugin": "npm:8.3.5"
|
||||||
"@types/find-cache-dir": "npm:^3.2.1"
|
"@types/find-cache-dir": "npm:^3.2.1"
|
||||||
browser-assert: "npm:^1.2.1"
|
browser-assert: "npm:^1.2.1"
|
||||||
es-module-lexer: "npm:^1.5.0"
|
es-module-lexer: "npm:^1.5.0"
|
||||||
@ -1668,7 +1668,7 @@ __metadata:
|
|||||||
ts-dedent: "npm:^2.0.0"
|
ts-dedent: "npm:^2.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@preact/preset-vite": "*"
|
"@preact/preset-vite": "*"
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
typescript: ">= 4.3.x"
|
typescript: ">= 4.3.x"
|
||||||
vite: ^4.0.0 || ^5.0.0
|
vite: ^4.0.0 || ^5.0.0
|
||||||
vite-plugin-glimmerx: "*"
|
vite-plugin-glimmerx: "*"
|
||||||
@ -1679,11 +1679,11 @@ __metadata:
|
|||||||
optional: true
|
optional: true
|
||||||
vite-plugin-glimmerx:
|
vite-plugin-glimmerx:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 10c0/ab03e4d50533584d1b97ac9d6ebddaa6cb91318d651a4569b012601793a7fbb2ac5ac2c0b360ea889d4cd1e295c9a1b1de47272515a92e7e0925d418ba09fdb5
|
checksum: 10c0/7f597c1f0ae252e408863b34011f9210dc4247f96c4790836efb004081d426131ff9bfa23d4b69da7479a4ec8cb81f430b9538ce62b87621747ffd389741c296
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/components@npm:^8.0.0, @storybook/components@npm:^8.3.3":
|
"@storybook/components@npm:^8.0.0":
|
||||||
version: 8.3.3
|
version: 8.3.3
|
||||||
resolution: "@storybook/components@npm:8.3.3"
|
resolution: "@storybook/components@npm:8.3.3"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -1692,6 +1692,15 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@storybook/components@npm:^8.3.5":
|
||||||
|
version: 8.3.5
|
||||||
|
resolution: "@storybook/components@npm:8.3.5"
|
||||||
|
peerDependencies:
|
||||||
|
storybook: ^8.3.5
|
||||||
|
checksum: 10c0/20b3217f1a0a48ab5a40c08960d966be1fc6842dd40fc9951328d9bdc76411e3d3820865fd93895eeccec718ef8c8512f19d1fcad9bdd2cb6a792f92ca4d73ce
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/core-events@npm:^8.0.0":
|
"@storybook/core-events@npm:^8.0.0":
|
||||||
version: 8.3.3
|
version: 8.3.3
|
||||||
resolution: "@storybook/core-events@npm:8.3.3"
|
resolution: "@storybook/core-events@npm:8.3.3"
|
||||||
@ -1701,9 +1710,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/core@npm:8.3.3":
|
"@storybook/core@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/core@npm:8.3.3"
|
resolution: "@storybook/core@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/csf": "npm:^0.1.11"
|
"@storybook/csf": "npm:^0.1.11"
|
||||||
"@types/express": "npm:^4.17.21"
|
"@types/express": "npm:^4.17.21"
|
||||||
@ -1718,18 +1727,18 @@ __metadata:
|
|||||||
semver: "npm:^7.6.2"
|
semver: "npm:^7.6.2"
|
||||||
util: "npm:^0.12.5"
|
util: "npm:^0.12.5"
|
||||||
ws: "npm:^8.2.3"
|
ws: "npm:^8.2.3"
|
||||||
checksum: 10c0/af666abe526a8a7143f1377781060caf519b5a91b3b0b023d1fab5f843f700ba5e03e3f4a428481eed6bf2ee7596470bbab60d003b16963a93811b344a1831bb
|
checksum: 10c0/f01d13c2309af518f1d029d27a3dd1ce80ea7423c9d4927d1096634a84887051c3581404971499ab81e5b28acca517bf1b31a3281fe7fdb0b418f0c45767f16f
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/csf-plugin@npm:8.3.3":
|
"@storybook/csf-plugin@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/csf-plugin@npm:8.3.3"
|
resolution: "@storybook/csf-plugin@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
unplugin: "npm:^1.3.1"
|
unplugin: "npm:^1.3.1"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/096e7f6bafd0f9d545a9b6d8e2d45f55519b8a4f8eabd21ffcf814840e4e76a00deb2156fdc989a8222555c5a381bf1ccdec26cf9b9f40edc253107c8e560b42
|
checksum: 10c0/528af7509500afe1baf446fb8d52978c71d18df0abafd27a81ab821977cfb211bb02190f5a7d09005c4c10dac5e91ef978e35c74ee477ed7d6e45583ebc8412d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -1769,20 +1778,20 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/instrumenter@npm:8.3.3":
|
"@storybook/instrumenter@npm:8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/instrumenter@npm:8.3.3"
|
resolution: "@storybook/instrumenter@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
"@vitest/utils": "npm:^2.0.5"
|
"@vitest/utils": "npm:^2.0.5"
|
||||||
util: "npm:^0.12.4"
|
util: "npm:^0.12.4"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/8fbf11f34c8a0ebb4f3c85ea2eb4a23e69b8f92e49fed0349b0e1d16de12ecd0052c7365bbe5fa23f0794cca67151d954d3e87f6be70b32810e9673fac46d691
|
checksum: 10c0/9dd4e9080591200aa410ae9f7c132b466173a4fc882ad78e06fdbe8d795b04cee3afc5b1385ecb3ff5b9fb314abc3da2ac1494a8bf815e1113c3e8a241c5b7b7
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/manager-api@npm:^8.0.0, @storybook/manager-api@npm:^8.3.3":
|
"@storybook/manager-api@npm:^8.0.0":
|
||||||
version: 8.3.3
|
version: 8.3.3
|
||||||
resolution: "@storybook/manager-api@npm:8.3.3"
|
resolution: "@storybook/manager-api@npm:8.3.3"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -1791,34 +1800,43 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/preview-api@npm:^8.3.3":
|
"@storybook/manager-api@npm:^8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/preview-api@npm:8.3.3"
|
resolution: "@storybook/manager-api@npm:8.3.5"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/9796b48736cbca51e3099b16083cad4982fd439678c9bffd3357de726703b556c3cf80f40c6e337c3029826b3b8f6b9e537f2653984dee10a7cf700fa00e9f14
|
checksum: 10c0/4983af0e3a05abec0114acfa8bfe9d5df816b91f76614eb3c37dd654a0d4fdf5379d4d0cffc1676c6681d6142acd44e81abcb7c4f6de6108c8d26158cca9820d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/react-dom-shim@npm:8.3.3":
|
"@storybook/preview-api@npm:^8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/react-dom-shim@npm:8.3.3"
|
resolution: "@storybook/preview-api@npm:8.3.5"
|
||||||
|
peerDependencies:
|
||||||
|
storybook: ^8.3.5
|
||||||
|
checksum: 10c0/12d81d57c0931983428b8621311de79a3846ec0f1c51ab94c5a9e7795a1e4bade74aa62de3693c488001630403c98a5372caca4be613f6f806e7265afb22e3d7
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@storybook/react-dom-shim@npm:8.3.5":
|
||||||
|
version: 8.3.5
|
||||||
|
resolution: "@storybook/react-dom-shim@npm:8.3.5"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
||||||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/6bd37923bfc3601de616b0dec44f533256a9921eb638900fabd04e7a78d2054cd69fe2935e9e0e22b25b742a4a0aaf55e34ac0de9f14f9bbed76d0e0da7cd95b
|
checksum: 10c0/a765dc358ae2b1775197aa540024ff8f999c4d1673e76f632b74edd62bb609c8405f4ddfd392923ee6190bf0a1506a473cf41202323d8bda77b20681dc5a1594
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/react-vite@npm:^8.3.3":
|
"@storybook/react-vite@npm:^8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/react-vite@npm:8.3.3"
|
resolution: "@storybook/react-vite@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@joshwooding/vite-plugin-react-docgen-typescript": "npm:0.3.0"
|
"@joshwooding/vite-plugin-react-docgen-typescript": "npm:0.3.0"
|
||||||
"@rollup/pluginutils": "npm:^5.0.2"
|
"@rollup/pluginutils": "npm:^5.0.2"
|
||||||
"@storybook/builder-vite": "npm:8.3.3"
|
"@storybook/builder-vite": "npm:8.3.5"
|
||||||
"@storybook/react": "npm:8.3.3"
|
"@storybook/react": "npm:8.3.5"
|
||||||
find-up: "npm:^5.0.0"
|
find-up: "npm:^5.0.0"
|
||||||
magic-string: "npm:^0.30.0"
|
magic-string: "npm:^0.30.0"
|
||||||
react-docgen: "npm:^7.0.0"
|
react-docgen: "npm:^7.0.0"
|
||||||
@ -1827,22 +1845,22 @@ __metadata:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
||||||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
vite: ^4.0.0 || ^5.0.0
|
vite: ^4.0.0 || ^5.0.0
|
||||||
checksum: 10c0/4970002bd08f8d434f1f3af8b4c0dedcb23b156cf84affeb16c38eb14c9b819ef3973fc85ef8a27250497adc95dd9c69c74423b94caea10c97b1f707008e4d90
|
checksum: 10c0/a1e8969013cc74ffd353914880a533d5d64c2b912fa7b8e9528e06e2870625f7e9523647a8dfb03013e449a3eabcdefa5aa2155916dc6bb3063b66c3aa579be3
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/react@npm:8.3.3, @storybook/react@npm:^8.3.3":
|
"@storybook/react@npm:8.3.5, @storybook/react@npm:^8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/react@npm:8.3.3"
|
resolution: "@storybook/react@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/components": "npm:^8.3.3"
|
"@storybook/components": "npm:^8.3.5"
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
"@storybook/manager-api": "npm:^8.3.3"
|
"@storybook/manager-api": "npm:^8.3.5"
|
||||||
"@storybook/preview-api": "npm:^8.3.3"
|
"@storybook/preview-api": "npm:^8.3.5"
|
||||||
"@storybook/react-dom-shim": "npm:8.3.3"
|
"@storybook/react-dom-shim": "npm:8.3.5"
|
||||||
"@storybook/theming": "npm:^8.3.3"
|
"@storybook/theming": "npm:^8.3.5"
|
||||||
"@types/escodegen": "npm:^0.0.6"
|
"@types/escodegen": "npm:^0.0.6"
|
||||||
"@types/estree": "npm:^0.0.51"
|
"@types/estree": "npm:^0.0.51"
|
||||||
"@types/node": "npm:^22.0.0"
|
"@types/node": "npm:^22.0.0"
|
||||||
@ -1858,27 +1876,27 @@ __metadata:
|
|||||||
type-fest: "npm:~2.19"
|
type-fest: "npm:~2.19"
|
||||||
util-deprecate: "npm:^1.0.2"
|
util-deprecate: "npm:^1.0.2"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@storybook/test": 8.3.3
|
"@storybook/test": 8.3.5
|
||||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
||||||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
typescript: ">= 4.2.x"
|
typescript: ">= 4.2.x"
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
"@storybook/test":
|
"@storybook/test":
|
||||||
optional: true
|
optional: true
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 10c0/2bc6f2081e741efc9b7436c5e85652a3b8e82267fac864d001f3b94d25d9374dbdb4924c1c5cbcba059e699c0096b3d126ce034f1658f5211a8a45a6260f1737
|
checksum: 10c0/2db9aa673be975018c9a44cc4c0c662439a85298a4d931afe63bf4e1ca6f7ab6889eddf6d64a555483af84ccc65b3d81b712c2231096124063cf5afa77fcbb6d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/test@npm:8.3.3, @storybook/test@npm:^8.3.3":
|
"@storybook/test@npm:8.3.5, @storybook/test@npm:^8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "@storybook/test@npm:8.3.3"
|
resolution: "@storybook/test@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/csf": "npm:^0.1.11"
|
"@storybook/csf": "npm:^0.1.11"
|
||||||
"@storybook/global": "npm:^5.0.0"
|
"@storybook/global": "npm:^5.0.0"
|
||||||
"@storybook/instrumenter": "npm:8.3.3"
|
"@storybook/instrumenter": "npm:8.3.5"
|
||||||
"@testing-library/dom": "npm:10.4.0"
|
"@testing-library/dom": "npm:10.4.0"
|
||||||
"@testing-library/jest-dom": "npm:6.5.0"
|
"@testing-library/jest-dom": "npm:6.5.0"
|
||||||
"@testing-library/user-event": "npm:14.5.2"
|
"@testing-library/user-event": "npm:14.5.2"
|
||||||
@ -1886,12 +1904,12 @@ __metadata:
|
|||||||
"@vitest/spy": "npm:2.0.5"
|
"@vitest/spy": "npm:2.0.5"
|
||||||
util: "npm:^0.12.4"
|
util: "npm:^0.12.4"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
storybook: ^8.3.3
|
storybook: ^8.3.5
|
||||||
checksum: 10c0/e38b9db78af1ef6f848af3414675530a401eb36c3d915a0b83c247b7f003c80600b450394cec61cf50e5791c6097efc6a4ff5c98e8d5a92259205de194d696ed
|
checksum: 10c0/1890aeab0b10d08f6b6bbaf68defaa2a0794e17e8f43ac3d92c3873d34771e198d088a2f4c0b135a299fe586407c4315cd443e270afa65d84914fcc5d63ea099
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@storybook/theming@npm:^8.0.0, @storybook/theming@npm:^8.3.3":
|
"@storybook/theming@npm:^8.0.0":
|
||||||
version: 8.3.3
|
version: 8.3.3
|
||||||
resolution: "@storybook/theming@npm:8.3.3"
|
resolution: "@storybook/theming@npm:8.3.3"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -1900,6 +1918,15 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@storybook/theming@npm:^8.3.5":
|
||||||
|
version: 8.3.5
|
||||||
|
resolution: "@storybook/theming@npm:8.3.5"
|
||||||
|
peerDependencies:
|
||||||
|
storybook: ^8.3.5
|
||||||
|
checksum: 10c0/25455033b2b3bdb86083f759df77df42bfff71405c6abd301963dd7596003b462a0960a86c5cec3503dc9e1eba565eeb82a897002c6823f9ee361155b9ddfd23
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@svgr/babel-plugin-add-jsx-attribute@npm:8.0.0":
|
"@svgr/babel-plugin-add-jsx-attribute@npm:8.0.0":
|
||||||
version: 8.0.0
|
version: 8.0.0
|
||||||
resolution: "@svgr/babel-plugin-add-jsx-attribute@npm:8.0.0"
|
resolution: "@svgr/babel-plugin-add-jsx-attribute@npm:8.0.0"
|
||||||
@ -10356,16 +10383,16 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"storybook@npm:^8.3.3":
|
"storybook@npm:^8.3.5":
|
||||||
version: 8.3.3
|
version: 8.3.5
|
||||||
resolution: "storybook@npm:8.3.3"
|
resolution: "storybook@npm:8.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@storybook/core": "npm:8.3.3"
|
"@storybook/core": "npm:8.3.5"
|
||||||
bin:
|
bin:
|
||||||
getstorybook: ./bin/index.cjs
|
getstorybook: ./bin/index.cjs
|
||||||
sb: ./bin/index.cjs
|
sb: ./bin/index.cjs
|
||||||
storybook: ./bin/index.cjs
|
storybook: ./bin/index.cjs
|
||||||
checksum: 10c0/67c52f5245e860d57fd9879eaa9d952ff40e87293915a32f03dfe2197f78aa666f1bf897babd91fe9d97aaebc23f75726ac39dd798a5c836f68d5579fba887ef
|
checksum: 10c0/8f8ffe54c5dad8bad9d8701f63f4670cf3f388acd0e21e5bedeb86ebd2af5adf905024b6b9a2c46cf1199a0c1c86a97fddfa1fc70546149e18263b3b47c80585
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -11408,14 +11435,14 @@ __metadata:
|
|||||||
"@observablehq/plot": "npm:^0.6.16"
|
"@observablehq/plot": "npm:^0.6.16"
|
||||||
"@react-hook/resize-observer": "npm:^2.0.2"
|
"@react-hook/resize-observer": "npm:^2.0.2"
|
||||||
"@rollup/plugin-node-resolve": "npm:^15.3.0"
|
"@rollup/plugin-node-resolve": "npm:^15.3.0"
|
||||||
"@storybook/addon-essentials": "npm:^8.3.3"
|
"@storybook/addon-essentials": "npm:^8.3.5"
|
||||||
"@storybook/addon-interactions": "npm:^8.3.3"
|
"@storybook/addon-interactions": "npm:^8.3.5"
|
||||||
"@storybook/addon-links": "npm:^8.3.3"
|
"@storybook/addon-links": "npm:^8.3.5"
|
||||||
"@storybook/blocks": "npm:^8.3.3"
|
"@storybook/blocks": "npm:^8.3.5"
|
||||||
"@storybook/react": "npm:^8.3.3"
|
"@storybook/react": "npm:^8.3.5"
|
||||||
"@storybook/react-vite": "npm:^8.3.3"
|
"@storybook/react-vite": "npm:^8.3.5"
|
||||||
"@storybook/test": "npm:^8.3.3"
|
"@storybook/test": "npm:^8.3.5"
|
||||||
"@storybook/theming": "npm:^8.3.3"
|
"@storybook/theming": "npm:^8.3.5"
|
||||||
"@table-nav/core": "npm:^0.0.7"
|
"@table-nav/core": "npm:^0.0.7"
|
||||||
"@table-nav/react": "npm:^0.0.7"
|
"@table-nav/react": "npm:^0.0.7"
|
||||||
"@tanstack/react-table": "npm:^8.20.5"
|
"@tanstack/react-table": "npm:^8.20.5"
|
||||||
@ -11487,7 +11514,7 @@ __metadata:
|
|||||||
sharp: "npm:^0.33.5"
|
sharp: "npm:^0.33.5"
|
||||||
shell-quote: "npm:^1.8.1"
|
shell-quote: "npm:^1.8.1"
|
||||||
sprintf-js: "npm:^1.1.3"
|
sprintf-js: "npm:^1.1.3"
|
||||||
storybook: "npm:^8.3.3"
|
storybook: "npm:^8.3.5"
|
||||||
storybook-dark-mode: "npm:^4.0.2"
|
storybook-dark-mode: "npm:^4.0.2"
|
||||||
throttle-debounce: "npm:^5.0.2"
|
throttle-debounce: "npm:^5.0.2"
|
||||||
tinycolor2: "npm:^1.6.0"
|
tinycolor2: "npm:^1.6.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user