|
1 | 1 | { |
2 | 2 | "name": "chartjs-chart-graph", |
3 | 3 | "description": "Chart.js module for charting error bars", |
4 | | - "version": "4.1.1", |
| 4 | + "version": "4.1.2", |
5 | 5 | "author": { |
6 | 6 | "name": "Samuel Gratzl", |
7 | 7 | "email": "sam@sgratzl.com", |
|
55 | 55 | ], |
56 | 56 | "dependencies": { |
57 | 57 | "@types/d3-force": "^3.0.4", |
58 | | - "@types/d3-hierarchy": "^3.1.1", |
| 58 | + "@types/d3-hierarchy": "^3.1.2", |
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": "^24.0.0", |
| 67 | + "@rollup/plugin-commonjs": "^24.0.1", |
68 | 68 | "@rollup/plugin-node-resolve": "^15.0.1", |
69 | 69 | "@rollup/plugin-replace": "^5.0.2", |
70 | 70 | "@rollup/plugin-typescript": "^11.0.0", |
71 | | - "@types/jest": "^29.2.5", |
| 71 | + "@types/jest": "^29.4.0", |
72 | 72 | "@types/jest-image-snapshot": "^6.1.0", |
73 | 73 | "@types/node": "^18.11.18", |
74 | 74 | "@types/seedrandom": "^3.0.4", |
75 | | - "@typescript-eslint/eslint-plugin": "^5.48.1", |
76 | | - "@typescript-eslint/parser": "^5.48.1", |
| 75 | + "@typescript-eslint/eslint-plugin": "^5.49.0", |
| 76 | + "@typescript-eslint/parser": "^5.49.0", |
77 | 77 | "@yarnpkg/sdks": "^2.6.3", |
78 | 78 | "canvas": "^2.11.0", |
79 | 79 | "canvas-5-polyfill": "^0.1.5", |
80 | | - "chart.js": "^4.1.2", |
81 | | - "eslint": "^8.31.0", |
| 80 | + "chart.js": "^4.2.0", |
| 81 | + "eslint": "^8.32.0", |
82 | 82 | "eslint-config-airbnb-typescript": "^17.0.0", |
83 | 83 | "eslint-config-prettier": "^8.6.0", |
84 | 84 | "eslint-config-react-app": "^7.0.1", |
85 | 85 | "eslint-plugin-flowtype": "^8.0.3", |
86 | | - "eslint-plugin-import": "^2.27.4", |
| 86 | + "eslint-plugin-import": "^2.27.5", |
87 | 87 | "eslint-plugin-jsx-a11y": "^6.7.1", |
88 | 88 | "eslint-plugin-prettier": "^4.2.1", |
89 | | - "eslint-plugin-react": "^7.32.0", |
| 89 | + "eslint-plugin-react": "^7.32.1", |
90 | 90 | "eslint-plugin-react-hooks": "^4.6.0", |
91 | | - "jest": "^29.3.1", |
92 | | - "jest-environment-jsdom": "^29.3.1", |
| 91 | + "jest": "^29.4.1", |
| 92 | + "jest-environment-jsdom": "^29.4.1", |
93 | 93 | "jest-image-snapshot": "^6.1.0", |
94 | 94 | "prettier": "^2.8.3", |
95 | | - "rimraf": "^4.0.5", |
96 | | - "rollup": "~3.10.0", |
| 95 | + "rimraf": "^3", |
| 96 | + "rollup": "~3.12.0", |
97 | 97 | "rollup-plugin-cleanup": "^3.2.1", |
98 | 98 | "rollup-plugin-dts": "^5.1.1", |
99 | 99 | "seedrandom": "^3.0.5", |
100 | 100 | "ts-jest": "^29.0.5", |
101 | | - "tslib": "^2.4.1", |
| 101 | + "tslib": "^2.5.0", |
102 | 102 | "typedoc": "^0.23.24", |
103 | 103 | "typescript": "^4.9.4" |
104 | 104 | }, |
|
0 commit comments