|
1 | 1 | { |
2 | 2 | "name": "chartjs-plugin-hierarchical", |
3 | 3 | "description": "Chart.js module for hierarchical categories", |
4 | | - "version": "3.8.0", |
| 4 | + "version": "3.9.0", |
5 | 5 | "author": { |
6 | 6 | "name": "Samuel Gratzl", |
7 | 7 | |
|
23 | 23 | }, |
24 | 24 | "global": "ChartHierarchical", |
25 | 25 | "module": "build/index.js", |
26 | | - "main": "build/index.cjs.js", |
27 | | - "browser": "build/index.umd.js", |
| 26 | + "main": "build/index.cjs", |
| 27 | + "node": "build/index.cjs", |
28 | 28 | "unpkg": "build/index.umd.min.js", |
29 | 29 | "jsdelivr": "build/index.umd.min.js", |
30 | 30 | "types": "build/index.d.ts", |
|
34 | 34 | "src/**/*.ts" |
35 | 35 | ], |
36 | 36 | "peerDependencies": { |
37 | | - "chart.js": "^3.8.0" |
| 37 | + "chart.js": "^3.9.1" |
38 | 38 | }, |
39 | 39 | "browserslist": [ |
40 | 40 | "Firefox ESR", |
|
43 | 43 | ], |
44 | 44 | "devDependencies": { |
45 | 45 | "@chiogen/rollup-plugin-terser": "^7.0.2", |
46 | | - "@rollup/plugin-commonjs": "^22.0.0", |
| 46 | + "@rollup/plugin-commonjs": "^22.0.2", |
47 | 47 | "@rollup/plugin-node-resolve": "^13.3.0", |
48 | 48 | "@rollup/plugin-replace": "^4.0.0", |
49 | | - "@rollup/plugin-typescript": "^8.3.3", |
50 | | - "@types/jest": "^28.1.1", |
51 | | - "@types/jest-image-snapshot": "^4.3.1", |
52 | | - "@types/node": "^17.0.42", |
| 49 | + "@rollup/plugin-typescript": "^8.3.4", |
| 50 | + "@types/jest": "^28.1.6", |
| 51 | + "@types/jest-image-snapshot": "^5.1.0", |
| 52 | + "@types/node": "^18.7.3", |
53 | 53 | "@types/seedrandom": "^3.0.2", |
54 | | - "@typescript-eslint/eslint-plugin": "^5.27.1", |
55 | | - "@typescript-eslint/parser": "^5.27.1", |
| 54 | + "@typescript-eslint/eslint-plugin": "^5.33.0", |
| 55 | + "@typescript-eslint/parser": "^5.33.0", |
56 | 56 | "@yarnpkg/sdks": "^2.6.2", |
57 | | - "canvas": "^2.9.1", |
| 57 | + "canvas": "^2.9.3", |
58 | 58 | "canvas-5-polyfill": "^0.1.5", |
59 | | - "chart.js": "^3.8.0", |
60 | | - "eslint": "^8.17.0", |
| 59 | + "chart.js": "^3.9.1", |
| 60 | + "eslint": "^8.22.0", |
61 | 61 | "eslint-config-airbnb-typescript": "^17.0.0", |
62 | 62 | "eslint-config-prettier": "^8.5.0", |
63 | 63 | "eslint-config-react-app": "^7.0.1", |
64 | 64 | "eslint-plugin-flowtype": "^8.0.3", |
65 | 65 | "eslint-plugin-import": "^2.26.0", |
66 | | - "eslint-plugin-jsx-a11y": "^6.5.1", |
67 | | - "eslint-plugin-prettier": "^4.0.0", |
68 | | - "eslint-plugin-react": "^7.30.0", |
69 | | - "eslint-plugin-react-hooks": "^4.5.0", |
70 | | - "jest": "^28.1.1", |
71 | | - "jest-environment-jsdom": "^28.1.1", |
| 66 | + "eslint-plugin-jsx-a11y": "^6.6.1", |
| 67 | + "eslint-plugin-prettier": "^4.2.1", |
| 68 | + "eslint-plugin-react": "^7.30.1", |
| 69 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 70 | + "jest": "^28.1.3", |
| 71 | + "jest-environment-jsdom": "^28.1.3", |
72 | 72 | "jest-image-snapshot": "^5.1.0", |
73 | | - "prettier": "^2.6.2", |
| 73 | + "prettier": "^2.7.1", |
74 | 74 | "rimraf": "^3.0.2", |
75 | | - "rollup": "~2.75.6", |
| 75 | + "rollup": "^2.78.0", |
76 | 76 | "rollup-plugin-cleanup": "^3.2.1", |
77 | 77 | "rollup-plugin-dts": "^4.2.2", |
78 | 78 | "seedrandom": "^3.0.5", |
79 | | - "ts-jest": "^28.0.4", |
| 79 | + "ts-jest": "^28.0.7", |
80 | 80 | "tslib": "^2.4.0", |
81 | | - "typedoc": "^0.22.17", |
82 | | - "typescript": "^4.7.3", |
| 81 | + "typedoc": "^0.23.10", |
| 82 | + "typescript": "^4.7.4", |
83 | 83 | "us-atlas": "^3.0.0", |
84 | 84 | "world-atlas": "^2.0.2" |
85 | 85 | }, |
|
102 | 102 | "docs": "typedoc src/index.ts", |
103 | 103 | "prepare": "yarn run build" |
104 | 104 | }, |
105 | | - "packageManager": "[email protected].1" |
| 105 | + "packageManager": "[email protected].2" |
106 | 106 | } |
0 commit comments