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

Extract graph components and utils to separate package #2319

Merged
merged 1 commit into from
Mar 2, 2022

Commits on Mar 2, 2022

  1. Extract graph components and utils to separate package

    Upcoming changes to the pipeline graph components will be introducing
    new dependencies such as Carbon Charts which I'd like to keep
    separate from the rest of the application for now. Extracting the
    graph components to their own package makes this easier and
    allows consumers to opt-in to the heavier dependencies as needed.
    
    This change is mostly a move/rename with no functional impact.
    
    Also clean up some unwanted entries in the package-lock that were
    causing an unnecessary `node_modules/` to be created in the components
    package.
    AlanGreene committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    33249ee View commit details
    Browse the repository at this point in the history