|
1 | 1 | { |
2 | 2 | "name": "@sgratzl/chartjs-chart-boxplot", |
3 | 3 | "description": "Chart.js module for charting boxplots and violin charts", |
4 | | - "version": "3.6.0", |
| 4 | + "version": "3.7.0", |
5 | 5 | "publishConfig": { |
6 | 6 | "access": "public" |
7 | 7 | }, |
|
50 | 50 | "src/**/*.tsx" |
51 | 51 | ], |
52 | 52 | "peerDependencies": { |
53 | | - "chart.js": "^3.6.0" |
| 53 | + "chart.js": "^3.7.0" |
54 | 54 | }, |
55 | 55 | "browserslist": [ |
56 | 56 | "Firefox ESR", |
57 | 57 | "last 2 Chrome versions", |
58 | 58 | "last 2 Firefox versions" |
59 | 59 | ], |
60 | 60 | "dependencies": { |
61 | | - "@sgratzl/boxplots": "^1.2.2" |
| 61 | + "@sgratzl/boxplots": "^1.3.0" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | 64 | "@rollup/plugin-commonjs": "^21.0.1", |
65 | | - "@rollup/plugin-node-resolve": "^13.0.6", |
66 | | - "@rollup/plugin-replace": "^3.0.0", |
| 65 | + "@rollup/plugin-node-resolve": "^13.1.3", |
| 66 | + "@rollup/plugin-replace": "^3.0.1", |
67 | 67 | "@rollup/plugin-typescript": "^8.3.0", |
68 | | - "@types/jest": "^27.0.2", |
| 68 | + "@types/jest": "^27.4.0", |
69 | 69 | "@types/jest-image-snapshot": "^4.3.1", |
70 | | - "@types/node": "^16.11.6", |
71 | | - "@typescript-eslint/eslint-plugin": "^5.3.0", |
72 | | - "@typescript-eslint/parser": "^5.3.0", |
| 70 | + "@types/node": "^17.0.16", |
| 71 | + "@typescript-eslint/eslint-plugin": "^5.11.0", |
| 72 | + "@typescript-eslint/parser": "^5.11.0", |
73 | 73 | "@yarnpkg/sdks": "^2.5.0", |
74 | | - "canvas": "^2.8.0", |
| 74 | + "canvas": "^2.9.0", |
75 | 75 | "canvas-5-polyfill": "^0.1.5", |
76 | | - "chart.js": "^3.6.0", |
77 | | - "eslint": "^8.1.0", |
78 | | - "eslint-config-airbnb-typescript": "^14.0.1", |
| 76 | + "chart.js": "^3.7.0", |
| 77 | + "eslint": "^8.8.0", |
| 78 | + "eslint-config-airbnb-typescript": "^16.1.0", |
79 | 79 | "eslint-config-prettier": "^8.3.0", |
80 | | - "eslint-config-react-app": "^6.0.0", |
| 80 | + "eslint-config-react-app": "^7.0.0", |
81 | 81 | "eslint-plugin-flowtype": "^8.0.3", |
82 | | - "eslint-plugin-import": "^2.25.2", |
83 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
| 82 | + "eslint-plugin-import": "^2.25.4", |
| 83 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
84 | 84 | "eslint-plugin-prettier": "^4.0.0", |
85 | | - "eslint-plugin-react": "^7.26.1", |
86 | | - "eslint-plugin-react-hooks": "^4.2.0", |
87 | | - "jest": "^27.3.1", |
| 85 | + "eslint-plugin-react": "^7.28.0", |
| 86 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 87 | + "jest": "^27.5.1", |
88 | 88 | "jest-image-snapshot": "^4.5.1", |
89 | | - "prettier": "^2.4.1", |
| 89 | + "prettier": "^2.5.1", |
90 | 90 | "rimraf": "^3.0.2", |
91 | | - "rollup": "^2.59.0", |
| 91 | + "rollup": "^2.67.1", |
92 | 92 | "rollup-plugin-cleanup": "^3.2.1", |
93 | | - "rollup-plugin-dts": "^4.0.0", |
| 93 | + "rollup-plugin-dts": "^4.1.0", |
94 | 94 | "rollup-plugin-terser": "^7.0.2", |
95 | | - "ts-jest": "^27.0.7", |
| 95 | + "ts-jest": "^27.1.3", |
96 | 96 | "tslib": "^2.3.1", |
97 | | - "typedoc": "^0.22.7", |
98 | | - "typescript": "^4.4.4" |
| 97 | + "typedoc": "^0.22.11", |
| 98 | + "typescript": "^4.5.5" |
99 | 99 | }, |
100 | 100 | "scripts": { |
101 | 101 | "clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
|
116 | 116 | "prepare": "yarn run build" |
117 | 117 | }, |
118 | 118 | "dependenciesMeta": { |
119 | | - "chart.js@3.6.0": { |
| 119 | + "chart.js@3.7.0": { |
120 | 120 | "unplugged": true |
121 | 121 | } |
122 | 122 | }, |
123 | | - "packageManager": "[email protected].0" |
| 123 | + "packageManager": "[email protected].1" |
124 | 124 | } |
0 commit comments