|
1 | 1 | {
|
2 | 2 | "name": "powerbi-visuals-gantt",
|
3 |
| - "version": "1.9.4", |
| 3 | + "version": "1.10.0", |
4 | 4 | "description": "A Gantt chart is a type of bar chart which illustrates a project timeline or schedule. The Gantt Chart visual shows the Tasks, Start Dates, Durations, % Complete, and Resources for a project. The Gantt Chart visual can be used to show current schedule status using percent-complete shadings and a vertical \"TODAY\" line. The Legend may be used to group or filter tasks based upon data values.",
|
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
|
10 | 10 | "powerbi-visuals"
|
11 | 11 | ],
|
12 | 12 | "scripts": {
|
13 |
| - "postinstall": "pbiviz update 1.8.0", |
| 13 | + "postinstall": "pbiviz update 1.11.0", |
14 | 14 | "pbiviz": "pbiviz",
|
15 | 15 | "start": "pbiviz start",
|
16 | 16 | "package": "pbiviz package",
|
17 | 17 | "lint": "tslint -r \"node_modules/tslint-microsoft-contrib\" \"+(src|test)/**/*.ts\"",
|
18 | 18 | "pretest": "pbiviz package --resources --no-minify --no-pbiviz --no-plugin",
|
19 |
| - "test": "karma start" |
| 19 | + "test": "karma start", |
| 20 | + "cert": "pbiviz --create-cert" |
20 | 21 | },
|
21 | 22 | "author": {
|
22 | 23 | "name": "Microsoft",
|
|
36 | 37 | "powerbi-visuals-utils-colorutils": "1.0.0",
|
37 | 38 | "powerbi-visuals-utils-dataviewutils": "1.1.1",
|
38 | 39 | "powerbi-visuals-utils-formattingutils": "2.1.0",
|
39 |
| - "powerbi-visuals-utils-interactivityutils": "0.3.1", |
| 40 | + "powerbi-visuals-utils-interactivityutils": "3.1.0", |
40 | 41 | "powerbi-visuals-utils-svgutils": "0.2.1",
|
41 | 42 | "powerbi-visuals-utils-tooltiputils": "0.3.2",
|
42 | 43 | "powerbi-visuals-utils-typeutils": "1.0.0"
|
|
57 | 58 | "karma-remap-istanbul": "0.6.0",
|
58 | 59 | "karma-sourcemap-loader": "0.3.7",
|
59 | 60 | "karma-typescript-preprocessor": "0.3.1",
|
60 |
| - "powerbi-visuals-tools": "^1.8.1", |
61 |
| - "powerbi-visuals-utils-testutils": "1.0.2", |
| 61 | + "powerbi-models": "^1.0.2", |
| 62 | + "powerbi-visuals-tools": "1.11.0", |
| 63 | + "powerbi-visuals-utils-testutils": "1.2.0", |
62 | 64 | "tslint": "4.5.1",
|
63 | 65 | "tslint-microsoft-contrib": "4.0.1",
|
64 | 66 | "typescript": "2.1.4"
|
|
0 commit comments