Decisiv / styled-components-modifiers

A library to enable BEM flavored modifiers (and responsive modifiers) in styled components.
MIT License
298 stars 11 forks source link

Updates dev dependencies #5

Closed andrewtpoe closed 6 years ago

andrewtpoe commented 6 years ago

OVERVIEW

Updates the dev dependencies to the latest available versions.

WHERE SHOULD THE REVIEWER START?

package.json

HOW CAN THIS BE MANUALLY TESTED?

Run yarn review and verify lint and tests pass

ANY NEW DEPENDENCIES ADDED?

No additions, but several updates.

CHECKLIST

Be sure all items arebefore submitting a PR for review.

GIF

andrewtpoe commented 6 years ago

It should work fine with v1. I don't know that it is specifically necessary to list as a peer dep though. I think of peer deps as "this won't function with that". Technically, nothing in this lib is directly connected to styled-components functions. It's just designed to work with how SC calls things.