|
1 | 1 | {
|
2 | 2 | "name": "chartjs-plugin-hierarchical",
|
3 | 3 | "description": "Chart.js module for hierarchical categories",
|
4 |
| - "version": "4.4.1", |
| 4 | + "version": "4.4.2", |
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": "^26.0.1", |
58 |
| - "@rollup/plugin-node-resolve": "^15.2.3", |
59 |
| - "@rollup/plugin-replace": "^5.0.7", |
60 |
| - "@rollup/plugin-typescript": "^11.1.6", |
61 |
| - "@types/jest": "^29.5.12", |
| 57 | + "@eslint/js": "^9.11.1", |
| 58 | + "@rollup/plugin-commonjs": "^28.0.0", |
| 59 | + "@rollup/plugin-node-resolve": "^15.3.0", |
| 60 | + "@rollup/plugin-replace": "^6.0.1", |
| 61 | + "@rollup/plugin-typescript": "^12.1.0", |
| 62 | + "@types/d3-scale": "^4.0.8", |
| 63 | + "@types/d3-scale-chromatic": "^3.0.3", |
62 | 64 | "@types/jest-image-snapshot": "^6.4.0",
|
63 |
| - "@types/node": "^20.14.2", |
64 |
| - "@types/seedrandom": "^3.0.8", |
65 |
| - "@typescript-eslint/eslint-plugin": "^7.12.0", |
66 |
| - "@typescript-eslint/parser": "^7.12.0", |
67 |
| - "@yarnpkg/sdks": "^3.1.2", |
| 65 | + "@types/node": "^22.7.4", |
| 66 | + "@yarnpkg/sdks": "^3.2.0", |
68 | 67 | "canvas": "^2.11.2",
|
69 | 68 | "canvas-5-polyfill": "^0.1.5",
|
70 |
| - "chart.js": "^4.4.3", |
| 69 | + "chart.js": "^4.4.4", |
71 | 70 | "d3-scale": "^4.0.2",
|
72 | 71 | "d3-scale-chromatic": "^3.1.0",
|
73 |
| - "eslint": "^8.57.0", |
74 |
| - "eslint-config-airbnb-typescript": "^18.0.0", |
75 |
| - "eslint-config-prettier": "^9.1.0", |
76 |
| - "eslint-config-react-app": "^7.0.1", |
77 |
| - "eslint-plugin-flowtype": "^8.0.3", |
78 |
| - "eslint-plugin-import": "^2.29.1", |
79 |
| - "eslint-plugin-jsx-a11y": "^6.8.0", |
80 |
| - "eslint-plugin-prettier": "^5.1.3", |
81 |
| - "eslint-plugin-react": "^7.34.2", |
82 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
83 |
| - "jest": "^29.7.0", |
84 |
| - "jest-environment-jsdom": "^29.7.0", |
| 72 | + "eslint": "^9.11.1", |
| 73 | + "eslint-plugin-prettier": "^5.2.1", |
85 | 74 | "jest-image-snapshot": "^6.4.0",
|
86 |
| - "prettier": "^3.3.1", |
87 |
| - "rimraf": "^5.0.7", |
88 |
| - "rollup": "^4.18.0", |
| 75 | + "jsdom": "^25.0.1", |
| 76 | + "prettier": "^3.3.3", |
| 77 | + "rimraf": "^6.0.1", |
| 78 | + "rollup": "^4.22.5", |
89 | 79 | "rollup-plugin-cleanup": "^3.2.1",
|
90 | 80 | "rollup-plugin-dts": "^6.1.1",
|
91 |
| - "seedrandom": "^3.0.5", |
92 |
| - "ts-jest": "^29.1.4", |
93 |
| - "tslib": "^2.6.3", |
94 |
| - "typedoc": "^0.25.13", |
95 |
| - "typedoc-plugin-markdown": "^4.0.3", |
96 |
| - "typedoc-vitepress-theme": "^1.0.0", |
97 |
| - "typescript": "^5.4.5", |
98 |
| - "vitepress": "^1.2.3", |
99 |
| - "vue": "^3.4.27", |
| 81 | + "ts-jest": "^29.2.5", |
| 82 | + "tslib": "^2.7.0", |
| 83 | + "typedoc": "^0.26.7", |
| 84 | + "typedoc-plugin-markdown": "^4.2.8", |
| 85 | + "typedoc-vitepress-theme": "^1.0.1", |
| 86 | + "typescript": "^5.6.2", |
| 87 | + "typescript-eslint": "^8.7.0", |
| 88 | + "vite": "^5.4.8", |
| 89 | + "vitepress": "^1.3.4", |
| 90 | + "vitest": "^2.1.1", |
| 91 | + "vue": "^3.5.10", |
100 | 92 | "vue-chartjs": "^5.3.1"
|
101 | 93 | },
|
102 |
| - "resolutions": { |
103 |
| - "@typescript-eslint/eslint-plugin": "^7.2.0", |
104 |
| - "@typescript-eslint/parser": "^7.2.0" |
105 |
| - }, |
106 | 94 | "scripts": {
|
107 | 95 | "clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"",
|
108 | 96 | "compile": "tsc -b tsconfig.c.json",
|
109 | 97 | "start": "yarn run watch",
|
110 | 98 | "watch": "rollup -c -w",
|
111 | 99 | "build": "rollup -c",
|
112 |
| - "test": "yarn node --experimental-vm-modules $(yarn bin jest) --passWithNoTests --detectOpenHandles --forceExit", |
| 100 | + "test": "vitest --passWithNoTests", |
113 | 101 | "test:watch": "yarn run test --watch",
|
114 | 102 | "test:coverage": "yarn run test --coverage",
|
115 | 103 | "lint": "yarn run eslint && yarn run prettier",
|
116 | 104 | "fix": "yarn run eslint:fix && yarn run prettier:write",
|
117 | 105 | "prettier:write": "prettier \"*\" \"*/**\" --write",
|
118 | 106 | "prettier": "prettier \"*\" \"*/**\" --check",
|
119 |
| - "eslint": "eslint src --ext .ts,.tsx --cache", |
| 107 | + "eslint": "eslint src --cache", |
120 | 108 | "eslint:fix": "yarn run eslint --fix",
|
121 | 109 | "prepare": "yarn run build",
|
122 | 110 | "docs:api": "typedoc --options typedoc.json",
|
123 | 111 | "docs:dev": "vitepress dev docs",
|
124 | 112 | "docs:build": "yarn run docs:api && vitepress build docs",
|
125 | 113 | "docs:preview": "vitepress preview docs"
|
126 | 114 | },
|
127 |
| - "packageManager": "yarn@4.2.2" |
| 115 | + "packageManager": "yarn@4.5.0" |
128 | 116 | }
|
0 commit comments