|
1 | 1 | { |
2 | 2 | "name": "chartjs-chart-geo", |
3 | 3 | "description": "Chart.js module for charting maps", |
4 | | - "version": "4.3.3", |
| 4 | + "version": "4.3.4", |
5 | 5 | "author": { |
6 | 6 | "name": "Samuel Gratzl", |
7 | 7 | "email": "sam@sgratzl.com", |
|
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | 63 | "@chiogen/rollup-plugin-terser": "^7.1.3", |
64 | | - "@eslint/js": "^9.11.1", |
65 | | - "@rollup/plugin-commonjs": "^28.0.0", |
| 64 | + "@eslint/js": "~9.14.0", |
| 65 | + "@rollup/plugin-commonjs": "^28.0.1", |
66 | 66 | "@rollup/plugin-node-resolve": "^15.3.0", |
67 | 67 | "@rollup/plugin-replace": "^6.0.1", |
68 | | - "@rollup/plugin-typescript": "^12.1.0", |
| 68 | + "@rollup/plugin-typescript": "^12.1.1", |
69 | 69 | "@types/jest-image-snapshot": "^6.4.0", |
70 | | - "@types/node": "^22.7.4", |
| 70 | + "@types/node": "^22.9.0", |
71 | 71 | "@types/seedrandom": "^3", |
72 | 72 | "@yarnpkg/sdks": "^3.2.0", |
73 | 73 | "canvas": "^2.11.2", |
74 | 74 | "canvas-5-polyfill": "^0.1.5", |
75 | | - "chart.js": "^4.4.4", |
| 75 | + "chart.js": "^4.4.6", |
76 | 76 | "chartjs-plugin-datalabels": "^2.2.0", |
77 | | - "eslint": "^9.11.1", |
| 77 | + "eslint": "~9.14.0", |
78 | 78 | "eslint-plugin-prettier": "^5.2.1", |
79 | 79 | "jest-image-snapshot": "^6.4.0", |
80 | 80 | "jsdom": "^25.0.1", |
81 | 81 | "prettier": "^3.3.3", |
82 | 82 | "rimraf": "^6.0.1", |
83 | | - "rollup": "^4.22.5", |
| 83 | + "rollup": "^4.27.2", |
84 | 84 | "rollup-plugin-cleanup": "^3.2.1", |
85 | 85 | "rollup-plugin-dts": "^6.1.1", |
86 | 86 | "seedrandom": "^3.0.5", |
87 | 87 | "ts-jest": "^29.2.5", |
88 | | - "tslib": "^2.7.0", |
89 | | - "typedoc": "^0.26.7", |
90 | | - "typedoc-plugin-markdown": "^4.2.8", |
91 | | - "typedoc-vitepress-theme": "^1.0.1", |
92 | | - "typescript": "^5.6.2", |
93 | | - "typescript-eslint": "^8.7.0", |
| 88 | + "tslib": "^2.8.1", |
| 89 | + "typedoc": "^0.26.11", |
| 90 | + "typedoc-plugin-markdown": "^4.2.10", |
| 91 | + "typedoc-vitepress-theme": "^1.0.2", |
| 92 | + "typescript": "^5.6.3", |
| 93 | + "typescript-eslint": "^8.14.0", |
94 | 94 | "us-atlas": "^3.0.1", |
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", |
| 95 | + "vite": "^5.4.11", |
| 96 | + "vitepress": "^1.5.0", |
| 97 | + "vitest": "^2.1.5", |
| 98 | + "vue": "^3.5.13", |
| 99 | + "vue-chartjs": "^5.3.2", |
100 | 100 | "world-atlas": "^2.0.2" |
101 | 101 | }, |
102 | 102 | "scripts": { |
|
120 | 120 | "docs:build": "yarn run docs:api && vitepress build docs", |
121 | 121 | "docs:preview": "vitepress preview docs" |
122 | 122 | }, |
123 | | - "packageManager": "yarn@4.5.0" |
| 123 | + "packageManager": "yarn@4.5.1" |
124 | 124 | } |
0 commit comments