Skip to content

Commit

Permalink
#303 bump bootstrap to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larmic committed Jan 22, 2021
1 parent e72ba22 commit e66a21f
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 57 deletions.
120 changes: 64 additions & 56 deletions components/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class DependencyExample implements Serializable {
public String getButterFacesMavenDependency() {
final String lastestReleaseVersion = version.getLastestReleaseVersion();
final String v = lastestReleaseVersion.contains("3.") && !lastestReleaseVersion.contains("JEE7") ? lastestReleaseVersion : "3.4.2";
return createDependency("Bootstrap 4.5.3, JQuery 3.5.1","org.butterfaces", "components", v);
return createDependency("Bootstrap 4.6.0, JQuery 3.5.1","org.butterfaces", "components", v);
}

public String getButterFacesV3JEE7MavenDependency() {
Expand Down

0 comments on commit e66a21f

Please sign in to comment.