Skip to content

Commit

Permalink
fixed timeline dependency to use latest version. Current version is d…
Browse files Browse the repository at this point in the history
…epricated. see issue #192
  • Loading branch information
just-at-uber committed Oct 22, 2020
1 parent c94e31a commit 0edae75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client/routes/workflow/components/timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

<script>
import moment from 'moment';
import { DataSet, Timeline, timeline } from 'vis/index-timeline-graph2d';
import { Timeline, timeline } from 'vis-timeline';
import { DataSet } from 'vis-data';
if (navigator.language === 'en-US') {
timeline.TimeStep.FORMAT.minorLabels.minute = 'h:mm a';
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"tchannel": "3.9.11",
"vis": "nathanboktae/vis#4.21.0a",
"vis-data": "^7.1.0",
"vis-timeline": "^7.4.0",
"vue": "^2.5.13",
"vue-infinite-scroll": "^2.0.2",
"vue-js-modal": "^1.3.18",
Expand Down

0 comments on commit 0edae75

Please sign in to comment.