chore: remove assert dependencies#26276
Conversation
This removes the `assert` dependency from docs-tools since it seems it is no longer used.
| "@storybook/preview-api": "workspace:*", | ||
| "@storybook/types": "workspace:*", | ||
| "@types/doctrine": "^0.0.3", | ||
| "assert": "^2.1.0", |
There was a problem hiding this comment.
Hey @shilman Could you make sure this is actually not needed? Thanks!
|
Hi @43081j ! Thanks for trying to clean this up. We added |
|
@shilman that sounds like your dependency tree isn't right?
we should figure this out, it seems one way or another it needs removing from the dependencies (thanks to not being used directly) |
This removes the
assertdependency from docs-tools since it seems it is no longer used.If for some reason we do actually need it, i suggest we at least replace it with a smaller alternative as
assertis a known-to-be-bloated dependency