|
1 | 1 | { |
2 | 2 | "name": "chartjs-chart-graph", |
3 | 3 | "description": "Chart.js module for charting graphs", |
4 | | - "version": "4.2.3", |
| 4 | + "version": "4.2.4", |
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.4", |
58 | | - "@types/d3-hierarchy": "^3.1.2", |
| 57 | + "@types/d3-force": "^3.0.5", |
| 58 | + "@types/d3-hierarchy": "^3.1.3", |
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.2", |
68 | | - "@rollup/plugin-node-resolve": "^15.1.0", |
| 67 | + "@rollup/plugin-commonjs": "^25.0.4", |
| 68 | + "@rollup/plugin-node-resolve": "^15.2.1", |
69 | 69 | "@rollup/plugin-replace": "^5.0.2", |
70 | | - "@rollup/plugin-typescript": "^11.1.1", |
71 | | - "@types/jest": "^29.5.2", |
72 | | - "@types/jest-image-snapshot": "^6.1.0", |
73 | | - "@types/node": "^20.3.1", |
| 70 | + "@rollup/plugin-typescript": "^11.1.3", |
| 71 | + "@types/jest": "^29.5.5", |
| 72 | + "@types/jest-image-snapshot": "^6.2.1", |
| 73 | + "@types/node": "^20.6.2", |
74 | 74 | "@types/seedrandom": "^3.0.5", |
75 | | - "@typescript-eslint/eslint-plugin": "^5.60.0", |
76 | | - "@typescript-eslint/parser": "^5.60.0", |
| 75 | + "@typescript-eslint/eslint-plugin": "^6.7.0", |
| 76 | + "@typescript-eslint/parser": "^6.7.0", |
77 | 77 | "@yarnpkg/sdks": "^2.7.1", |
78 | 78 | "canvas": "^2.11.2", |
79 | 79 | "canvas-5-polyfill": "^0.1.5", |
80 | | - "chart.js": "^4.3.0", |
| 80 | + "chart.js": "^4.4.0", |
81 | 81 | "chartjs-plugin-datalabels": "^2.2.0", |
82 | 82 | "chartjs-plugin-zoom": "^2.0.1", |
83 | | - "eslint": "^8.43.0", |
84 | | - "eslint-config-airbnb-typescript": "^17.0.0", |
85 | | - "eslint-config-prettier": "^8.8.0", |
| 83 | + "eslint": "^8.49.0", |
| 84 | + "eslint-config-airbnb-typescript": "^17.1.0", |
| 85 | + "eslint-config-prettier": "^9.0.0", |
86 | 86 | "eslint-config-react-app": "^7.0.1", |
87 | 87 | "eslint-plugin-flowtype": "^8.0.3", |
88 | | - "eslint-plugin-import": "^2.27.5", |
| 88 | + "eslint-plugin-import": "^2.28.1", |
89 | 89 | "eslint-plugin-jsx-a11y": "^6.7.1", |
90 | | - "eslint-plugin-prettier": "^4.2.1", |
91 | | - "eslint-plugin-react": "^7.32.2", |
| 90 | + "eslint-plugin-prettier": "^5.0.0", |
| 91 | + "eslint-plugin-react": "^7.33.2", |
92 | 92 | "eslint-plugin-react-hooks": "^4.6.0", |
93 | | - "jest": "^29.5.0", |
94 | | - "jest-environment-jsdom": "^29.5.0", |
95 | | - "jest-image-snapshot": "^6.1.0", |
96 | | - "prettier": "^2.8.8", |
| 93 | + "jest": "^29.7.0", |
| 94 | + "jest-environment-jsdom": "^29.7.0", |
| 95 | + "jest-image-snapshot": "^6.2.0", |
| 96 | + "prettier": "^3.0.3", |
97 | 97 | "rimraf": "^5.0.1", |
98 | | - "rollup": "~3.25.1", |
| 98 | + "rollup": "~3.29.2", |
99 | 99 | "rollup-plugin-cleanup": "^3.2.1", |
100 | | - "rollup-plugin-dts": "^5.3.0", |
| 100 | + "rollup-plugin-dts": "^6.0.2", |
101 | 101 | "seedrandom": "^3.0.5", |
102 | | - "ts-jest": "^29.1.0", |
103 | | - "tslib": "^2.5.3", |
104 | | - "typedoc": "^0.24.8", |
| 102 | + "ts-jest": "^29.1.1", |
| 103 | + "tslib": "^2.6.2", |
| 104 | + "typedoc": "^0.25.1", |
105 | 105 | "typedoc-plugin-markdown": "^4.0.0-next.16", |
106 | | - "typedoc-vitepress-theme": "^1.0.0-next.2", |
107 | | - "typescript": "^5.1.6", |
108 | | - "vitepress": "^1.0.0-beta.5", |
| 106 | + "typedoc-vitepress-theme": "^1.0.0-next.3", |
| 107 | + "typescript": "^5.2.2", |
| 108 | + "vitepress": "^1.0.0-rc.14", |
109 | 109 | "vue": "^3.3.4", |
110 | 110 | "vue-chartjs": "^5.2.0" |
111 | 111 | }, |
| 112 | + "resolutions": { |
| 113 | + "@typescript-eslint/eslint-plugin": "^6.7.0", |
| 114 | + "@typescript-eslint/parser": "^6.7.0" |
| 115 | + }, |
112 | 116 | "scripts": { |
113 | | - "clean": "rimraf --glob build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
| 117 | + "clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
114 | 118 | "compile": "tsc -b tsconfig.c.json", |
115 | 119 | "start": "yarn run watch", |
116 | 120 | "watch": "rollup -c -w", |
|
130 | 134 | "docs:build": "yarn run docs:api && vitepress build docs", |
131 | 135 | "docs:preview": "vitepress preview docs" |
132 | 136 | }, |
133 | | - "packageManager": "yarn@3.6.1" |
| 137 | + "packageManager": "yarn@3.6.3" |
134 | 138 | } |
0 commit comments