Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEE-610] update uuid from v8 to v9 #1252

Merged
merged 1 commit into from
Aug 20, 2024
Merged

[FEE-610] update uuid from v8 to v9 #1252

merged 1 commit into from
Aug 20, 2024

Commits on Aug 15, 2024

  1. chore: update uuid from v8 to v9

    this will help to address an issue with jest >28 by default expects cjs exports in browser env
    https://jest-archive-august-2023.netlify.app/docs/28.x/upgrading-to-jest28/#packagejson-exports
    https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md#900-2022-09-05
    see: "add Jest/jsdom compatibility" in changelog
    
    - this commit also removes test/jest resolver.js file which only existed to resolve the jest cjs browser issue
    mdalpozzo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    43f7392 View commit details
    Browse the repository at this point in the history