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

Remove unused dependencies #6099

Open
JohanBrorson opened this issue Apr 26, 2024 · 0 comments
Open

Remove unused dependencies #6099

JohanBrorson opened this issue Apr 26, 2024 · 0 comments

Comments

@JohanBrorson
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The @graphql-tools/prisma-loader package has dependencies that are unused, i.e. json-stable-stringify and @types/json-stable-stringify. json-stable-stringify has a dependency on jsonify, which is licensed under a Public Domain license. Public domain software has unclear legal implications which makes it problematic for corporations to use.

Describe the solution you'd like

Remove the json-stable-stringify and @types/json-stable-stringify dependencies, since they are unused. The usage of the packages appears to have been removed in #2732.

Describe alternatives you've considered

No other alternatives has been considered.

Additional context

N/A

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

No branches or pull requests

1 participant