Editor is forcing dependency of DataTables 1.13.11

Editor is forcing dependency of DataTables 1.13.11

aileytechaileytech Posts: 2Questions: 1Answers: 0

Editor is forcing dependency of DataTables 1.13.11
Installed Editor 2.3.1 version through package manager but has dependency of DataTables 1.13.11.
Cannot override the dependecy


This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,840Questions: 1Answers: 10,134 Site admin
    Answer ✓

    Bother! I missed that in the deploy. Sorry about that.

    I'll do a 2.3.2 release soon (probably tomorrow) to correct that. The correct dependencies for that package should be:

    {
      "jquery": "1.8 - 4",
      "datatables.net-dt": "1.13 - 2",
      "@datatables.net/editor": "2.3.1"
    }
    

    Thanks for bringing that to my attention!

    Allan

  • aileytechaileytech Posts: 2Questions: 1Answers: 0

    Thank you!

Sign In or Register to comment.