ngs-doo / revenj

DSL Platform compatible backend
https://dsl-platform.com
BSD 3-Clause "New" or "Revised" License
268 stars 44 forks source link

update storybook dependencies #158

Closed zrajnis closed 3 years ago

zrajnis commented 3 years ago

without storybook expects @babel/core, and when we install it, then we project screams it wants @babel/plugin-transform-regenerator, even though babel core itself doesn't rely on it.

also noticed a wrong import, so i fixed it.

TO DO eventually: get storybook up and running properly