|
1 | 1 | {
|
2 | 2 | "name": "@sgratzl/chartjs-chart-boxplot",
|
3 | 3 | "description": "Chart.js module for charting boxplots and violin charts",
|
4 |
| - "version": "4.3.2", |
| 4 | + "version": "4.3.3", |
5 | 5 | "publishConfig": {
|
6 | 6 | "access": "public"
|
7 | 7 | },
|
|
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 | 75 | "@chiogen/rollup-plugin-terser": "^7.1.3",
|
76 |
| - "@rollup/plugin-commonjs": "^25.0.7", |
| 76 | + "@rollup/plugin-commonjs": "^26.0.1", |
77 | 77 | "@rollup/plugin-node-resolve": "^15.2.3",
|
78 |
| - "@rollup/plugin-replace": "^5.0.5", |
| 78 | + "@rollup/plugin-replace": "^5.0.7", |
79 | 79 | "@rollup/plugin-typescript": "^11.1.6",
|
80 | 80 | "@types/jest": "^29.5.12",
|
81 | 81 | "@types/jest-image-snapshot": "^6.4.0",
|
82 |
| - "@types/node": "^20.11.27", |
83 |
| - "@typescript-eslint/eslint-plugin": "^7.2.0", |
84 |
| - "@typescript-eslint/parser": "^7.2.0", |
85 |
| - "@yarnpkg/sdks": "^3.1.0", |
| 82 | + "@types/node": "^20.14.2", |
| 83 | + "@typescript-eslint/eslint-plugin": "^7.12.0", |
| 84 | + "@typescript-eslint/parser": "^7.12.0", |
| 85 | + "@yarnpkg/sdks": "^3.1.2", |
86 | 86 | "canvas": "^2.11.2",
|
87 | 87 | "canvas-5-polyfill": "^0.1.5",
|
88 |
| - "chart.js": "^4.4.2", |
| 88 | + "chart.js": "^4.4.3", |
89 | 89 | "eslint": "^8.57.0",
|
90 | 90 | "eslint-config-airbnb-typescript": "^18.0.0",
|
91 | 91 | "eslint-config-prettier": "^9.1.0",
|
|
94 | 94 | "eslint-plugin-import": "^2.29.1",
|
95 | 95 | "eslint-plugin-jsx-a11y": "^6.8.0",
|
96 | 96 | "eslint-plugin-prettier": "^5.1.3",
|
97 |
| - "eslint-plugin-react": "^7.34.0", |
98 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
| 97 | + "eslint-plugin-react": "^7.34.2", |
| 98 | + "eslint-plugin-react-hooks": "^4.6.2", |
99 | 99 | "jest": "^29.7.0",
|
100 | 100 | "jest-environment-jsdom": "^29.7.0",
|
101 | 101 | "jest-image-snapshot": "^6.4.0",
|
102 |
| - "prettier": "^3.2.5", |
103 |
| - "rimraf": "^5.0.5", |
104 |
| - "rollup": "^4.13.0", |
| 102 | + "prettier": "^3.3.1", |
| 103 | + "rimraf": "^5.0.7", |
| 104 | + "rollup": "^4.18.0", |
105 | 105 | "rollup-plugin-cleanup": "^3.2.1",
|
106 |
| - "rollup-plugin-dts": "^6.1.0", |
107 |
| - "ts-jest": "^29.1.2", |
108 |
| - "tslib": "^2.6.2", |
109 |
| - "typedoc": "^0.25.12", |
110 |
| - "typedoc-plugin-markdown": "^4.0.0-next.16", |
111 |
| - "typedoc-vitepress-theme": "^1.0.0-next.9", |
112 |
| - "typescript": "^5.4.2", |
113 |
| - "vitepress": "^1.0.0-rc.45", |
114 |
| - "vue": "^3.4.21", |
115 |
| - "vue-chartjs": "^5.3.0" |
| 106 | + "rollup-plugin-dts": "^6.1.1", |
| 107 | + "ts-jest": "^29.1.4", |
| 108 | + "tslib": "^2.6.3", |
| 109 | + "typedoc": "^0.25.13", |
| 110 | + "typedoc-plugin-markdown": "^4.0.3", |
| 111 | + "typedoc-vitepress-theme": "^1.0.0", |
| 112 | + "typescript": "^5.4.5", |
| 113 | + "vitepress": "^1.2.3", |
| 114 | + "vue": "^3.4.27", |
| 115 | + "vue-chartjs": "^5.3.1" |
116 | 116 | },
|
117 | 117 | "resolutions": {
|
118 | 118 | "@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
139 | 139 | "docs:build": "yarn run docs:api && vitepress build docs",
|
140 | 140 | "docs:preview": "vitepress preview docs"
|
141 | 141 | },
|
142 |
| - "packageManager": "yarn@4.1.1" |
| 142 | + "packageManager": "yarn@4.2.2" |
143 | 143 | }
|
0 commit comments