Browse Source

Fix changes

pull/5988/head
Raj Gupta 4 weeks ago
parent
commit
4fe54e4dac
  1. 3
      CHANGELOG.md
  2. 1
      libs/ui/.storybook/main.js

3
CHANGELOG.md

@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added ### Added
- Update Storybook and Cypress version - Update Storybook and Cypress version
@ -16,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Eliminated `uuid` in favor of using `randomUUID` from `node:crypto` - 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 ### Fixed

1
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 { createRequire } from 'node:module';
import { dirname, join } from 'node:path'; import { dirname, join } from 'node:path';

Loading…
Cancel
Save