|
1 | 1 | { |
2 | 2 | "name": "chartjs-plugin-hierarchical", |
3 | 3 | "description": "Chart.js module for hierarchical categories", |
4 | | - "version": "4.1.0", |
| 4 | + "version": "4.1.1", |
5 | 5 | "author": { |
6 | 6 | "name": "Samuel Gratzl", |
7 | 7 | |
|
54 | 54 | ], |
55 | 55 | "devDependencies": { |
56 | 56 | "@chiogen/rollup-plugin-terser": "^7.1.3", |
57 | | - "@rollup/plugin-commonjs": "^23.0.7", |
| 57 | + "@rollup/plugin-commonjs": "^24.0.0", |
58 | 58 | "@rollup/plugin-node-resolve": "^15.0.1", |
59 | 59 | "@rollup/plugin-replace": "^5.0.2", |
60 | | - "@rollup/plugin-typescript": "^10.0.1", |
61 | | - "@types/jest": "^29.2.4", |
| 60 | + "@rollup/plugin-typescript": "^11.0.0", |
| 61 | + "@types/jest": "^29.2.5", |
62 | 62 | "@types/jest-image-snapshot": "^6.1.0", |
63 | | - "@types/node": "^18.11.16", |
64 | | - "@types/seedrandom": "^3.0.2", |
65 | | - "@typescript-eslint/eslint-plugin": "^5.46.1", |
66 | | - "@typescript-eslint/parser": "^5.46.1", |
| 63 | + "@types/node": "^18.11.18", |
| 64 | + "@types/seedrandom": "^3.0.4", |
| 65 | + "@typescript-eslint/eslint-plugin": "^5.48.1", |
| 66 | + "@typescript-eslint/parser": "^5.48.1", |
67 | 67 | "@yarnpkg/sdks": "^2.6.3", |
68 | | - "canvas": "^2.10.2", |
| 68 | + "canvas": "^2.11.0", |
69 | 69 | "canvas-5-polyfill": "^0.1.5", |
70 | | - "chart.js": "^4.1.1", |
71 | | - "eslint": "^8.30.0", |
| 70 | + "chart.js": "^4.1.2", |
| 71 | + "eslint": "^8.31.0", |
72 | 72 | "eslint-config-airbnb-typescript": "^17.0.0", |
73 | | - "eslint-config-prettier": "^8.5.0", |
| 73 | + "eslint-config-prettier": "^8.6.0", |
74 | 74 | "eslint-config-react-app": "^7.0.1", |
75 | 75 | "eslint-plugin-flowtype": "^8.0.3", |
76 | | - "eslint-plugin-import": "^2.26.0", |
77 | | - "eslint-plugin-jsx-a11y": "^6.6.1", |
| 76 | + "eslint-plugin-import": "^2.27.4", |
| 77 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
78 | 78 | "eslint-plugin-prettier": "^4.2.1", |
79 | | - "eslint-plugin-react": "^7.31.11", |
| 79 | + "eslint-plugin-react": "^7.32.0", |
80 | 80 | "eslint-plugin-react-hooks": "^4.6.0", |
81 | 81 | "jest": "^29.3.1", |
82 | 82 | "jest-environment-jsdom": "^29.3.1", |
83 | 83 | "jest-image-snapshot": "^6.1.0", |
84 | | - "prettier": "^2.8.1", |
85 | | - "rimraf": "^3.0.2", |
86 | | - "rollup": "^3.7.5", |
| 84 | + "prettier": "^2.8.3", |
| 85 | + "rimraf": "^4.0.5", |
| 86 | + "rollup": "^3.10.0", |
87 | 87 | "rollup-plugin-cleanup": "^3.2.1", |
88 | | - "rollup-plugin-dts": "^5.0.0", |
| 88 | + "rollup-plugin-dts": "^5.1.1", |
89 | 89 | "seedrandom": "^3.0.5", |
90 | | - "ts-jest": "^29.0.3", |
| 90 | + "ts-jest": "^29.0.5", |
91 | 91 | "tslib": "^2.4.1", |
92 | | - "typedoc": "^0.23.22", |
93 | | - "typescript": "4.9.3", |
| 92 | + "typedoc": "^0.23.24", |
| 93 | + "typescript": "^4.9.4", |
94 | 94 | "us-atlas": "^3.0.0", |
95 | 95 | "world-atlas": "^2.0.2" |
96 | 96 | }, |
|
113 | 113 | "docs": "typedoc src/index.ts", |
114 | 114 | "prepare": "yarn run build" |
115 | 115 | }, |
116 | | - "packageManager": "[email protected].0" |
| 116 | + "packageManager": "[email protected].1" |
117 | 117 | } |
0 commit comments