|
1 | 1 | { |
2 | 2 | "name": "chartjs-chart-graph", |
3 | 3 | "description": "Chart.js module for charting graphs", |
4 | | - "version": "4.2.8", |
| 4 | + "version": "4.3.0", |
5 | 5 | "author": { |
6 | 6 | "name": "Samuel Gratzl", |
7 | 7 | "email": "sam@sgratzl.com", |
|
68 | 68 | "@rollup/plugin-node-resolve": "^15.2.3", |
69 | 69 | "@rollup/plugin-replace": "^5.0.5", |
70 | 70 | "@rollup/plugin-typescript": "^11.1.6", |
71 | | - "@types/jest": "^29.5.11", |
| 71 | + "@types/jest": "^29.5.12", |
72 | 72 | "@types/jest-image-snapshot": "^6.4.0", |
73 | | - "@types/node": "^20.11.5", |
| 73 | + "@types/node": "^20.11.27", |
74 | 74 | "@types/seedrandom": "^3.0.8", |
75 | | - "@typescript-eslint/eslint-plugin": "^6.19.0", |
76 | | - "@typescript-eslint/parser": "^6.19.0", |
| 75 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 76 | + "@typescript-eslint/parser": "^7.2.0", |
77 | 77 | "@yarnpkg/sdks": "^3.1.0", |
78 | 78 | "canvas": "^2.11.2", |
79 | 79 | "canvas-5-polyfill": "^0.1.5", |
80 | | - "chart.js": "^4.4.1", |
| 80 | + "chart.js": "^4.4.2", |
81 | 81 | "chartjs-plugin-datalabels": "^2.2.0", |
82 | 82 | "chartjs-plugin-zoom": "^2.0.1", |
83 | | - "eslint": "^8.56.0", |
84 | | - "eslint-config-airbnb-typescript": "^17.1.0", |
| 83 | + "eslint": "^8.57.0", |
| 84 | + "eslint-config-airbnb-typescript": "^18.0.0", |
85 | 85 | "eslint-config-prettier": "^9.1.0", |
86 | 86 | "eslint-config-react-app": "^7.0.1", |
87 | 87 | "eslint-plugin-flowtype": "^8.0.3", |
88 | 88 | "eslint-plugin-import": "^2.29.1", |
89 | 89 | "eslint-plugin-jsx-a11y": "^6.8.0", |
90 | 90 | "eslint-plugin-prettier": "^5.1.3", |
91 | | - "eslint-plugin-react": "^7.33.2", |
| 91 | + "eslint-plugin-react": "^7.34.0", |
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.4.0", |
96 | | - "prettier": "^3.2.4", |
| 96 | + "prettier": "^3.2.5", |
97 | 97 | "rimraf": "^5.0.5", |
98 | | - "rollup": "~4.9.6", |
| 98 | + "rollup": "~4.13.0", |
99 | 99 | "rollup-plugin-cleanup": "^3.2.1", |
100 | 100 | "rollup-plugin-dts": "^6.1.0", |
101 | 101 | "seedrandom": "^3.0.5", |
102 | | - "ts-jest": "^29.1.1", |
| 102 | + "ts-jest": "^29.1.2", |
103 | 103 | "tslib": "^2.6.2", |
104 | | - "typedoc": "^0.25.7", |
| 104 | + "typedoc": "^0.25.12", |
105 | 105 | "typedoc-plugin-markdown": "^4.0.0-next.16", |
106 | | - "typedoc-vitepress-theme": "^1.0.0-next.7", |
107 | | - "typescript": "^5.3.3", |
108 | | - "vitepress": "^1.0.0-rc.39", |
109 | | - "vue": "^3.4.15", |
| 106 | + "typedoc-vitepress-theme": "^1.0.0-next.9", |
| 107 | + "typescript": "^5.4.2", |
| 108 | + "vitepress": "^1.0.0-rc.45", |
| 109 | + "vue": "^3.4.21", |
110 | 110 | "vue-chartjs": "^5.3.0" |
111 | 111 | }, |
112 | 112 | "resolutions": { |
113 | | - "@typescript-eslint/eslint-plugin": "^6.19.0", |
114 | | - "@typescript-eslint/parser": "^6.19.0" |
| 113 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 114 | + "@typescript-eslint/parser": "^7.2.0" |
115 | 115 | }, |
116 | 116 | "scripts": { |
117 | 117 | "clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
|
134 | 134 | "docs:build": "yarn run docs:api && vitepress build docs", |
135 | 135 | "docs:preview": "vitepress preview docs" |
136 | 136 | }, |
137 | | - "packageManager": "yarn@4.0.2" |
| 137 | + "packageManager": "yarn@4.1.1" |
138 | 138 | } |
0 commit comments