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

Move @types/quill to devDependencies to prevent clashes downstream #93

Open
jraoult opened this issue May 28, 2024 · 0 comments
Open

Move @types/quill to devDependencies to prevent clashes downstream #93

jraoult opened this issue May 28, 2024 · 0 comments

Comments

@jraoult
Copy link

jraoult commented May 28, 2024

@types/quill is declared as a regular dependencies, which means it is installed at the same time as quill-magic-url. It is then picked up by the Typescript compiler and clashes with any other @types/quill that the consumer would install. I actually encountered this when migrating to Quill v2 where the types are now bundle with the main package.

The solution would be to move @types/quill to devDependencies so it is not installed in downstream project.

@jraoult jraoult changed the title Move @types/quill to devDependencies Move @types/quill to devDependencies to prevent clashes downstream May 28, 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

No branches or pull requests

1 participant