Skip to content

Commit

Permalink
Updated provenance specific libraries: dagre to 0.7.4, graphlib to 1.…
Browse files Browse the repository at this point in the history
…0.5, and lodash to 3.10.1.
  • Loading branch information
sluger committed Sep 30, 2015
1 parent b07ceb5 commit 5f94e1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion refinery/templates/core/data_set.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ <h3 id="myModalLabel">Launch IGV</h3>
<script type="text/javascript" src="{% static "vendor/floatThead/dist/jquery.floatThead.min.js" %}"></script>

<!-- provenance visualization -->
<script type="text/javascript" src="{% static "vendor/lodash/dist/lodash.min.js" %}"></script>
<script type="text/javascript" src="{% static "vendor/lodash-3/lodash.min.js" %}"></script>
<script type="text/javascript" src="{% static "vendor/graphlib/dist/graphlib.core.min.js" %}"></script>
<script type="text/javascript" src="{% static "vendor/dagre/dist/dagre.core.min.js" %}"></script>
<script type="text/javascript" src="{% static "vendor/spectrum/spectrum.js" %}"></script>
Expand Down
6 changes: 3 additions & 3 deletions refinery/ui/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"angular-ui-select2": "0.0.5",
"angular-ui-scroll": "flekschas/ui-scroll#visible-items",
"c3": "0.3.0",
"dagre": "0.7.1",
"dagre": "0.7.4",
"floatThead": "1.2.13",
"graphlib": "1.0.1",
"graphlib": "1.0.5",
"humanize": "0.0.9",
"jquery": "2.1.1",
"jquery-file-upload": "9.10.4",
"lodash": "2.4.1",
"lodash": "3.10.1",
"lodash-3": "lodash#3.10.1",
"ng-file-upload": "1.6.6",
"ng-grid": "2.0.13",
Expand Down

1 comment on commit 5f94e1d

@sluger
Copy link
Member Author

@sluger sluger commented on 5f94e1d Sep 30, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we adjust bower.json back to a single lodash entry, we may have to update lodash-3 entries across the project. for example see my change in refinery/templates/core/data_set.html

Please sign in to comment.