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

ref(ui): Remove qs imports, not a dependency #77972

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Commits on Sep 23, 2024

  1. ref(ui): Remove qs imports, not a dependency

    We do not have `qs` as a direct dependency. It works anyway because we have it as a sub dependency, but we shouldn't import things that aren't dependencies.
    
    ```
       - "webpack-dev-server#express" depends on it
       - Hoisted from "webpack-dev-server#express#qs"
       - Hoisted from "@RSdoctor#webpack-plugin#@RSdoctor#sdk#body-parser#qs"
    ```
    scttcper committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9276496 View commit details
    Browse the repository at this point in the history