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] fix dependencies #834

Closed sdadn closed 7 months ago

sdadn commented 7 months ago

Summary

This PR corrects the dependencies for stylelint-config-terra. It had postscss as a peerDependency which is not only incorrect but that dependency also doesn't exist. It was also pulling in the wrong version of browserslist-config-terra.

This PR also removes the unneeded .npmignore file in stylelint-config-terra as it now used the files property in package.json.

Testing

This change was tested using:

This was tested by installing the library in terra-framework:

Before the dependency change:

CleanShot 2023-11-08 at 14 05 15

After:

CleanShot 2023-11-08 at 14 05 47

Reviews

In addition to engineering reviews, this PR needs:

Additional Details


Thank you for contributing to Terra. @cerner/terra