Skip to content

Commit

Permalink
[Minor] Update JS libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Aug 8, 2023
1 parent f61ced4 commit 0259a4f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
7 changes: 3 additions & 4 deletions interface/css/bootstrap.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions interface/js/lib/bootstrap.bundle.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interface/js/lib/d3.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions interface/js/lib/jquery-3.6.3.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions interface/js/lib/jquery-3.7.0.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion interface/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requirejs.config({
baseUrl: "js/lib",
paths: {
app: "../app",
jquery: "jquery-3.6.3.min",
jquery: "jquery-3.7.0.min",
visibility: "visibility.min",
bootstrap: "bootstrap.bundle.min",
codejar: "codejar.min",
Expand Down

0 comments on commit 0259a4f

Please sign in to comment.