|
1 | 1 | { |
2 | 2 | "name": "chartjs-chart-graph", |
3 | 3 | "description": "Chart.js module for charting graphs", |
4 | | - "version": "4.3.1", |
| 4 | + "version": "4.3.2", |
5 | 5 | "author": { |
6 | 6 | "name": "Samuel Gratzl", |
7 | 7 | "email": "sam@sgratzl.com", |
|
54 | 54 | "last 2 Firefox versions" |
55 | 55 | ], |
56 | 56 | "dependencies": { |
57 | | - "@types/d3-force": "^3.0.9", |
58 | | - "@types/d3-hierarchy": "^3.1.6", |
| 57 | + "@types/d3-force": "^3.0.10", |
| 58 | + "@types/d3-hierarchy": "^3.1.7", |
59 | 59 | "d3-dispatch": "^3.0.1", |
60 | 60 | "d3-force": "^3.0.0", |
61 | 61 | "d3-hierarchy": "^3.1.2", |
|
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | 66 | "@chiogen/rollup-plugin-terser": "^7.1.3", |
67 | | - "@rollup/plugin-commonjs": "^25.0.7", |
68 | | - "@rollup/plugin-node-resolve": "^15.2.3", |
69 | | - "@rollup/plugin-replace": "^5.0.5", |
70 | | - "@rollup/plugin-typescript": "^11.1.6", |
71 | | - "@types/jest": "^29.5.12", |
| 67 | + "@eslint/js": "^9.11.1", |
| 68 | + "@rollup/plugin-commonjs": "^28.0.0", |
| 69 | + "@rollup/plugin-node-resolve": "^15.3.0", |
| 70 | + "@rollup/plugin-replace": "^6.0.1", |
| 71 | + "@rollup/plugin-typescript": "^12.1.0", |
72 | 72 | "@types/jest-image-snapshot": "^6.4.0", |
73 | | - "@types/node": "^20.11.27", |
74 | | - "@types/seedrandom": "^3.0.8", |
75 | | - "@typescript-eslint/eslint-plugin": "^7.2.0", |
76 | | - "@typescript-eslint/parser": "^7.2.0", |
77 | | - "@yarnpkg/sdks": "^3.1.0", |
| 73 | + "@types/node": "^22.7.4", |
| 74 | + "@yarnpkg/sdks": "^3.2.0", |
78 | 75 | "canvas": "^2.11.2", |
79 | 76 | "canvas-5-polyfill": "^0.1.5", |
80 | | - "chart.js": "^4.4.2", |
| 77 | + "chart.js": "^4.4.4", |
81 | 78 | "chartjs-plugin-datalabels": "^2.2.0", |
82 | | - "chartjs-plugin-zoom": "^2.0.1", |
83 | | - "eslint": "^8.57.0", |
84 | | - "eslint-config-airbnb-typescript": "^18.0.0", |
85 | | - "eslint-config-prettier": "^9.1.0", |
86 | | - "eslint-config-react-app": "^7.0.1", |
87 | | - "eslint-plugin-flowtype": "^8.0.3", |
88 | | - "eslint-plugin-import": "^2.29.1", |
89 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
90 | | - "eslint-plugin-prettier": "^5.1.3", |
91 | | - "eslint-plugin-react": "^7.34.0", |
92 | | - "eslint-plugin-react-hooks": "^4.6.0", |
93 | | - "jest": "^29.7.0", |
94 | | - "jest-environment-jsdom": "^29.7.0", |
| 79 | + "eslint": "^9.11.1", |
| 80 | + "eslint-plugin-prettier": "^5.2.1", |
95 | 81 | "jest-image-snapshot": "^6.4.0", |
96 | | - "prettier": "^3.2.5", |
97 | | - "rimraf": "^5.0.5", |
98 | | - "rollup": "~4.13.0", |
| 82 | + "jsdom": "^25.0.1", |
| 83 | + "prettier": "^3.3.3", |
| 84 | + "rimraf": "^6.0.1", |
| 85 | + "rollup": "^4.22.5", |
99 | 86 | "rollup-plugin-cleanup": "^3.2.1", |
100 | | - "rollup-plugin-dts": "^6.1.0", |
101 | | - "seedrandom": "^3.0.5", |
102 | | - "ts-jest": "^29.1.2", |
103 | | - "tslib": "^2.6.2", |
104 | | - "typedoc": "^0.25.12", |
105 | | - "typedoc-plugin-markdown": "^4.0.0-next.16", |
106 | | - "typedoc-vitepress-theme": "^1.0.0-next.9", |
107 | | - "typescript": "^5.4.2", |
108 | | - "vitepress": "^1.0.0-rc.45", |
109 | | - "vue": "^3.4.21", |
110 | | - "vue-chartjs": "^5.3.0" |
111 | | - }, |
112 | | - "resolutions": { |
113 | | - "@typescript-eslint/eslint-plugin": "^7.2.0", |
114 | | - "@typescript-eslint/parser": "^7.2.0" |
| 87 | + "rollup-plugin-dts": "^6.1.1", |
| 88 | + "ts-jest": "^29.2.5", |
| 89 | + "tslib": "^2.7.0", |
| 90 | + "typedoc": "^0.26.7", |
| 91 | + "typedoc-plugin-markdown": "^4.2.8", |
| 92 | + "typedoc-vitepress-theme": "^1.0.1", |
| 93 | + "typescript": "^5.6.2", |
| 94 | + "typescript-eslint": "^8.7.0", |
| 95 | + "vite": "^5.4.8", |
| 96 | + "vitepress": "^1.3.4", |
| 97 | + "vitest": "^2.1.1", |
| 98 | + "vue": "^3.5.10", |
| 99 | + "vue-chartjs": "^5.3.1" |
115 | 100 | }, |
116 | 101 | "scripts": { |
117 | 102 | "clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
118 | 103 | "compile": "tsc -b tsconfig.c.json", |
119 | 104 | "start": "yarn run watch", |
120 | 105 | "watch": "rollup -c -w", |
121 | 106 | "build": "rollup -c", |
122 | | - "test": "yarn node --experimental-vm-modules $(yarn bin jest) --passWithNoTests --detectOpenHandles --forceExit", |
| 107 | + "test": "vitest --passWithNoTests", |
123 | 108 | "test:watch": "yarn run test --watch", |
124 | 109 | "test:coverage": "yarn run test --coverage", |
125 | 110 | "lint": "yarn run eslint && yarn run prettier", |
126 | 111 | "fix": "yarn run eslint:fix && yarn run prettier:write", |
127 | 112 | "prettier:write": "prettier \"*\" \"*/**\" --write", |
128 | 113 | "prettier": "prettier \"*\" \"*/**\" --check", |
129 | | - "eslint": "eslint src --ext .ts,.tsx --cache", |
| 114 | + "eslint": "eslint src --cache", |
130 | 115 | "eslint:fix": "yarn run eslint --fix", |
131 | 116 | "prepare": "yarn run build", |
132 | 117 | "docs:api": "typedoc --options typedoc.json", |
133 | 118 | "docs:dev": "vitepress dev docs", |
134 | 119 | "docs:build": "yarn run docs:api && vitepress build docs", |
135 | 120 | "docs:preview": "vitepress preview docs" |
136 | 121 | }, |
137 | | - "packageManager": "yarn@4.1.1" |
| 122 | + "packageManager": "yarn@4.5.0" |
138 | 123 | } |
0 commit comments