|
1 | 1 | { |
2 | 2 | "name": "chartjs-chart-geo", |
3 | 3 | "description": "Chart.js module for charting maps", |
4 | | - "version": "4.2.8", |
| 4 | + "version": "4.3.0", |
5 | 5 | "author": { |
6 | 6 | "name": "Samuel Gratzl", |
7 | 7 | "email": "sam@sgratzl.com", |
|
55 | 55 | "@types/topojson-client": "^3.1.4", |
56 | 56 | "d3-array": "^3.2.4", |
57 | 57 | "d3-color": "^3.1.0", |
58 | | - "d3-geo": "^3.1.0", |
| 58 | + "d3-geo": "^3.1.1", |
59 | 59 | "d3-interpolate": "^3.0.1", |
60 | | - "d3-scale-chromatic": "^3.0.0", |
| 60 | + "d3-scale-chromatic": "^3.1.0", |
61 | 61 | "topojson-client": "^3.1.0" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
|
66 | 66 | "@rollup/plugin-node-resolve": "^15.2.3", |
67 | 67 | "@rollup/plugin-replace": "^5.0.5", |
68 | 68 | "@rollup/plugin-typescript": "^11.1.6", |
69 | | - "@types/jest": "^29.5.11", |
| 69 | + "@types/jest": "^29.5.12", |
70 | 70 | "@types/jest-image-snapshot": "^6.4.0", |
71 | | - "@types/node": "^20.11.5", |
| 71 | + "@types/node": "^20.11.27", |
72 | 72 | "@types/seedrandom": "^3.0.8", |
73 | | - "@typescript-eslint/eslint-plugin": "^6.19.0", |
74 | | - "@typescript-eslint/parser": "^6.19.0", |
| 73 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 74 | + "@typescript-eslint/parser": "^7.2.0", |
75 | 75 | "@yarnpkg/pnpify": "^4.0.1", |
76 | 76 | "@yarnpkg/sdks": "^3.1.0", |
77 | 77 | "canvas": "^2.11.2", |
78 | 78 | "canvas-5-polyfill": "^0.1.5", |
79 | | - "chart.js": "^4.4.1", |
| 79 | + "chart.js": "^4.4.2", |
80 | 80 | "chartjs-plugin-datalabels": "^2.2.0", |
81 | | - "eslint": "^8.56.0", |
82 | | - "eslint-config-airbnb-typescript": "^17.1.0", |
| 81 | + "eslint": "^8.57.0", |
| 82 | + "eslint-config-airbnb-typescript": "^18.0.0", |
83 | 83 | "eslint-config-prettier": "^9.1.0", |
84 | 84 | "eslint-config-react-app": "^7.0.1", |
85 | 85 | "eslint-plugin-flowtype": "^8.0.3", |
86 | 86 | "eslint-plugin-import": "^2.29.1", |
87 | 87 | "eslint-plugin-jsx-a11y": "^6.8.0", |
88 | 88 | "eslint-plugin-prettier": "^5.1.3", |
89 | | - "eslint-plugin-react": "^7.33.2", |
| 89 | + "eslint-plugin-react": "^7.34.0", |
90 | 90 | "eslint-plugin-react-hooks": "^4.6.0", |
91 | 91 | "jest": "^29.7.0", |
92 | 92 | "jest-environment-jsdom": "^29.7.0", |
93 | 93 | "jest-image-snapshot": "^6.4.0", |
94 | | - "prettier": "^3.2.4", |
| 94 | + "prettier": "^3.2.5", |
95 | 95 | "rimraf": "^5.0.5", |
96 | | - "rollup": "^4.9.6", |
| 96 | + "rollup": "^4.13.0", |
97 | 97 | "rollup-plugin-cleanup": "^3.2.1", |
98 | 98 | "rollup-plugin-dts": "^6.1.0", |
99 | 99 | "seedrandom": "^3.0.5", |
100 | | - "ts-jest": "^29.1.1", |
| 100 | + "ts-jest": "^29.1.2", |
101 | 101 | "tslib": "^2.6.2", |
102 | | - "typedoc": "^0.25.7", |
| 102 | + "typedoc": "^0.25.12", |
103 | 103 | "typedoc-plugin-markdown": "^4.0.0-next.16", |
104 | | - "typedoc-vitepress-theme": "^1.0.0-next.7", |
105 | | - "typescript": "^5.3.3", |
| 104 | + "typedoc-vitepress-theme": "^1.0.0-next.9", |
| 105 | + "typescript": "^5.4.2", |
106 | 106 | "us-atlas": "^3.0.1", |
107 | | - "vitepress": "^1.0.0-rc.39", |
108 | | - "vue": "^3.4.15", |
| 107 | + "vitepress": "^1.0.0-rc.45", |
| 108 | + "vue": "^3.4.21", |
109 | 109 | "vue-chartjs": "^5.3.0", |
110 | 110 | "world-atlas": "^2.0.2" |
111 | 111 | }, |
112 | 112 | "resolutions": { |
113 | | - "@typescript-eslint/eslint-plugin": "^6.7.0", |
114 | | - "@typescript-eslint/parser": "^6.19.0" |
| 113 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 114 | + "@typescript-eslint/parser": "^7.2.0" |
115 | 115 | }, |
116 | 116 | "scripts": { |
117 | 117 | "clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
|
134 | 134 | "docs:build": "yarn run docs:api && vitepress build docs", |
135 | 135 | "docs:preview": "vitepress preview docs" |
136 | 136 | }, |
137 | | - "packageManager": "yarn@4.0.2" |
| 137 | + "packageManager": "yarn@4.1.1" |
138 | 138 | } |
0 commit comments