|
1 | 1 | { |
2 | 2 | "name": "@sgratzl/chartjs-chart-boxplot", |
3 | 3 | "description": "Chart.js module for charting boxplots and violin charts", |
4 | | - "version": "3.8.0", |
| 4 | + "version": "3.9.0", |
5 | 5 | "publishConfig": { |
6 | 6 | "access": "public" |
7 | 7 | }, |
|
38 | 38 | }, |
39 | 39 | "global": "ChartBoxPlot", |
40 | 40 | "module": "build/index.js", |
41 | | - "main": "build/index.cjs.js", |
42 | | - "browser": "build/index.umd.js", |
| 41 | + "main": "build/index.cjs", |
| 42 | + "node": "build/index.cjs", |
| 43 | + "umd": "build/index.umd.js", |
43 | 44 | "unpkg": "build/index.umd.min.js", |
44 | 45 | "jsdelivr": "build/index.umd.min.js", |
45 | 46 | "types": "build/index.d.ts", |
|
50 | 51 | "src/**/*.tsx" |
51 | 52 | ], |
52 | 53 | "peerDependencies": { |
53 | | - "chart.js": "^3.8.0" |
| 54 | + "chart.js": "^3.9.1" |
54 | 55 | }, |
55 | 56 | "browserslist": [ |
56 | 57 | "Firefox ESR", |
|
62 | 63 | }, |
63 | 64 | "devDependencies": { |
64 | 65 | "@chiogen/rollup-plugin-terser": "^7.0.2", |
65 | | - "@rollup/plugin-commonjs": "^22.0.0", |
| 66 | + "@rollup/plugin-commonjs": "^22.0.2", |
66 | 67 | "@rollup/plugin-node-resolve": "^13.3.0", |
67 | 68 | "@rollup/plugin-replace": "^4.0.0", |
68 | | - "@rollup/plugin-typescript": "^8.3.3", |
69 | | - "@types/jest": "^28.1.1", |
70 | | - "@types/jest-image-snapshot": "^4.3.1", |
71 | | - "@types/node": "^17.0.42", |
72 | | - "@typescript-eslint/eslint-plugin": "^5.27.1", |
73 | | - "@typescript-eslint/parser": "^5.27.1", |
| 69 | + "@rollup/plugin-typescript": "^8.3.4", |
| 70 | + "@types/jest": "^28.1.6", |
| 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", |
74 | 75 | "@yarnpkg/sdks": "^2.6.2", |
75 | | - "canvas": "^2.9.1", |
| 76 | + "canvas": "^2.9.3", |
76 | 77 | "canvas-5-polyfill": "^0.1.5", |
77 | | - "chart.js": "^3.8.0", |
78 | | - "eslint": "^8.17.0", |
| 78 | + "chart.js": "^3.9.1", |
| 79 | + "eslint": "^8.22.0", |
79 | 80 | "eslint-config-airbnb-typescript": "^17.0.0", |
80 | 81 | "eslint-config-prettier": "^8.5.0", |
81 | 82 | "eslint-config-react-app": "^7.0.1", |
82 | 83 | "eslint-plugin-flowtype": "^8.0.3", |
83 | 84 | "eslint-plugin-import": "^2.26.0", |
84 | | - "eslint-plugin-jsx-a11y": "^6.5.1", |
85 | | - "eslint-plugin-prettier": "^4.0.0", |
86 | | - "eslint-plugin-react": "^7.30.0", |
87 | | - "eslint-plugin-react-hooks": "^4.5.0", |
88 | | - "jest": "^28.1.1", |
89 | | - "jest-environment-jsdom": "^28.1.1", |
| 85 | + "eslint-plugin-jsx-a11y": "^6.6.1", |
| 86 | + "eslint-plugin-prettier": "^4.2.1", |
| 87 | + "eslint-plugin-react": "^7.30.1", |
| 88 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 89 | + "jest": "^28.1.3", |
| 90 | + "jest-environment-jsdom": "^28.1.3", |
90 | 91 | "jest-image-snapshot": "^5.1.0", |
91 | | - "prettier": "^2.6.2", |
| 92 | + "prettier": "^2.7.1", |
92 | 93 | "rimraf": "^3.0.2", |
93 | | - "rollup": "~2.75.6", |
| 94 | + "rollup": "^2.78.0", |
94 | 95 | "rollup-plugin-cleanup": "^3.2.1", |
95 | 96 | "rollup-plugin-dts": "^4.2.2", |
96 | | - "ts-jest": "^28.0.4", |
| 97 | + "ts-jest": "^28.0.7", |
97 | 98 | "tslib": "^2.4.0", |
98 | | - "typedoc": "^0.22.17", |
99 | | - "typescript": "^4.7.3" |
| 99 | + "typedoc": "^0.23.10", |
| 100 | + "typescript": "^4.7.4" |
100 | 101 | }, |
101 | 102 | "scripts": { |
102 | 103 | "clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
|
118 | 119 | "prepare": "yarn run build" |
119 | 120 | }, |
120 | 121 | "dependenciesMeta": { |
121 | | - "chart.js@3.8.0": { |
| 122 | + "chart.js@3.9.1": { |
122 | 123 | "unplugged": true |
123 | 124 | } |
124 | 125 | }, |
125 | | - "packageManager": "[email protected].1" |
| 126 | + "packageManager": "[email protected].2" |
126 | 127 | } |
0 commit comments