Alex Parish
Alex Parish
First off I'd like to say great work on this library. Has anyone got the library working with an SSR setup? I'm particularly interested in extracting the CSS for a...
The `prop-types` dependency is now unused. This a simple housekeeping change to remove the dependency.
It seems the `kind-of` dependency is no longer used. Can it be removed? Happy to raise a PR for this.
### Description It appears the following devDependencies are unused: json-loader, ts-jest and tslib. ### Benefits This is general housekeeping. Contributors would need to install fewer packages which means installing the...
## Summary Removed json-loader, ts-jest and tslib devDependencies - as these packages are no longed used. ## Issues - Fixes #958
Chalk v4 was released in 2020: https://github.com/chalk/chalk/releases/tag/v4.0.0 It would be great to upgrade so consumers don't have to download multiple versions of this dependency (it’s a common transitive dependency). There...