|
1 | 1 | {
|
2 | 2 | "name": "@sgratzl/chartjs-chart-boxplot",
|
3 | 3 | "description": "Chart.js module for charting boxplots and violin charts",
|
4 |
| - "version": "4.1.2", |
| 4 | + "version": "4.2.0", |
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": "^24.0.1", |
77 |
| - "@rollup/plugin-node-resolve": "^15.0.1", |
| 76 | + "@rollup/plugin-commonjs": "^24.1.0", |
| 77 | + "@rollup/plugin-node-resolve": "^15.0.2", |
78 | 78 | "@rollup/plugin-replace": "^5.0.2",
|
79 |
| - "@rollup/plugin-typescript": "^11.0.0", |
80 |
| - "@types/jest": "^29.4.0", |
| 79 | + "@rollup/plugin-typescript": "^11.1.0", |
| 80 | + "@types/jest": "^29.5.1", |
81 | 81 | "@types/jest-image-snapshot": "^6.1.0",
|
82 |
| - "@types/node": "^18.14.6", |
83 |
| - "@typescript-eslint/eslint-plugin": "^5.54.0", |
84 |
| - "@typescript-eslint/parser": "^5.54.0", |
| 82 | + "@types/node": "^18.16.3", |
| 83 | + "@typescript-eslint/eslint-plugin": "^5.59.1", |
| 84 | + "@typescript-eslint/parser": "^5.59.1", |
85 | 85 | "@yarnpkg/sdks": "^2.7.0",
|
86 |
| - "canvas": "^2.11.0", |
| 86 | + "canvas": "^2.11.2", |
87 | 87 | "canvas-5-polyfill": "^0.1.5",
|
88 |
| - "chart.js": "^4.2.1", |
89 |
| - "eslint": "^8.35.0", |
| 88 | + "chart.js": "^4.3.0", |
| 89 | + "eslint": "^8.39.0", |
90 | 90 | "eslint-config-airbnb-typescript": "^17.0.0",
|
91 |
| - "eslint-config-prettier": "^8.6.0", |
| 91 | + "eslint-config-prettier": "^8.8.0", |
92 | 92 | "eslint-config-react-app": "^7.0.1",
|
93 | 93 | "eslint-plugin-flowtype": "^8.0.3",
|
94 | 94 | "eslint-plugin-import": "^2.27.5",
|
95 | 95 | "eslint-plugin-jsx-a11y": "^6.7.1",
|
96 | 96 | "eslint-plugin-prettier": "^4.2.1",
|
97 | 97 | "eslint-plugin-react": "^7.32.2",
|
98 | 98 | "eslint-plugin-react-hooks": "^4.6.0",
|
99 |
| - "jest": "^29.4.3", |
100 |
| - "jest-environment-jsdom": "^29.4.3", |
| 99 | + "jest": "^29.5.0", |
| 100 | + "jest-environment-jsdom": "^29.5.0", |
101 | 101 | "jest-image-snapshot": "^6.1.0",
|
102 |
| - "prettier": "^2.8.4", |
103 |
| - "rimraf": "^4.3.0", |
104 |
| - "rollup": "^3.18.0", |
| 102 | + "prettier": "^2.8.8", |
| 103 | + "rimraf": "^5.0.0", |
| 104 | + "rollup": "^3.21.1", |
105 | 105 | "rollup-plugin-cleanup": "^3.2.1",
|
106 |
| - "rollup-plugin-dts": "^5.2.0", |
107 |
| - "ts-jest": "^29.0.5", |
| 106 | + "rollup-plugin-dts": "^5.3.0", |
| 107 | + "ts-jest": "^29.1.0", |
108 | 108 | "tslib": "^2.5.0",
|
109 |
| - "typedoc": "^0.23.26", |
110 |
| - "typescript": "^4.9.5" |
| 109 | + "typedoc": "^0.24.6", |
| 110 | + "typescript": "^5.0.4" |
111 | 111 | },
|
112 | 112 | "scripts": {
|
113 | 113 | "clean": "rimraf --glob build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
|
|
128 | 128 | "docs": "typedoc src/index.ts",
|
129 | 129 | "prepare": "yarn run build"
|
130 | 130 | },
|
131 |
| - "packageManager": "yarn@3.4.1", |
| 131 | + "packageManager": "yarn@3.5.0", |
132 | 132 | "dependenciesMeta": {
|
133 | 133 |
|
134 | 134 | "unplugged": true
|
|
0 commit comments