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

fix: Add @types/react-dom as a direct dependency #1001

Merged
merged 3 commits into from Feb 15, 2022

Commits on Dec 3, 2021

  1. Make @types/react-dom a regular dependency

    `@types/react-dom` is used in `types/index.d.ts`, which is an external interface, and thus needs to be declared as a regular rather than a dev dependency so that it is picked up by users of `@testing-library/react`.
    fmeum committed Dec 3, 2021
    Copy the full SHA
    5a88092 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Update package.json

    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    fmeum and eps1lon committed Dec 6, 2021
    Copy the full SHA
    23e641f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Poke gh actions

    eps1lon committed Feb 15, 2022
    Copy the full SHA
    33e2803 View commit details
    Browse the repository at this point in the history