|
1 | 1 | { |
2 | 2 | "name": "@sgratzl/chartjs-chart-boxplot", |
3 | 3 | "description": "Chart.js module for charting boxplots and violin charts", |
4 | | - "version": "4.2.8", |
| 4 | + "version": "4.3.0", |
5 | 5 | "publishConfig": { |
6 | 6 | "access": "public" |
7 | 7 | }, |
|
77 | 77 | "@rollup/plugin-node-resolve": "^15.2.3", |
78 | 78 | "@rollup/plugin-replace": "^5.0.5", |
79 | 79 | "@rollup/plugin-typescript": "^11.1.6", |
80 | | - "@types/jest": "^29.5.11", |
| 80 | + "@types/jest": "^29.5.12", |
81 | 81 | "@types/jest-image-snapshot": "^6.4.0", |
82 | | - "@types/node": "^20.11.5", |
83 | | - "@typescript-eslint/eslint-plugin": "^6.19.0", |
84 | | - "@typescript-eslint/parser": "^6.19.0", |
| 82 | + "@types/node": "^20.11.27", |
| 83 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 84 | + "@typescript-eslint/parser": "^7.2.0", |
85 | 85 | "@yarnpkg/sdks": "^3.1.0", |
86 | 86 | "canvas": "^2.11.2", |
87 | 87 | "canvas-5-polyfill": "^0.1.5", |
88 | | - "chart.js": "^4.4.1", |
89 | | - "eslint": "^8.56.0", |
90 | | - "eslint-config-airbnb-typescript": "^17.1.0", |
| 88 | + "chart.js": "^4.4.2", |
| 89 | + "eslint": "^8.57.0", |
| 90 | + "eslint-config-airbnb-typescript": "^18.0.0", |
91 | 91 | "eslint-config-prettier": "^9.1.0", |
92 | 92 | "eslint-config-react-app": "^7.0.1", |
93 | 93 | "eslint-plugin-flowtype": "^8.0.3", |
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.33.2", |
| 97 | + "eslint-plugin-react": "^7.34.0", |
98 | 98 | "eslint-plugin-react-hooks": "^4.6.0", |
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.4", |
| 102 | + "prettier": "^3.2.5", |
103 | 103 | "rimraf": "^5.0.5", |
104 | | - "rollup": "^4.9.6", |
| 104 | + "rollup": "^4.13.0", |
105 | 105 | "rollup-plugin-cleanup": "^3.2.1", |
106 | 106 | "rollup-plugin-dts": "^6.1.0", |
107 | | - "ts-jest": "^29.1.1", |
| 107 | + "ts-jest": "^29.1.2", |
108 | 108 | "tslib": "^2.6.2", |
109 | | - "typedoc": "^0.25.7", |
| 109 | + "typedoc": "^0.25.12", |
110 | 110 | "typedoc-plugin-markdown": "^4.0.0-next.16", |
111 | | - "typedoc-vitepress-theme": "^1.0.0-next.7", |
112 | | - "typescript": "^5.3.3", |
113 | | - "vitepress": "^1.0.0-rc.39", |
114 | | - "vue": "^3.4.15", |
| 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 | 115 | "vue-chartjs": "^5.3.0" |
116 | 116 | }, |
117 | 117 | "resolutions": { |
118 | | - "@typescript-eslint/eslint-plugin": "^6.19.0", |
119 | | - "@typescript-eslint/parser": "^6.19.0" |
| 118 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 119 | + "@typescript-eslint/parser": "^7.2.0" |
120 | 120 | }, |
121 | 121 | "scripts": { |
122 | 122 | "clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
|
139 | 139 | "docs:build": "yarn run docs:api && vitepress build docs", |
140 | 140 | "docs:preview": "vitepress preview docs" |
141 | 141 | }, |
142 | | - "packageManager": "yarn@4.0.2" |
| 142 | + "packageManager": "yarn@4.1.1" |
143 | 143 | } |
0 commit comments