|
1 | 1 | { |
2 | 2 | "name": "powerbi-visuals-utils-chartutils", |
3 | | - "version": "8.0.0", |
| 3 | + "version": "8.1.0", |
4 | 4 | "description": "ChartUtils", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "module": "lib/index.js", |
|
35 | 35 | "devDependencies": { |
36 | 36 | "@types/d3-array": "^3.2.1", |
37 | 37 | "@types/d3-axis": "^3.0.6", |
38 | | - "@types/d3-scale": "^4.0.8", |
| 38 | + "@types/d3-scale": "^4.0.9", |
39 | 39 | "@types/d3-selection": "^3.0.11", |
40 | 40 | "@types/d3-transition": "^3.0.9", |
41 | | - "@types/jasmine": "^5.1.4", |
42 | | - "@typescript-eslint/eslint-plugin": "^8.12.2", |
43 | | - "@typescript-eslint/parser": "^8.12.2", |
| 41 | + "@types/jasmine": "^5.1.7", |
| 42 | + "@typescript-eslint/eslint-plugin": "^8.31.0", |
| 43 | + "@typescript-eslint/parser": "^8.31.0", |
44 | 44 | "coverage-istanbul-loader": "3.0.5", |
45 | | - "eslint": "^9.13.0", |
| 45 | + "eslint": "^9.25.1", |
46 | 46 | "eslint-plugin-powerbi-visuals": "^1.0.0", |
47 | | - "jasmine": "5.4.0", |
| 47 | + "jasmine": "5.6.0", |
48 | 48 | "karma": "^6.4.4", |
49 | 49 | "karma-chrome-launcher": "^3.2.0", |
50 | 50 | "karma-coverage": "^2.2.1", |
|
53 | 53 | "karma-sourcemap-loader": "^0.4.0", |
54 | 54 | "karma-typescript": "^5.5.4", |
55 | 55 | "karma-webpack": "5.0.1", |
56 | | - "less": "^4.2.0", |
| 56 | + "less": "^4.3.0", |
57 | 57 | "lodash.union": "4.6.0", |
58 | | - "playwright-chromium": "^1.48.2", |
| 58 | + "playwright-chromium": "^1.52.0", |
59 | 59 | "powerbi-visuals-api": "^5.11.0", |
60 | 60 | "powerbi-visuals-utils-colorutils": "^6.0.5", |
61 | 61 | "powerbi-visuals-utils-testutils": "^6.1.1", |
62 | | - "ts-loader": "^9.5.1", |
| 62 | + "ts-loader": "^9.5.2", |
63 | 63 | "ts-node": "^10.9.2", |
64 | | - "typescript": "^5.5.0", |
65 | | - "webpack": "^5.96.1" |
| 64 | + "typescript": "^5.8.3", |
| 65 | + "webpack": "^5.99.6" |
66 | 66 | }, |
67 | 67 | "dependencies": { |
68 | 68 | "d3-array": "^3.2.4", |
|
73 | 73 | "powerbi-visuals-utils-formattingutils": "^6.1.2", |
74 | 74 | "powerbi-visuals-utils-svgutils": "^6.0.4", |
75 | 75 | "powerbi-visuals-utils-typeutils": "^6.0.3", |
76 | | - "typescript-eslint": "^8.12.2" |
| 76 | + "typescript-eslint": "^8.31.0" |
77 | 77 | }, |
78 | 78 | "optionalDependencies": { |
79 | 79 | "fsevents": "2.3.3" |
|
0 commit comments