|
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.7", |
| 4 | + "version": "4.2.8", |
5 | 5 | "publishConfig": {
|
6 | 6 | "access": "public"
|
7 | 7 | },
|
|
75 | 75 | "@chiogen/rollup-plugin-terser": "^7.1.3",
|
76 | 76 | "@rollup/plugin-commonjs": "^25.0.7",
|
77 | 77 | "@rollup/plugin-node-resolve": "^15.2.3",
|
78 |
| - "@rollup/plugin-replace": "^5.0.4", |
79 |
| - "@rollup/plugin-typescript": "^11.1.5", |
80 |
| - "@types/jest": "^29.5.6", |
81 |
| - "@types/jest-image-snapshot": "^6.2.2", |
82 |
| - "@types/node": "^20.8.7", |
83 |
| - "@typescript-eslint/eslint-plugin": "^6.8.0", |
84 |
| - "@typescript-eslint/parser": "^6.8.0", |
85 |
| - "@yarnpkg/sdks": "^2.7.1", |
| 78 | + "@rollup/plugin-replace": "^5.0.5", |
| 79 | + "@rollup/plugin-typescript": "^11.1.6", |
| 80 | + "@types/jest": "^29.5.11", |
| 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", |
| 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.0", |
89 |
| - "eslint": "^8.51.0", |
| 88 | + "chart.js": "^4.4.1", |
| 89 | + "eslint": "^8.56.0", |
90 | 90 | "eslint-config-airbnb-typescript": "^17.1.0",
|
91 |
| - "eslint-config-prettier": "^9.0.0", |
| 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 |
| - "eslint-plugin-import": "^2.28.1", |
95 |
| - "eslint-plugin-jsx-a11y": "^6.7.1", |
96 |
| - "eslint-plugin-prettier": "^5.0.1", |
| 94 | + "eslint-plugin-import": "^2.29.1", |
| 95 | + "eslint-plugin-jsx-a11y": "^6.8.0", |
| 96 | + "eslint-plugin-prettier": "^5.1.3", |
97 | 97 | "eslint-plugin-react": "^7.33.2",
|
98 | 98 | "eslint-plugin-react-hooks": "^4.6.0",
|
99 | 99 | "jest": "^29.7.0",
|
100 | 100 | "jest-environment-jsdom": "^29.7.0",
|
101 |
| - "jest-image-snapshot": "^6.2.0", |
102 |
| - "prettier": "^3.0.3", |
| 101 | + "jest-image-snapshot": "^6.4.0", |
| 102 | + "prettier": "^3.2.4", |
103 | 103 | "rimraf": "^5.0.5",
|
104 |
| - "rollup": "^4.1.4", |
| 104 | + "rollup": "^4.9.6", |
105 | 105 | "rollup-plugin-cleanup": "^3.2.1",
|
106 | 106 | "rollup-plugin-dts": "^6.1.0",
|
107 | 107 | "ts-jest": "^29.1.1",
|
108 | 108 | "tslib": "^2.6.2",
|
109 |
| - "typedoc": "^0.25.2", |
| 109 | + "typedoc": "^0.25.7", |
110 | 110 | "typedoc-plugin-markdown": "^4.0.0-next.16",
|
111 |
| - "typedoc-vitepress-theme": "^1.0.0-next.3", |
112 |
| - "typescript": "^5.2.2", |
113 |
| - "vitepress": "^1.0.0-rc.22", |
114 |
| - "vue": "^3.3.4", |
115 |
| - "vue-chartjs": "^5.2.0" |
| 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", |
| 115 | + "vue-chartjs": "^5.3.0" |
116 | 116 | },
|
117 | 117 | "resolutions": {
|
118 |
| - "@typescript-eslint/eslint-plugin": "^6.7.0", |
119 |
| - "@typescript-eslint/parser": "^6.7.0" |
| 118 | + "@typescript-eslint/eslint-plugin": "^6.19.0", |
| 119 | + "@typescript-eslint/parser": "^6.19.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@3.6.4" |
| 142 | + "packageManager": "yarn@4.0.2" |
143 | 143 | }
|
0 commit comments