|
1 | 1 | { |
2 | 2 | "name": "chartjs-chart-graph", |
3 | 3 | "description": "Chart.js module for charting error bars", |
4 | | - "version": "4.1.0", |
| 4 | + "version": "4.1.1", |
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.3", |
58 | | - "@types/d3-hierarchy": "^3.1.0", |
| 57 | + "@types/d3-force": "^3.0.4", |
| 58 | + "@types/d3-hierarchy": "^3.1.1", |
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": "^23.0.7", |
| 67 | + "@rollup/plugin-commonjs": "^24.0.0", |
68 | 68 | "@rollup/plugin-node-resolve": "^15.0.1", |
69 | 69 | "@rollup/plugin-replace": "^5.0.2", |
70 | | - "@rollup/plugin-typescript": "^10.0.1", |
71 | | - "@types/jest": "^29.2.4", |
| 70 | + "@rollup/plugin-typescript": "^11.0.0", |
| 71 | + "@types/jest": "^29.2.5", |
72 | 72 | "@types/jest-image-snapshot": "^6.1.0", |
73 | | - "@types/node": "^18.11.16", |
74 | | - "@types/seedrandom": "^3.0.2", |
75 | | - "@typescript-eslint/eslint-plugin": "^5.46.1", |
76 | | - "@typescript-eslint/parser": "^5.46.1", |
| 73 | + "@types/node": "^18.11.18", |
| 74 | + "@types/seedrandom": "^3.0.4", |
| 75 | + "@typescript-eslint/eslint-plugin": "^5.48.1", |
| 76 | + "@typescript-eslint/parser": "^5.48.1", |
77 | 77 | "@yarnpkg/sdks": "^2.6.3", |
78 | | - "canvas": "^2.10.2", |
| 78 | + "canvas": "^2.11.0", |
79 | 79 | "canvas-5-polyfill": "^0.1.5", |
80 | | - "chart.js": "^4.1.1", |
81 | | - "eslint": "^8.30.0", |
| 80 | + "chart.js": "^4.1.2", |
| 81 | + "eslint": "^8.31.0", |
82 | 82 | "eslint-config-airbnb-typescript": "^17.0.0", |
83 | | - "eslint-config-prettier": "^8.5.0", |
| 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.26.0", |
87 | | - "eslint-plugin-jsx-a11y": "^6.6.1", |
| 86 | + "eslint-plugin-import": "^2.27.4", |
| 87 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
88 | 88 | "eslint-plugin-prettier": "^4.2.1", |
89 | | - "eslint-plugin-react": "^7.31.11", |
| 89 | + "eslint-plugin-react": "^7.32.0", |
90 | 90 | "eslint-plugin-react-hooks": "^4.6.0", |
91 | 91 | "jest": "^29.3.1", |
92 | 92 | "jest-environment-jsdom": "^29.3.1", |
93 | 93 | "jest-image-snapshot": "^6.1.0", |
94 | | - "prettier": "^2.8.1", |
95 | | - "rimraf": "^3.0.2", |
96 | | - "rollup": "~3.7.5", |
| 94 | + "prettier": "^2.8.3", |
| 95 | + "rimraf": "^4.0.5", |
| 96 | + "rollup": "~3.10.0", |
97 | 97 | "rollup-plugin-cleanup": "^3.2.1", |
98 | | - "rollup-plugin-dts": "^5.0.0", |
| 98 | + "rollup-plugin-dts": "^5.1.1", |
99 | 99 | "seedrandom": "^3.0.5", |
100 | | - "ts-jest": "^29.0.3", |
| 100 | + "ts-jest": "^29.0.5", |
101 | 101 | "tslib": "^2.4.1", |
102 | | - "typedoc": "^0.23.22", |
103 | | - "typescript": "4.9.3" |
| 102 | + "typedoc": "^0.23.24", |
| 103 | + "typescript": "^4.9.4" |
104 | 104 | }, |
105 | 105 | "scripts": { |
106 | 106 | "clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
|
122 | 122 | "docs": "typedoc src/index.ts", |
123 | 123 | "prepare": "yarn run build" |
124 | 124 | }, |
125 | | - "packageManager": "yarn@3.3.0" |
| 125 | + "packageManager": "yarn@3.3.1" |
126 | 126 | } |
0 commit comments