bootboxjs / bootbox

Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework

Home Page:http://bootboxjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discrepancy between Getting Started and package.json jquery dependency versions

Felgueiras opened this issue · comments

I'm using bootbox 5.4.0, on the Getting Started page Dependencies section you have 1.9.1 as minimum jquery version for bootbox 5, while on the package.json minimum version is 3.5.1 . This is causing two versions of jquery to exist concurrently and causing unexpected bugs. Why's there this difference from the docs to the package.lock?

  1. The docs aren't really written with the npm package in mind. That table is pretty much stating what versions of jQuery and Bootstrap we're confident Bootbox will work with.
  2. Not sure when the package lock was updated. I'll see what I need to do to change that to a lower minimum
  3. The docs are open-source, so anyone can update them, when necessary.