|
1 | 1 | { |
2 | 2 | "name": "chartjs-chart-graph", |
3 | 3 | "description": "Chart.js module for charting graphs", |
4 | | - "version": "4.2.6", |
| 4 | + "version": "4.2.7", |
5 | 5 | "author": { |
6 | 6 | "name": "Samuel Gratzl", |
7 | 7 | "email": "sam@sgratzl.com", |
|
54 | 54 | "last 2 Firefox versions" |
55 | 55 | ], |
56 | 56 | "dependencies": { |
57 | | - "@types/d3-force": "^3.0.6", |
58 | | - "@types/d3-hierarchy": "^3.1.4", |
| 57 | + "@types/d3-force": "^3.0.7", |
| 58 | + "@types/d3-hierarchy": "^3.1.5", |
59 | 59 | "d3-dispatch": "^3.0.1", |
60 | 60 | "d3-force": "^3.0.0", |
61 | 61 | "d3-hierarchy": "^3.1.2", |
|
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | 66 | "@chiogen/rollup-plugin-terser": "^7.1.3", |
67 | | - "@rollup/plugin-commonjs": "^25.0.5", |
| 67 | + "@rollup/plugin-commonjs": "^25.0.7", |
68 | 68 | "@rollup/plugin-node-resolve": "^15.2.3", |
69 | | - "@rollup/plugin-replace": "^5.0.3", |
| 69 | + "@rollup/plugin-replace": "^5.0.4", |
70 | 70 | "@rollup/plugin-typescript": "^11.1.5", |
71 | | - "@types/jest": "^29.5.5", |
72 | | - "@types/jest-image-snapshot": "^6.2.1", |
73 | | - "@types/node": "^20.8.3", |
74 | | - "@types/seedrandom": "^3.0.6", |
75 | | - "@typescript-eslint/eslint-plugin": "^6.7.4", |
76 | | - "@typescript-eslint/parser": "^6.7.4", |
| 71 | + "@types/jest": "^29.5.6", |
| 72 | + "@types/jest-image-snapshot": "^6.2.2", |
| 73 | + "@types/node": "^20.8.7", |
| 74 | + "@types/seedrandom": "^3.0.7", |
| 75 | + "@typescript-eslint/eslint-plugin": "^6.8.0", |
| 76 | + "@typescript-eslint/parser": "^6.8.0", |
77 | 77 | "@yarnpkg/sdks": "^2.7.1", |
78 | 78 | "canvas": "^2.11.2", |
79 | 79 | "canvas-5-polyfill": "^0.1.5", |
|
87 | 87 | "eslint-plugin-flowtype": "^8.0.3", |
88 | 88 | "eslint-plugin-import": "^2.28.1", |
89 | 89 | "eslint-plugin-jsx-a11y": "^6.7.1", |
90 | | - "eslint-plugin-prettier": "^5.0.0", |
| 90 | + "eslint-plugin-prettier": "^5.0.1", |
91 | 91 | "eslint-plugin-react": "^7.33.2", |
92 | 92 | "eslint-plugin-react-hooks": "^4.6.0", |
93 | 93 | "jest": "^29.7.0", |
94 | 94 | "jest-environment-jsdom": "^29.7.0", |
95 | 95 | "jest-image-snapshot": "^6.2.0", |
96 | 96 | "prettier": "^3.0.3", |
97 | 97 | "rimraf": "^5.0.5", |
98 | | - "rollup": "~4.0.2", |
| 98 | + "rollup": "~4.1.4", |
99 | 99 | "rollup-plugin-cleanup": "^3.2.1", |
100 | 100 | "rollup-plugin-dts": "^6.1.0", |
101 | 101 | "seedrandom": "^3.0.5", |
|
105 | 105 | "typedoc-plugin-markdown": "^4.0.0-next.16", |
106 | 106 | "typedoc-vitepress-theme": "^1.0.0-next.3", |
107 | 107 | "typescript": "^5.2.2", |
108 | | - "vitepress": "^1.0.0-rc.20", |
| 108 | + "vitepress": "^1.0.0-rc.22", |
109 | 109 | "vue": "^3.3.4", |
110 | 110 | "vue-chartjs": "^5.2.0" |
111 | 111 | }, |
|
0 commit comments