Gaëtan Maisse 3acc999ede
fix(actions): fix import of uuid
As of 8d35431027a0e849f8fcfe4f449db82f30136b77 `@storybook/addon-actions` is using version 8.0.0 of `uuid`
However, a breaking change has been missed during the upgrade:
https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md#800-2020-04-29

TLDR;
> Deep requiring specific algorithms of this library like require('uuid/v4'), which has been deprecated in uuid@7, is no longer supported.
2020-05-02 16:27:34 +02:00
..
2019-10-03 11:08:40 +02:00
2020-04-30 18:00:35 +02:00
2020-05-02 16:27:34 +02:00
2019-04-18 16:07:24 +01:00
2020-03-27 20:04:50 +01:00