|
1 | 1 | {
|
2 | 2 | "name": "chartjs-plugin-hierarchical",
|
3 | 3 | "description": "Chart.js module for hierarchical categories",
|
4 |
| - "version": "4.3.4", |
| 4 | + "version": "4.3.5", |
5 | 5 | "author": {
|
6 | 6 | "name": "Samuel Gratzl",
|
7 | 7 |
|
|
54 | 54 | ],
|
55 | 55 | "devDependencies": {
|
56 | 56 | "@chiogen/rollup-plugin-terser": "^7.1.3",
|
57 |
| - "@rollup/plugin-commonjs": "^25.0.5", |
| 57 | + "@rollup/plugin-commonjs": "^25.0.7", |
58 | 58 | "@rollup/plugin-node-resolve": "^15.2.3",
|
59 |
| - "@rollup/plugin-replace": "^5.0.3", |
| 59 | + "@rollup/plugin-replace": "^5.0.4", |
60 | 60 | "@rollup/plugin-typescript": "^11.1.5",
|
61 |
| - "@types/jest": "^29.5.5", |
62 |
| - "@types/jest-image-snapshot": "^6.2.1", |
63 |
| - "@types/node": "^20.8.3", |
64 |
| - "@types/seedrandom": "^3.0.6", |
65 |
| - "@typescript-eslint/eslint-plugin": "^6.7.4", |
66 |
| - "@typescript-eslint/parser": "^6.7.4", |
| 61 | + "@types/jest": "^29.5.6", |
| 62 | + "@types/jest-image-snapshot": "^6.2.2", |
| 63 | + "@types/node": "^20.8.7", |
| 64 | + "@types/seedrandom": "^3.0.7", |
| 65 | + "@typescript-eslint/eslint-plugin": "^6.8.0", |
| 66 | + "@typescript-eslint/parser": "^6.8.0", |
67 | 67 | "@yarnpkg/sdks": "^2.7.1",
|
68 | 68 | "canvas": "^2.11.2",
|
69 | 69 | "canvas-5-polyfill": "^0.1.5",
|
|
77 | 77 | "eslint-plugin-flowtype": "^8.0.3",
|
78 | 78 | "eslint-plugin-import": "^2.28.1",
|
79 | 79 | "eslint-plugin-jsx-a11y": "^6.7.1",
|
80 |
| - "eslint-plugin-prettier": "^5.0.0", |
| 80 | + "eslint-plugin-prettier": "^5.0.1", |
81 | 81 | "eslint-plugin-react": "^7.33.2",
|
82 | 82 | "eslint-plugin-react-hooks": "^4.6.0",
|
83 | 83 | "jest": "^29.7.0",
|
84 | 84 | "jest-environment-jsdom": "^29.7.0",
|
85 | 85 | "jest-image-snapshot": "^6.2.0",
|
86 | 86 | "prettier": "^3.0.3",
|
87 | 87 | "rimraf": "^5.0.5",
|
88 |
| - "rollup": "^4.0.2", |
| 88 | + "rollup": "^4.1.4", |
89 | 89 | "rollup-plugin-cleanup": "^3.2.1",
|
90 | 90 | "rollup-plugin-dts": "^6.1.0",
|
91 | 91 | "seedrandom": "^3.0.5",
|
|
95 | 95 | "typedoc-plugin-markdown": "^4.0.0-next.16",
|
96 | 96 | "typedoc-vitepress-theme": "^1.0.0-next.3",
|
97 | 97 | "typescript": "^5.2.2",
|
98 |
| - "vitepress": "^1.0.0-rc.20", |
| 98 | + "vitepress": "^1.0.0-rc.22", |
99 | 99 | "vue": "^3.3.4",
|
100 | 100 | "vue-chartjs": "^5.2.0"
|
101 | 101 | },
|
|
0 commit comments