|
1 | 1 | {
|
2 | 2 | "name": "chartjs-plugin-hierarchical",
|
3 | 3 | "description": "Chart.js module for hierarchical categories",
|
4 |
| - "version": "3.7.1", |
| 4 | + "version": "3.8.0", |
5 | 5 | "author": {
|
6 | 6 | "name": "Samuel Gratzl",
|
7 | 7 |
|
|
34 | 34 | "src/**/*.ts"
|
35 | 35 | ],
|
36 | 36 | "peerDependencies": {
|
37 |
| - "chart.js": "^3.7.1" |
| 37 | + "chart.js": "^3.8.0" |
38 | 38 | },
|
39 | 39 | "browserslist": [
|
40 | 40 | "Firefox ESR",
|
|
44 | 44 | "devDependencies": {
|
45 | 45 | "@chiogen/rollup-plugin-terser": "^7.0.2",
|
46 | 46 | "@rollup/plugin-commonjs": "^22.0.0",
|
47 |
| - "@rollup/plugin-node-resolve": "^13.2.1", |
| 47 | + "@rollup/plugin-node-resolve": "^13.3.0", |
48 | 48 | "@rollup/plugin-replace": "^4.0.0",
|
49 |
| - "@rollup/plugin-typescript": "^8.3.2", |
50 |
| - "@types/jest": "^27.4.1", |
| 49 | + "@rollup/plugin-typescript": "^8.3.3", |
| 50 | + "@types/jest": "^28.1.1", |
51 | 51 | "@types/jest-image-snapshot": "^4.3.1",
|
52 |
| - "@types/node": "^17.0.31", |
| 52 | + "@types/node": "^17.0.42", |
53 | 53 | "@types/seedrandom": "^3.0.2",
|
54 |
| - "@typescript-eslint/eslint-plugin": "^5.21.0", |
55 |
| - "@typescript-eslint/parser": "^5.21.0", |
56 |
| - "@yarnpkg/sdks": "^2.6.0", |
| 54 | + "@typescript-eslint/eslint-plugin": "^5.27.1", |
| 55 | + "@typescript-eslint/parser": "^5.27.1", |
| 56 | + "@yarnpkg/sdks": "^2.6.2", |
57 | 57 | "canvas": "^2.9.1",
|
58 | 58 | "canvas-5-polyfill": "^0.1.5",
|
59 |
| - "chart.js": "^3.7.1", |
60 |
| - "eslint": "^8.14.0", |
| 59 | + "chart.js": "^3.8.0", |
| 60 | + "eslint": "^8.17.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 | 66 | "eslint-plugin-jsx-a11y": "^6.5.1",
|
67 | 67 | "eslint-plugin-prettier": "^4.0.0",
|
68 |
| - "eslint-plugin-react": "^7.29.4", |
| 68 | + "eslint-plugin-react": "^7.30.0", |
69 | 69 | "eslint-plugin-react-hooks": "^4.5.0",
|
70 |
| - "jest": "^27.5.1", |
71 |
| - "jest-environment-jsdom": "^27.5.1", |
72 |
| - "jest-image-snapshot": "^4.5.1", |
| 70 | + "jest": "^28.1.1", |
| 71 | + "jest-environment-jsdom": "^28.1.1", |
| 72 | + "jest-image-snapshot": "^5.1.0", |
73 | 73 | "prettier": "^2.6.2",
|
74 | 74 | "rimraf": "^3.0.2",
|
75 |
| - "rollup": "^2.71.1", |
| 75 | + "rollup": "~2.75.6", |
76 | 76 | "rollup-plugin-cleanup": "^3.2.1",
|
77 |
| - "rollup-plugin-dts": "^4.2.1", |
| 77 | + "rollup-plugin-dts": "^4.2.2", |
78 | 78 | "seedrandom": "^3.0.5",
|
79 |
| - "ts-jest": "^27.1.4", |
| 79 | + "ts-jest": "^28.0.4", |
80 | 80 | "tslib": "^2.4.0",
|
81 |
| - "typedoc": "^0.22.15", |
82 |
| - "typescript": "^4.6.4", |
| 81 | + "typedoc": "^0.22.17", |
| 82 | + "typescript": "^4.7.3", |
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].0" |
| 105 | + "packageManager": "[email protected].1" |
106 | 106 | }
|
0 commit comments