cerner / terra-toolkit

Terra Toolkit is a monorepo that contains utility modules for use when developing using Terra components
https://engineering.cerner.com/terra-toolkit
Apache License 2.0
32 stars 37 forks source link

[stylelint-config-terra] removing extra dependencies #841

Closed sdadn closed 5 months ago

sdadn commented 5 months ago

Summary

This PR removes the following extraneous dependencies from stylelint-config-terra:

CleanShot 2024-01-31 at 15 49 29

These packages were removed to resolve the following "conflicting peer dependencies" errors when installing.

CleanShot 2024-01-31 at 15 50 17

CleanShot 2024-01-31 at 15 50 07

Testing

This change was tested using:

The change was testing by installing it locally on terra-framework and running the lint:scss script which successfully ran without giving any additional errors (same output as main):

CleanShot 2024-01-31 at 15 52 41

Reviews

In addition to engineering reviews, this PR needs:

Additional Details

This PR resolves:

UXPLATFORM-XXXX


Thank you for contributing to Terra. @cerner/terra