|
1 | 1 | { |
2 | 2 | "name": "@sgratzl/chartjs-chart-boxplot", |
3 | 3 | "description": "Chart.js module for charting boxplots and violin charts", |
4 | | - "version": "3.9.1", |
| 4 | + "version": "3.10.0", |
5 | 5 | "publishConfig": { |
6 | 6 | "access": "public" |
7 | 7 | }, |
|
64 | 64 | "devDependencies": { |
65 | 65 | "@chiogen/rollup-plugin-terser": "^7.0.2", |
66 | 66 | "@rollup/plugin-commonjs": "^22.0.2", |
67 | | - "@rollup/plugin-node-resolve": "^13.3.0", |
| 67 | + "@rollup/plugin-node-resolve": "^14.1.0", |
68 | 68 | "@rollup/plugin-replace": "^4.0.0", |
69 | | - "@rollup/plugin-typescript": "^8.3.4", |
70 | | - "@types/jest": "^28.1.6", |
| 69 | + "@rollup/plugin-typescript": "^8.5.0", |
| 70 | + "@types/jest": "^29.1.1", |
71 | 71 | "@types/jest-image-snapshot": "^5.1.0", |
72 | | - "@types/node": "^18.7.3", |
73 | | - "@typescript-eslint/eslint-plugin": "^5.33.0", |
74 | | - "@typescript-eslint/parser": "^5.33.0", |
75 | | - "@yarnpkg/sdks": "^2.6.2", |
76 | | - "canvas": "^2.9.3", |
| 72 | + "@types/node": "^18.8.2", |
| 73 | + "@typescript-eslint/eslint-plugin": "^5.39.0", |
| 74 | + "@typescript-eslint/parser": "^5.39.0", |
| 75 | + "@yarnpkg/sdks": "^2.6.3", |
| 76 | + "canvas": "^2.10.1", |
77 | 77 | "canvas-5-polyfill": "^0.1.5", |
78 | 78 | "chart.js": "^3.9.1", |
79 | | - "eslint": "^8.22.0", |
| 79 | + "eslint": "^8.24.0", |
80 | 80 | "eslint-config-airbnb-typescript": "^17.0.0", |
81 | 81 | "eslint-config-prettier": "^8.5.0", |
82 | 82 | "eslint-config-react-app": "^7.0.1", |
83 | 83 | "eslint-plugin-flowtype": "^8.0.3", |
84 | 84 | "eslint-plugin-import": "^2.26.0", |
85 | 85 | "eslint-plugin-jsx-a11y": "^6.6.1", |
86 | 86 | "eslint-plugin-prettier": "^4.2.1", |
87 | | - "eslint-plugin-react": "^7.30.1", |
| 87 | + "eslint-plugin-react": "^7.31.8", |
88 | 88 | "eslint-plugin-react-hooks": "^4.6.0", |
89 | | - "jest": "^28.1.3", |
90 | | - "jest-environment-jsdom": "^28.1.3", |
91 | | - "jest-image-snapshot": "^5.1.0", |
| 89 | + "jest": "^29.1.2", |
| 90 | + "jest-environment-jsdom": "^29.1.2", |
| 91 | + "jest-image-snapshot": "^5.2.0", |
92 | 92 | "prettier": "^2.7.1", |
93 | 93 | "rimraf": "^3.0.2", |
94 | | - "rollup": "^2.78.0", |
| 94 | + "rollup": "^2.79.1", |
95 | 95 | "rollup-plugin-cleanup": "^3.2.1", |
96 | 96 | "rollup-plugin-dts": "^4.2.2", |
97 | | - "ts-jest": "^28.0.7", |
| 97 | + "ts-jest": "^29.0.3", |
98 | 98 | "tslib": "^2.4.0", |
99 | | - "typedoc": "^0.23.10", |
100 | | - "typescript": "^4.7.4" |
| 99 | + "typedoc": "^0.23.15", |
| 100 | + "typescript": "^4.8.4" |
101 | 101 | }, |
102 | 102 | "scripts": { |
103 | 103 | "clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
|
123 | 123 | "unplugged": true |
124 | 124 | } |
125 | 125 | }, |
126 | | - "packageManager": "[email protected].2" |
| 126 | + "packageManager": "[email protected].4" |
127 | 127 | } |
0 commit comments