|
1 | 1 | {
|
2 | 2 | "name": "chartjs-plugin-hierarchical",
|
3 | 3 | "description": "Chart.js module for hierarchical categories",
|
4 |
| - "version": "4.3.6", |
| 4 | + "version": "4.4.0", |
5 | 5 | "author": {
|
6 | 6 | "name": "Samuel Gratzl",
|
7 | 7 |
|
|
58 | 58 | "@rollup/plugin-node-resolve": "^15.2.3",
|
59 | 59 | "@rollup/plugin-replace": "^5.0.5",
|
60 | 60 | "@rollup/plugin-typescript": "^11.1.6",
|
61 |
| - "@types/jest": "^29.5.11", |
| 61 | + "@types/jest": "^29.5.12", |
62 | 62 | "@types/jest-image-snapshot": "^6.4.0",
|
63 |
| - "@types/node": "^20.11.5", |
| 63 | + "@types/node": "^20.11.27", |
64 | 64 | "@types/seedrandom": "^3.0.8",
|
65 |
| - "@typescript-eslint/eslint-plugin": "^6.19.0", |
66 |
| - "@typescript-eslint/parser": "^6.19.0", |
| 65 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 66 | + "@typescript-eslint/parser": "^7.2.0", |
67 | 67 | "@yarnpkg/sdks": "^3.1.0",
|
68 | 68 | "canvas": "^2.11.2",
|
69 | 69 | "canvas-5-polyfill": "^0.1.5",
|
70 |
| - "chart.js": "^4.4.1", |
| 70 | + "chart.js": "^4.4.2", |
71 | 71 | "d3-scale": "^4.0.2",
|
72 |
| - "d3-scale-chromatic": "^3.0.0", |
73 |
| - "eslint": "^8.56.0", |
74 |
| - "eslint-config-airbnb-typescript": "^17.1.0", |
| 72 | + "d3-scale-chromatic": "^3.1.0", |
| 73 | + "eslint": "^8.57.0", |
| 74 | + "eslint-config-airbnb-typescript": "^18.0.0", |
75 | 75 | "eslint-config-prettier": "^9.1.0",
|
76 | 76 | "eslint-config-react-app": "^7.0.1",
|
77 | 77 | "eslint-plugin-flowtype": "^8.0.3",
|
78 | 78 | "eslint-plugin-import": "^2.29.1",
|
79 | 79 | "eslint-plugin-jsx-a11y": "^6.8.0",
|
80 | 80 | "eslint-plugin-prettier": "^5.1.3",
|
81 |
| - "eslint-plugin-react": "^7.33.2", |
| 81 | + "eslint-plugin-react": "^7.34.0", |
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.4.0",
|
86 |
| - "prettier": "^3.2.4", |
| 86 | + "prettier": "^3.2.5", |
87 | 87 | "rimraf": "^5.0.5",
|
88 |
| - "rollup": "^4.9.6", |
| 88 | + "rollup": "^4.13.0", |
89 | 89 | "rollup-plugin-cleanup": "^3.2.1",
|
90 | 90 | "rollup-plugin-dts": "^6.1.0",
|
91 | 91 | "seedrandom": "^3.0.5",
|
92 |
| - "ts-jest": "^29.1.1", |
| 92 | + "ts-jest": "^29.1.2", |
93 | 93 | "tslib": "^2.6.2",
|
94 |
| - "typedoc": "^0.25.7", |
| 94 | + "typedoc": "^0.25.12", |
95 | 95 | "typedoc-plugin-markdown": "^4.0.0-next.16",
|
96 |
| - "typedoc-vitepress-theme": "^1.0.0-next.7", |
97 |
| - "typescript": "^5.3.3", |
98 |
| - "vitepress": "^1.0.0-rc.39", |
99 |
| - "vue": "^3.4.15", |
| 96 | + "typedoc-vitepress-theme": "^1.0.0-next.9", |
| 97 | + "typescript": "^5.4.2", |
| 98 | + "vitepress": "^1.0.0-rc.45", |
| 99 | + "vue": "^3.4.21", |
100 | 100 | "vue-chartjs": "^5.3.0"
|
101 | 101 | },
|
102 | 102 | "resolutions": {
|
103 |
| - "@typescript-eslint/eslint-plugin": "^6.19.0", |
104 |
| - "@typescript-eslint/parser": "^6.19.0" |
| 103 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 104 | + "@typescript-eslint/parser": "^7.2.0" |
105 | 105 | },
|
106 | 106 | "scripts": {
|
107 | 107 | "clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"",
|
|
124 | 124 | "docs:build": "yarn run docs:api && vitepress build docs",
|
125 | 125 | "docs:preview": "vitepress preview docs"
|
126 | 126 | },
|
127 |
| - "packageManager": "yarn@4.0.2" |
| 127 | + "packageManager": "yarn@4.1.1" |
128 | 128 | }
|
0 commit comments