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 missing typescript peer dependency package.json #3072

Merged
merged 3 commits into from
Jun 5, 2024

Conversation

KiranJKurian
Copy link
Contributor

Typescript is being used from src as a dependency but is only listed as a dev dependencies in the package.json. Package.json needs to be updated to include it as a peer dependency so package managers like pnpm can correctly resolve the dependency.

KiranJKurian and others added 3 commits April 23, 2024 17:09
Typescript is being used from src as a dependency but is only listed as a dev dependencies in the package.json. Package.json needs to be updated to include it as a peer dependency so package managers like pnpm can correctly resolve the dependency.
@jakebailey
Copy link
Member

This PR now requires a CLA since it now touches too many files; CLAs are normally not required for small changes like this was originally. Since the changeset is just procedure, I'll probably revert the CLA change and add the changeset manually elsewhere, unless you have the time to send the message listed above (which would be much easier).

@KiranJKurian
Copy link
Contributor Author

@microsoft-github-policy-service agree [company="Robinhood Markets"]

@KiranJKurian
Copy link
Contributor Author

@microsoft-github-policy-service agree company="Robinhood Markets"

@jakebailey
Copy link
Member

Awesome, thank you!

@jakebailey jakebailey merged commit 9f8dea2 into microsoft:v2 Jun 5, 2024
8 checks passed
@typescript-bot typescript-bot mentioned this pull request Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants