patternfly-3 icon indicating copy to clipboard operation
patternfly-3 copied to clipboard

jquery bower depedency should be upgraded

Open matedo1 opened this issue 6 years ago • 0 comments

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.

matedo1 avatar Sep 05 '19 08:09 matedo1