Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

chore(storybook): updates for further support in consumers

Latest
Compare
Choose a tag to compare
@dmytro-grablov dmytro-grablov released this 28 Mar 06:31
· 1 commit to master since this release
  • since storybook 6.3.x puppeteer is not an included dependency anymore,
    thus replacing puppeteer-core with puppeteer
  • with newer versions of jest the order of hooks changes, thus custom afterAll
    must be exclusively declared after storyShots, otherwise storybook
    will attempt to close the page of an already closed browser
  • typescript update eliminates type errors in node_modules