|
1 | 1 | { |
2 | 2 | "name": "@sgratzl/chartjs-chart-boxplot", |
3 | 3 | "description": "Chart.js module for charting boxplots and violin charts", |
4 | | - "version": "3.7.2", |
| 4 | + "version": "3.8.0", |
5 | 5 | "publishConfig": { |
6 | 6 | "access": "public" |
7 | 7 | }, |
|
50 | 50 | "src/**/*.tsx" |
51 | 51 | ], |
52 | 52 | "peerDependencies": { |
53 | | - "chart.js": "^3.7.1" |
| 53 | + "chart.js": "^3.8.0" |
54 | 54 | }, |
55 | 55 | "browserslist": [ |
56 | 56 | "Firefox ESR", |
|
63 | 63 | "devDependencies": { |
64 | 64 | "@chiogen/rollup-plugin-terser": "^7.0.2", |
65 | 65 | "@rollup/plugin-commonjs": "^22.0.0", |
66 | | - "@rollup/plugin-node-resolve": "^13.2.1", |
| 66 | + "@rollup/plugin-node-resolve": "^13.3.0", |
67 | 67 | "@rollup/plugin-replace": "^4.0.0", |
68 | | - "@rollup/plugin-typescript": "^8.3.2", |
69 | | - "@types/jest": "^27.4.1", |
| 68 | + "@rollup/plugin-typescript": "^8.3.3", |
| 69 | + "@types/jest": "^28.1.1", |
70 | 70 | "@types/jest-image-snapshot": "^4.3.1", |
71 | | - "@types/node": "^17.0.31", |
72 | | - "@typescript-eslint/eslint-plugin": "^5.21.0", |
73 | | - "@typescript-eslint/parser": "^5.21.0", |
74 | | - "@yarnpkg/sdks": "^2.6.0", |
| 71 | + "@types/node": "^17.0.42", |
| 72 | + "@typescript-eslint/eslint-plugin": "^5.27.1", |
| 73 | + "@typescript-eslint/parser": "^5.27.1", |
| 74 | + "@yarnpkg/sdks": "^2.6.2", |
75 | 75 | "canvas": "^2.9.1", |
76 | 76 | "canvas-5-polyfill": "^0.1.5", |
77 | | - "chart.js": "^3.7.1", |
78 | | - "eslint": "^8.14.0", |
| 77 | + "chart.js": "^3.8.0", |
| 78 | + "eslint": "^8.17.0", |
79 | 79 | "eslint-config-airbnb-typescript": "^17.0.0", |
80 | 80 | "eslint-config-prettier": "^8.5.0", |
81 | 81 | "eslint-config-react-app": "^7.0.1", |
82 | 82 | "eslint-plugin-flowtype": "^8.0.3", |
83 | 83 | "eslint-plugin-import": "^2.26.0", |
84 | 84 | "eslint-plugin-jsx-a11y": "^6.5.1", |
85 | 85 | "eslint-plugin-prettier": "^4.0.0", |
86 | | - "eslint-plugin-react": "^7.29.4", |
| 86 | + "eslint-plugin-react": "^7.30.0", |
87 | 87 | "eslint-plugin-react-hooks": "^4.5.0", |
88 | | - "jest": "^27.5.1", |
89 | | - "jest-environment-jsdom": "^27.5.1", |
90 | | - "jest-image-snapshot": "^4.5.1", |
| 88 | + "jest": "^28.1.1", |
| 89 | + "jest-environment-jsdom": "^28.1.1", |
| 90 | + "jest-image-snapshot": "^5.1.0", |
91 | 91 | "prettier": "^2.6.2", |
92 | 92 | "rimraf": "^3.0.2", |
93 | | - "rollup": "^2.71.1", |
| 93 | + "rollup": "~2.75.6", |
94 | 94 | "rollup-plugin-cleanup": "^3.2.1", |
95 | | - "rollup-plugin-dts": "^4.2.1", |
96 | | - "ts-jest": "^27.1.4", |
| 95 | + "rollup-plugin-dts": "^4.2.2", |
| 96 | + "ts-jest": "^28.0.4", |
97 | 97 | "tslib": "^2.4.0", |
98 | | - "typedoc": "^0.22.15", |
99 | | - "typescript": "^4.6.4" |
| 98 | + "typedoc": "^0.22.17", |
| 99 | + "typescript": "^4.7.3" |
100 | 100 | }, |
101 | 101 | "scripts": { |
102 | 102 | "clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
|
118 | 118 | "prepare": "yarn run build" |
119 | 119 | }, |
120 | 120 | "dependenciesMeta": { |
121 | | - "chart.js@3.7.1": { |
| 121 | + "chart.js@3.8.0": { |
122 | 122 | "unplugged": true |
123 | 123 | } |
124 | 124 | }, |
125 | | - "packageManager": "[email protected].0" |
| 125 | + "packageManager": "[email protected].1" |
126 | 126 | } |
0 commit comments