SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
Please check if the PR fulfills these requirements
[x] The commit message follows our guidelines
[ ] Tests for the changes have been added (for bug fixes/features)
[ ] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce?
Update deprecated deps: @ocllif/errors and @storybook/addon-styling. Recommended libraries were used instead.
There is only one deprecated dep left: subscriptions-transport-ws, which seems to be added on purpose for custom graphql ws link implementation. I've decided to leave that one alone.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Update deprecated deps:
@ocllif/errors
and@storybook/addon-styling
. Recommended libraries were used instead. There is only one deprecated dep left:subscriptions-transport-ws
, which seems to be added on purpose for custom graphql ws link implementation. I've decided to leave that one alone.