Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies: Remove qs from @storybook/manager-api & @storybook/channels #26285

Merged
merged 4 commits into from
Mar 7, 2024

Commits on Mar 2, 2024

  1. chore: remove qs dependency from manager-api & channels

    This removes the `qs` dependency from the `manager-api` and `channels`
    packages, instead using `URLSearchParams` (native functionality).
    43081j committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    d959687 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    50973c3 View commit details
    Browse the repository at this point in the history
  2. fix linting

    ndelangen committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    52babf0 View commit details
    Browse the repository at this point in the history
  3. remove unused dependency

    ndelangen committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e467a0e View commit details
    Browse the repository at this point in the history