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

Dev Dependencies #586

Closed
castroCrea opened this issue Apr 8, 2020 · 1 comment
Closed

Dev Dependencies #586

castroCrea opened this issue Apr 8, 2020 · 1 comment
Labels
v2 regression This issue is a regression in ReactQuill v2

Comments

@castroCrea
Copy link

in the V2 the packages.json has wrong dev dep

  "dependencies": {
    "@types/quill": "^1.3.10",
    "lodash": "^4.17.4",
    "quill": "^1.3.7"
  },

When I install it and I do yarn list I got this
Capture d’écran 2020-04-08 à 14 10 09

@castroCrea castroCrea changed the title [V2] [V2] Dev Dependencies Apr 8, 2020
@zenoamaro zenoamaro added the v2 regression This issue is a regression in ReactQuill v2 label Apr 9, 2020
@zenoamaro
Copy link
Owner

As far as I can see, @types/quill@1.3.10 is the correct types version for quill@1.3.7. The two projects update independently, and it's not mandatory for them to keep the same version number.

Have you been experiencing any sort of issue related to this?

@zenoamaro zenoamaro changed the title [V2] Dev Dependencies Dev Dependencies Apr 18, 2020
@zenoamaro zenoamaro added follow up The issue is likely improved by recent developments. Follow up with poster to make sure and removed follow up The issue is likely improved by recent developments. Follow up with poster to make sure labels Apr 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2 regression This issue is a regression in ReactQuill v2
Projects
None yet
Development

No branches or pull requests

2 participants