patternfly-3
patternfly-3 copied to clipboard
jquery bower depedency should be upgraded
One of the patternfly depedencies https://github.com/patternfly/patternfly-bootstrap-treeview/blob/v2.1.9/bower.json#L26 requires "jquery": ">= 3.4.1" but patternfly itself https://github.com/patternfly/patternfly/blob/v3.59.3/bower.json#L41 requires "jquery": "~3.2.1" .
Those versions don't match and it's not possible to use it without forcing specific version. It would be nice to consider making jQuery slightly more benevolent, for example another patternfly dependency https://github.com/twbs/bootstrap/blob/v3.4.1/bower.json#L32 requires jquery#1.9.1 - 3.