chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
31 stars 2 forks source link

UI to uninstall addon #158

Closed JonathanKolnik closed 7 months ago

JonathanKolnik commented 7 months ago
image

image

JonathanKolnik commented 7 months ago

We have to bump the dependency to sb 8, @ghengeveld @weeksling can you help me do so

I assume it's these but just want to double check

 "peerDependencies": {
    "@storybook/blocks": "^7.2.0",
    "@storybook/client-logger": "^7.2.0",
    "@storybook/components": "^7.2.0",
    "@storybook/core-events": "^7.2.0",
    "@storybook/manager-api": "^7.2.0",
    "@storybook/preview-api": "^7.2.0",
    "@storybook/theming": "^7.2.0",
    "@storybook/types": "^7.2.0",
tmeasday commented 7 months ago

I'm not sure how regular SB addons are supposed to do it. Regular deps feels wrong because you might end up with the wrong versions.

tmeasday commented 7 months ago

The versions are getting sorted in this PR: https://github.com/chromaui/addon-visual-tests/pull/159