chore(deps-dev): bump storybook from 10.2.13 to 10.4.3 (#21428)
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 10.2.13 to 10.4.3. <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>v10.4.3</h2> <h2>10.4.3</h2> <ul> <li>Addon Docs: Fix Primary and Controls blocks not rendering in custom MDX pages - <a href="https://redirect.github.com/storybookjs/storybook/pull/34496">#34496</a>, thanks <a href="https://github.com/NYCU-Chung"><code>@NYCU-Chung</code></a>!</li> <li>Core: Respect !dev tag on MDX docs in sidebar - <a href="https://redirect.github.com/storybookjs/storybook/pull/35031">#35031</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>React: Add support for resolving subcomponents attached as properties of a parent component - <a href="https://redirect.github.com/storybookjs/storybook/pull/34967">#34967</a>, thanks <a href="https://github.com/yatishgoel"><code>@yatishgoel</code></a>!</li> <li>UI: Prevent docs page scroll reset on HMR re-render - <a href="https://redirect.github.com/storybookjs/storybook/pull/35021">#35021</a>, thanks <a href="https://github.com/LongTangGithub"><code>@LongTangGithub</code></a>!</li> </ul> <h2>v10.4.2</h2> <h2>10.4.2</h2> <ul> <li>Bug: Fix Windows command resolution for non-Node package managers - <a href="https://redirect.github.com/storybookjs/storybook/pull/33534">#33534</a>, thanks <a href="https://github.com/copilot-swe-agent"><code>@copilot-swe-agent</code></a>!</li> <li>Build: Upgrade type-fest to latest version 5.6.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/34791">#34791</a>, thanks <a href="https://github.com/tobiasdiez"><code>@tobiasdiez</code></a>!</li> <li>CSF: Fix parsing of string literal export names - <a href="https://redirect.github.com/storybookjs/storybook/pull/34901">#34901</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Publish: Add npm provenance attestations - <a href="https://redirect.github.com/storybookjs/storybook/pull/34936">#34936</a>, thanks <a href="https://github.com/copilot-swe-agent"><code>@copilot-swe-agent</code></a>!</li> </ul> <h2>v10.4.1</h2> <h2>10.4.1</h2> <ul> <li>Angular: Detect model() signal outputs (type inference + compodoc autodocs + runtime binding) - <a href="https://redirect.github.com/storybookjs/storybook/pull/34833">#34833</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Build: Upgrade type-fest to latest version 5.6.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/34791">#34791</a>, thanks <a href="https://github.com/tobiasdiez"><code>@tobiasdiez</code></a>!</li> <li>CLI: Run `npx expo install --fix` after init for Expo projects - <a href="https://redirect.github.com/storybookjs/storybook/pull/34803">#34803</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>CLI: Support `peerDependencies` in framework detection for component libraries - <a href="https://redirect.github.com/storybookjs/storybook/pull/34516">#34516</a>, thanks <a href="https://github.com/zhyd1997"><code>@zhyd1997</code></a>!</li> <li>Next.js: Add useLinkStatus mock to next/link export mock - <a href="https://redirect.github.com/storybookjs/storybook/pull/34593">#34593</a>, thanks <a href="https://github.com/philwolstenholme"><code>@philwolstenholme</code></a>!</li> <li>Vue3: Specify a specific version for non-dev dependency - <a href="https://redirect.github.com/storybookjs/storybook/pull/34794">#34794</a>, thanks <a href="https://github.com/ScopeyNZ"><code>@ScopeyNZ</code></a>!</li> </ul> <h2>v10.4.0</h2> <h2>10.4.0</h2> <blockquote> <p><em>AI-assisted setup, change-aware review, and stronger framework support</em></p> </blockquote> <p>Storybook 10.4 contains hundreds of fixes and improvements including:</p> <ul> <li>🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding</li> <li>🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes</li> <li>🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar</li> <li>⚛️ TanStack React: New `@storybook/tanstack-react` framework with routing and server function support</li> <li>🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server</li> <li>📱 React Native: Zero config RN project initialization</li> <li>🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic</li> </ul> <!-- raw HTML omitted --> <ul> <li>A11y: Add aria-live announcements via <code>@react-aria/live-announcer</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/33970">#33970</a>, thanks <a href="https://github.com/copilot-swe-agent"><code>@copilot-swe-agent</code></a>!</li> <li>A11y: Improve boolean control contrast in forced colors mode - <a href="https://redirect.github.com/storybookjs/storybook/pull/34204">#34204</a>, thanks <a href="https://github.com/anchmelev"><code>@anchmelev</code></a>!</li> <li>Actions: Fix state mutation and keep newest actions when limit reached - <a href="https://redirect.github.com/storybookjs/storybook/pull/34286">#34286</a>, thanks <a href="https://github.com/Sidnioulz"><code>@Sidnioulz</code></a>!</li> <li>Addon-Docs: Add Reset story button to re-render stories in docs - <a href="https://redirect.github.com/storybookjs/storybook/pull/34086">#34086</a>, thanks <a href="https://github.com/6810779s"><code>@6810779s</code></a>!</li> <li>Addon-Docs: Avoid rerendering static Source blocks - <a href="https://redirect.github.com/storybookjs/storybook/pull/34206">#34206</a>, thanks <a href="https://github.com/anchmelev"><code>@anchmelev</code></a>!</li> <li>Addon-Vitest: Use Vitest's provide-API for injecting values - <a href="https://redirect.github.com/storybookjs/storybook/pull/34518">#34518</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>10.4.3</h2> <ul> <li>Addon Docs: Fix Primary and Controls blocks not rendering in custom MDX pages - <a href="https://redirect.github.com/storybookjs/storybook/pull/34496">#34496</a>, thanks <a href="https://github.com/NYCU-Chung"><code>@NYCU-Chung</code></a>!</li> <li>Core: Respect !dev tag on MDX docs in sidebar - <a href="https://redirect.github.com/storybookjs/storybook/pull/35031">#35031</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>React: Add support for resolving subcomponents attached as properties of a parent component - <a href="https://redirect.github.com/storybookjs/storybook/pull/34967">#34967</a>, thanks <a href="https://github.com/yatishgoel"><code>@yatishgoel</code></a>!</li> <li>UI: Prevent docs page scroll reset on HMR re-render - <a href="https://redirect.github.com/storybookjs/storybook/pull/35021">#35021</a>, thanks <a href="https://github.com/LongTangGithub"><code>@LongTangGithub</code></a>!</li> </ul> <h2>10.4.2</h2> <ul> <li>Bug: Fix Windows command resolution for non-Node package managers - <a href="https://redirect.github.com/storybookjs/storybook/pull/33534">#33534</a>, thanks <a href="https://github.com/copilot-swe-agent"><code>@copilot-swe-agent</code></a>!</li> <li>Build: Upgrade type-fest to latest version 5.6.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/34791">#34791</a>, thanks <a href="https://github.com/tobiasdiez"><code>@tobiasdiez</code></a>!</li> <li>CSF: Fix parsing of string literal export names - <a href="https://redirect.github.com/storybookjs/storybook/pull/34901">#34901</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Publish: Add npm provenance attestations - <a href="https://redirect.github.com/storybookjs/storybook/pull/34936">#34936</a>, thanks <a href="https://github.com/copilot-swe-agent"><code>@copilot-swe-agent</code></a>!</li> </ul> <h2>10.4.1</h2> <ul> <li>Angular: Detect model() signal outputs (type inference + compodoc autodocs + runtime binding) - <a href="https://redirect.github.com/storybookjs/storybook/pull/34833">#34833</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Build: Upgrade type-fest to latest version 5.6.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/34791">#34791</a>, thanks <a href="https://github.com/tobiasdiez"><code>@tobiasdiez</code></a>!</li> <li>CLI: Run <code>npx expo install --fix</code> after init for Expo projects - <a href="https://redirect.github.com/storybookjs/storybook/pull/34803">#34803</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>CLI: Support <code>peerDependencies</code> in framework detection for component libraries - <a href="https://redirect.github.com/storybookjs/storybook/pull/34516">#34516</a>, thanks <a href="https://github.com/zhyd1997"><code>@zhyd1997</code></a>!</li> <li>Next.js: Add useLinkStatus mock to next/link export mock - <a href="https://redirect.github.com/storybookjs/storybook/pull/34593">#34593</a>, thanks <a href="https://github.com/philwolstenholme"><code>@philwolstenholme</code></a>!</li> <li>Vue3: Specify a specific version for non-dev dependency - <a href="https://redirect.github.com/storybookjs/storybook/pull/34794">#34794</a>, thanks <a href="https://github.com/ScopeyNZ"><code>@ScopeyNZ</code></a>!</li> </ul> <h2>10.4.0</h2> <blockquote> <p><em>AI-assisted setup, change-aware review, and stronger framework support</em></p> </blockquote> <p>Storybook 10.4 contains hundreds of fixes and improvements including:</p> <ul> <li>🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding</li> <li>🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes</li> <li>🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar</li> <li>⚛️ TanStack React: New <code>@storybook/tanstack-react</code> framework with routing and server function support</li> <li>🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server</li> <li>📱 React Native: Zero config RN project initialization</li> <li>🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic</li> </ul> <!-- raw HTML omitted --> <ul> <li>A11y: Add aria-live announcements via <code>@react-aria/live-announcer</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/33970">#33970</a>, thanks <a href="https://github.com/copilot-swe-agent"><code>@copilot-swe-agent</code></a>!</li> <li>A11y: Improve boolean control contrast in forced colors mode - <a href="https://redirect.github.com/storybookjs/storybook/pull/34204">#34204</a>, thanks <a href="https://github.com/anchmelev"><code>@anchmelev</code></a>!</li> <li>Actions: Fix state mutation and keep newest actions when limit reached - <a href="https://redirect.github.com/storybookjs/storybook/pull/34286">#34286</a>, thanks <a href="https://github.com/Sidnioulz"><code>@Sidnioulz</code></a>!</li> <li>Addon-Docs: Add Reset story button to re-render stories in docs - <a href="https://redirect.github.com/storybookjs/storybook/pull/34086">#34086</a>, thanks <a href="https://github.com/6810779s"><code>@6810779s</code></a>!</li> <li>Addon-Docs: Avoid rerendering static Source blocks - <a href="https://redirect.github.com/storybookjs/storybook/pull/34206">#34206</a>, thanks <a href="https://github.com/anchmelev"><code>@anchmelev</code></a>!</li> <li>Addon-Vitest: Use Vitest's provide-API for injecting values - <a href="https://redirect.github.com/storybookjs/storybook/pull/34518">#34518</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Agentic Setup: Add --extensive for an extra prompt - <a href="https://redirect.github.com/storybookjs/storybook/pull/34730">#34730</a>, thanks <a href="https://github.com/Sidnioulz"><code>@Sidnioulz</code></a>!</li> <li>Agentic Setup: Allow failed stories to persist - <a href="https://redirect.github.com/storybookjs/storybook/pull/34717">#34717</a>, thanks <a href="https://github.com/Sidnioulz"><code>@Sidnioulz</code></a>!</li> <li>Agentic Setup: Keep sample content if users want onboarding - <a href="https://redirect.github.com/storybookjs/storybook/pull/34704">#34704</a>, thanks <a href="https://github.com/Sidnioulz"><code>@Sidnioulz</code></a>!</li> <li>Agentic Setup: Rework ai-init-opt-in logic - <a href="https://redirect.github.com/storybookjs/storybook/pull/34739">#34739</a>, thanks <a href="https://github.com/Sidnioulz"><code>@Sidnioulz</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/624e6187fd462e56719cbd80c1b4bfb67b68fc89"><code>624e618</code></a> Bump version from "10.4.2" to "10.4.3" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/c89882282295be3bc05b3a366916c53d7a499841"><code>c898822</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/core/issues/34496">#34496</a> from NYCU-Chung/fix/docs-blocks-custom-mdx</li> <li><a href="https://github.com/storybookjs/storybook/commit/c920fd08c79c57879fa2ddb4e8538e1684c71ec2"><code>c920fd0</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/core/issues/35021">#35021</a> from LongTangGithub/fix/docs-hmr-scroll-to-top</li> <li><a href="https://github.com/storybookjs/storybook/commit/1750494e9f36748b2d89335e77f23f125fc5ec78"><code>1750494</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/core/issues/35031">#35031</a> from storybookjs/jeppe/fix-mdx-no-dev-tag</li> <li><a href="https://github.com/storybookjs/storybook/commit/298dea20c6370e5c670178d88a79fc9e9ff436b2"><code>298dea2</code></a> Bump version from "10.4.1" to "10.4.2" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/40c81c8187ceed7d09b32a470d6f54c91c3fba72"><code>40c81c8</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/core/issues/33534">#33534</a> from storybookjs/copilot/fix-pnpm-command-resolutio...</li> <li><a href="https://github.com/storybookjs/storybook/commit/bfb942b53274b0a1b5c6d76f669cc6f8bf1c6a12"><code>bfb942b</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/core/issues/34901">#34901</a> from storybookjs/shilman/fix-csf-export-as-string-l...</li> <li><a href="https://github.com/storybookjs/storybook/commit/fad8dd2b63840548b710457be0bd87034d0f1f3c"><code>fad8dd2</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/core/issues/34791">#34791</a> from tobiasdiez/type-fest-upgrade</li> <li><a href="https://github.com/storybookjs/storybook/commit/cc19ae1a2145e8f7cda8dc869f1b90d5346dcedb"><code>cc19ae1</code></a> Bump version from "10.4.0" to "10.4.1" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/f8c16d115cfcf0f79125b358266c37e5343bb70d"><code>f8c16d1</code></a> Bump version from "10.4.0-beta.0" to "10.4.0" [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v10.4.3/code/core">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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -5864,6 +5864,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@emnapi/core@npm:1.9.2":
|
||||
version: 1.9.2
|
||||
resolution: "@emnapi/core@npm:1.9.2"
|
||||
dependencies:
|
||||
"@emnapi/wasi-threads": "npm:1.2.1"
|
||||
tslib: "npm:^2.4.0"
|
||||
checksum: 10c0/5500393f953951bad0768fafaa9191f2d938956b20c6d6a79e5ab696a613a25ce6ad23422bc18e86e6ce8deb147619d8d0d7d413a69f84adc01a6633cc353cd9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@emnapi/core@npm:^1.5.0":
|
||||
version: 1.7.1
|
||||
resolution: "@emnapi/core@npm:1.7.1"
|
||||
@@ -5892,6 +5902,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@emnapi/runtime@npm:1.9.2":
|
||||
version: 1.9.2
|
||||
resolution: "@emnapi/runtime@npm:1.9.2"
|
||||
dependencies:
|
||||
tslib: "npm:^2.4.0"
|
||||
checksum: 10c0/61c3a59e0c36784558b8d58eb02bd04815aa5fb0dbfbaf84d1b3050a78aa0cc63ea129ae806bd1e48062bfeb7fc36eb0e5431740d62f64ea51bdf426404b8caa
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@emnapi/runtime@npm:^1.5.0":
|
||||
version: 1.6.0
|
||||
resolution: "@emnapi/runtime@npm:1.6.0"
|
||||
@@ -15155,6 +15174,150 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-android-arm-eabi@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-android-arm-eabi@npm:0.127.0"
|
||||
conditions: os=android & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-android-arm64@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-android-arm64@npm:0.127.0"
|
||||
conditions: os=android & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-darwin-arm64@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-darwin-arm64@npm:0.127.0"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-darwin-x64@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-darwin-x64@npm:0.127.0"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-freebsd-x64@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-freebsd-x64@npm:0.127.0"
|
||||
conditions: os=freebsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-linux-arm-gnueabihf@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-linux-arm-gnueabihf@npm:0.127.0"
|
||||
conditions: os=linux & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-linux-arm-musleabihf@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-linux-arm-musleabihf@npm:0.127.0"
|
||||
conditions: os=linux & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-linux-arm64-gnu@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-linux-arm64-gnu@npm:0.127.0"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-linux-arm64-musl@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-linux-arm64-musl@npm:0.127.0"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-linux-ppc64-gnu@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-linux-ppc64-gnu@npm:0.127.0"
|
||||
conditions: os=linux & cpu=ppc64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-linux-riscv64-gnu@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-linux-riscv64-gnu@npm:0.127.0"
|
||||
conditions: os=linux & cpu=riscv64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-linux-riscv64-musl@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-linux-riscv64-musl@npm:0.127.0"
|
||||
conditions: os=linux & cpu=riscv64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-linux-s390x-gnu@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-linux-s390x-gnu@npm:0.127.0"
|
||||
conditions: os=linux & cpu=s390x & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-linux-x64-gnu@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-linux-x64-gnu@npm:0.127.0"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-linux-x64-musl@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-linux-x64-musl@npm:0.127.0"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-openharmony-arm64@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-openharmony-arm64@npm:0.127.0"
|
||||
conditions: os=openharmony & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-wasm32-wasi@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-wasm32-wasi@npm:0.127.0"
|
||||
dependencies:
|
||||
"@emnapi/core": "npm:1.9.2"
|
||||
"@emnapi/runtime": "npm:1.9.2"
|
||||
"@napi-rs/wasm-runtime": "npm:^1.1.4"
|
||||
conditions: cpu=wasm32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-win32-arm64-msvc@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-win32-arm64-msvc@npm:0.127.0"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-win32-ia32-msvc@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-win32-ia32-msvc@npm:0.127.0"
|
||||
conditions: os=win32 & cpu=ia32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-parser/binding-win32-x64-msvc@npm:0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-parser/binding-win32-x64-msvc@npm:0.127.0"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-project/types@npm:=0.133.0":
|
||||
version: 0.133.0
|
||||
resolution: "@oxc-project/types@npm:0.133.0"
|
||||
@@ -15162,6 +15325,150 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-project/types@npm:^0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "@oxc-project/types@npm:0.127.0"
|
||||
checksum: 10c0/52c0947ac64a9ca119fe971f947e784a35ecd14a072fa3f542a58a5f6c42010b53f2bf92731e39b9899b83c990a9517bbd29d1e5a5b7b489e52616685c6a9278
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-android-arm-eabi@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-android-arm-eabi@npm:11.20.0"
|
||||
conditions: os=android & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-android-arm64@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-android-arm64@npm:11.20.0"
|
||||
conditions: os=android & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-darwin-arm64@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-darwin-arm64@npm:11.20.0"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-darwin-x64@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-darwin-x64@npm:11.20.0"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-freebsd-x64@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-freebsd-x64@npm:11.20.0"
|
||||
conditions: os=freebsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.20.0"
|
||||
conditions: os=linux & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-linux-arm-musleabihf@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-linux-arm-musleabihf@npm:11.20.0"
|
||||
conditions: os=linux & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-linux-arm64-gnu@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-linux-arm64-gnu@npm:11.20.0"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-linux-arm64-musl@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-linux-arm64-musl@npm:11.20.0"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-linux-ppc64-gnu@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-linux-ppc64-gnu@npm:11.20.0"
|
||||
conditions: os=linux & cpu=ppc64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-linux-riscv64-gnu@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-linux-riscv64-gnu@npm:11.20.0"
|
||||
conditions: os=linux & cpu=riscv64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-linux-riscv64-musl@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-linux-riscv64-musl@npm:11.20.0"
|
||||
conditions: os=linux & cpu=riscv64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-linux-s390x-gnu@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-linux-s390x-gnu@npm:11.20.0"
|
||||
conditions: os=linux & cpu=s390x & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-linux-x64-gnu@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-linux-x64-gnu@npm:11.20.0"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-linux-x64-musl@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-linux-x64-musl@npm:11.20.0"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-openharmony-arm64@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-openharmony-arm64@npm:11.20.0"
|
||||
conditions: os=openharmony & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-wasm32-wasi@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-wasm32-wasi@npm:11.20.0"
|
||||
dependencies:
|
||||
"@emnapi/core": "npm:1.10.0"
|
||||
"@emnapi/runtime": "npm:1.10.0"
|
||||
"@napi-rs/wasm-runtime": "npm:^1.1.4"
|
||||
conditions: cpu=wasm32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-win32-arm64-msvc@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-win32-arm64-msvc@npm:11.20.0"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxc-resolver/binding-win32-x64-msvc@npm:11.20.0":
|
||||
version: 11.20.0
|
||||
resolution: "@oxc-resolver/binding-win32-x64-msvc@npm:11.20.0"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxfmt/binding-android-arm-eabi@npm:0.50.0":
|
||||
version: 0.50.0
|
||||
resolution: "@oxfmt/binding-android-arm-eabi@npm:0.50.0"
|
||||
@@ -20581,6 +20888,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@storybook/icons@npm:^2.0.2":
|
||||
version: 2.0.2
|
||||
resolution: "@storybook/icons@npm:2.0.2"
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
checksum: 10c0/072486356fc929ba5a1a225a8636f0e50b2019083e86e4d48d55aeeae4b40f17731cd1eea9cf1785c53e5fc4409fa93aeca15dccb96675c8e7ab536b18ba864c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@storybook/react-dom-shim@npm:10.3.3":
|
||||
version: 10.3.3
|
||||
resolution: "@storybook/react-dom-shim@npm:10.3.3"
|
||||
@@ -21157,6 +21474,20 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@testing-library/jest-dom@npm:^6.9.1":
|
||||
version: 6.9.1
|
||||
resolution: "@testing-library/jest-dom@npm:6.9.1"
|
||||
dependencies:
|
||||
"@adobe/css-tools": "npm:^4.4.0"
|
||||
aria-query: "npm:^5.0.0"
|
||||
css.escape: "npm:^1.5.1"
|
||||
dom-accessibility-api: "npm:^0.6.3"
|
||||
picocolors: "npm:^1.1.1"
|
||||
redent: "npm:^3.0.0"
|
||||
checksum: 10c0/4291ebd2f0f38d14cefac142c56c337941775a5807e2a3d6f1a14c2fbd6be76a18e498ed189e95bedc97d9e8cf1738049bc76c85b5bc5e23fae7c9e10f7b3a12
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@testing-library/react@npm:^16.3.0":
|
||||
version: 16.3.0
|
||||
resolution: "@testing-library/react@npm:16.3.0"
|
||||
@@ -24849,6 +25180,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@webcontainer/env@npm:^1.1.1":
|
||||
version: 1.1.1
|
||||
resolution: "@webcontainer/env@npm:1.1.1"
|
||||
checksum: 10c0/bc64114ffa7ee92f4985cc2bdd5e27f6f31d892b9aa5cde68eaf93df02d13ee6edf13faeebdd701464183b6f8f9c47c14975958cdd6fc20e7356ad32f6ee39e7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@webgpu/types@npm:*":
|
||||
version: 0.1.69
|
||||
resolution: "@webgpu/types@npm:0.1.69"
|
||||
@@ -44918,6 +45256,142 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"oxc-parser@npm:^0.127.0":
|
||||
version: 0.127.0
|
||||
resolution: "oxc-parser@npm:0.127.0"
|
||||
dependencies:
|
||||
"@oxc-parser/binding-android-arm-eabi": "npm:0.127.0"
|
||||
"@oxc-parser/binding-android-arm64": "npm:0.127.0"
|
||||
"@oxc-parser/binding-darwin-arm64": "npm:0.127.0"
|
||||
"@oxc-parser/binding-darwin-x64": "npm:0.127.0"
|
||||
"@oxc-parser/binding-freebsd-x64": "npm:0.127.0"
|
||||
"@oxc-parser/binding-linux-arm-gnueabihf": "npm:0.127.0"
|
||||
"@oxc-parser/binding-linux-arm-musleabihf": "npm:0.127.0"
|
||||
"@oxc-parser/binding-linux-arm64-gnu": "npm:0.127.0"
|
||||
"@oxc-parser/binding-linux-arm64-musl": "npm:0.127.0"
|
||||
"@oxc-parser/binding-linux-ppc64-gnu": "npm:0.127.0"
|
||||
"@oxc-parser/binding-linux-riscv64-gnu": "npm:0.127.0"
|
||||
"@oxc-parser/binding-linux-riscv64-musl": "npm:0.127.0"
|
||||
"@oxc-parser/binding-linux-s390x-gnu": "npm:0.127.0"
|
||||
"@oxc-parser/binding-linux-x64-gnu": "npm:0.127.0"
|
||||
"@oxc-parser/binding-linux-x64-musl": "npm:0.127.0"
|
||||
"@oxc-parser/binding-openharmony-arm64": "npm:0.127.0"
|
||||
"@oxc-parser/binding-wasm32-wasi": "npm:0.127.0"
|
||||
"@oxc-parser/binding-win32-arm64-msvc": "npm:0.127.0"
|
||||
"@oxc-parser/binding-win32-ia32-msvc": "npm:0.127.0"
|
||||
"@oxc-parser/binding-win32-x64-msvc": "npm:0.127.0"
|
||||
"@oxc-project/types": "npm:^0.127.0"
|
||||
dependenciesMeta:
|
||||
"@oxc-parser/binding-android-arm-eabi":
|
||||
optional: true
|
||||
"@oxc-parser/binding-android-arm64":
|
||||
optional: true
|
||||
"@oxc-parser/binding-darwin-arm64":
|
||||
optional: true
|
||||
"@oxc-parser/binding-darwin-x64":
|
||||
optional: true
|
||||
"@oxc-parser/binding-freebsd-x64":
|
||||
optional: true
|
||||
"@oxc-parser/binding-linux-arm-gnueabihf":
|
||||
optional: true
|
||||
"@oxc-parser/binding-linux-arm-musleabihf":
|
||||
optional: true
|
||||
"@oxc-parser/binding-linux-arm64-gnu":
|
||||
optional: true
|
||||
"@oxc-parser/binding-linux-arm64-musl":
|
||||
optional: true
|
||||
"@oxc-parser/binding-linux-ppc64-gnu":
|
||||
optional: true
|
||||
"@oxc-parser/binding-linux-riscv64-gnu":
|
||||
optional: true
|
||||
"@oxc-parser/binding-linux-riscv64-musl":
|
||||
optional: true
|
||||
"@oxc-parser/binding-linux-s390x-gnu":
|
||||
optional: true
|
||||
"@oxc-parser/binding-linux-x64-gnu":
|
||||
optional: true
|
||||
"@oxc-parser/binding-linux-x64-musl":
|
||||
optional: true
|
||||
"@oxc-parser/binding-openharmony-arm64":
|
||||
optional: true
|
||||
"@oxc-parser/binding-wasm32-wasi":
|
||||
optional: true
|
||||
"@oxc-parser/binding-win32-arm64-msvc":
|
||||
optional: true
|
||||
"@oxc-parser/binding-win32-ia32-msvc":
|
||||
optional: true
|
||||
"@oxc-parser/binding-win32-x64-msvc":
|
||||
optional: true
|
||||
checksum: 10c0/9d109fb3a79c0862a36434cc01c8c0e8f6cf5f1efe9369e02d2183fd518479b10262cf092da2e7f8328befae446afa05ccf742ce12f8346d81429c8f2cdf1651
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"oxc-resolver@npm:^11.19.1":
|
||||
version: 11.20.0
|
||||
resolution: "oxc-resolver@npm:11.20.0"
|
||||
dependencies:
|
||||
"@oxc-resolver/binding-android-arm-eabi": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-android-arm64": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-darwin-arm64": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-darwin-x64": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-freebsd-x64": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-linux-arm-gnueabihf": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-linux-arm-musleabihf": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-linux-arm64-gnu": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-linux-arm64-musl": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-linux-ppc64-gnu": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-linux-riscv64-gnu": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-linux-riscv64-musl": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-linux-s390x-gnu": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-linux-x64-gnu": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-linux-x64-musl": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-openharmony-arm64": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-wasm32-wasi": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-win32-arm64-msvc": "npm:11.20.0"
|
||||
"@oxc-resolver/binding-win32-x64-msvc": "npm:11.20.0"
|
||||
dependenciesMeta:
|
||||
"@oxc-resolver/binding-android-arm-eabi":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-android-arm64":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-darwin-arm64":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-darwin-x64":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-freebsd-x64":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-linux-arm-gnueabihf":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-linux-arm-musleabihf":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-linux-arm64-gnu":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-linux-arm64-musl":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-linux-ppc64-gnu":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-linux-riscv64-gnu":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-linux-riscv64-musl":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-linux-s390x-gnu":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-linux-x64-gnu":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-linux-x64-musl":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-openharmony-arm64":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-wasm32-wasi":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-win32-arm64-msvc":
|
||||
optional: true
|
||||
"@oxc-resolver/binding-win32-x64-msvc":
|
||||
optional: true
|
||||
checksum: 10c0/4a0b0fae7a8b8a25d5173aaeb7348c53d5f60d5bb37a66c3177dcf416319d1f7065b625afa37b924a288dec5b401ba92b003cbce26b91e6631bd8690052c80de
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"oxfmt@npm:0.50.0":
|
||||
version: 0.50.0
|
||||
resolution: "oxfmt@npm:0.50.0"
|
||||
@@ -51753,29 +52227,38 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"storybook@npm:^10.2.13":
|
||||
version: 10.2.13
|
||||
resolution: "storybook@npm:10.2.13"
|
||||
version: 10.4.2
|
||||
resolution: "storybook@npm:10.4.2"
|
||||
dependencies:
|
||||
"@storybook/global": "npm:^5.0.0"
|
||||
"@storybook/icons": "npm:^2.0.1"
|
||||
"@testing-library/jest-dom": "npm:^6.6.3"
|
||||
"@storybook/icons": "npm:^2.0.2"
|
||||
"@testing-library/jest-dom": "npm:^6.9.1"
|
||||
"@testing-library/user-event": "npm:^14.6.1"
|
||||
"@vitest/expect": "npm:3.2.4"
|
||||
"@vitest/spy": "npm:3.2.4"
|
||||
"@webcontainer/env": "npm:^1.1.1"
|
||||
esbuild: "npm:^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0"
|
||||
open: "npm:^10.2.0"
|
||||
oxc-parser: "npm:^0.127.0"
|
||||
oxc-resolver: "npm:^11.19.1"
|
||||
recast: "npm:^0.23.5"
|
||||
semver: "npm:^7.7.3"
|
||||
use-sync-external-store: "npm:^1.5.0"
|
||||
ws: "npm:^8.18.0"
|
||||
peerDependencies:
|
||||
"@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
prettier: ^2 || ^3
|
||||
vite-plus: ^0.1.15
|
||||
peerDependenciesMeta:
|
||||
"@types/react":
|
||||
optional: true
|
||||
prettier:
|
||||
optional: true
|
||||
vite-plus:
|
||||
optional: true
|
||||
bin:
|
||||
storybook: ./dist/bin/dispatcher.js
|
||||
checksum: 10c0/5ca338b707c3e7e94c16ecdcb00ca3c450157dceec758c15c416649e346e628a0e034d2265656650fc4fee4680631de7cc588e1a244e42cbb41af9416281a998
|
||||
checksum: 10c0/b3bdfc9a0cb59aabdecfa5e72d3cb9cbd4c80b9c991d090c1fc34933a188d0e245453ebdef806b6e1f6568b59eb113225bbe7a680ed7b55ef5fdc070565c3ad5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user