diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c33e2868..2a29b5054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased - ### Added - Update Storybook and Cypress version @@ -16,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Eliminated `uuid` in favor of using `randomUUID` from `node:crypto` -- Upgraded `color` from version `5.0.0` to `5.0.3 +- Upgraded `color` from version `5.0.0` to `5.0.3` ### Fixed diff --git a/libs/ui/.storybook/main.js b/libs/ui/.storybook/main.js index 28917d62b..e7d1378c7 100644 --- a/libs/ui/.storybook/main.js +++ b/libs/ui/.storybook/main.js @@ -1,4 +1,3 @@ -// This file has been automatically migrated to valid ESM format by Storybook. import { createRequire } from 'node:module'; import { dirname, join } from 'node:path';