|
1 | 1 | {
|
2 | 2 | "name": "chartjs-chart-geo",
|
3 | 3 | "description": "Chart.js module for charting maps",
|
4 |
| - "version": "3.0.2", |
| 4 | + "version": "3.1.0", |
5 | 5 | "author": {
|
6 | 6 | "name": "Samuel Gratzl",
|
7 | 7 |
|
|
36 | 36 | "src/**/*.ts"
|
37 | 37 | ],
|
38 | 38 | "peerDependencies": {
|
39 |
| - "chart.js": "^3.2.1" |
| 39 | + "chart.js": "^3.3.2" |
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 | 42 | "@types/d3-geo": "^2.0.0",
|
43 | 43 | "@types/d3-scale-chromatic": "^2.0.0",
|
44 | 44 | "@types/topojson-client": "^3.1.0",
|
| 45 | + "d3-array": "^2.12.0", |
45 | 46 | "d3-geo": "^2.0.1",
|
46 | 47 | "d3-scale-chromatic": "^2.0.0",
|
47 | 48 | "topojson-client": "^3.1.0"
|
|
53 | 54 | "@rollup/plugin-typescript": "^8.2.1",
|
54 | 55 | "@types/jest": "^26.0.23",
|
55 | 56 | "@types/jest-image-snapshot": "^4.3.0",
|
56 |
| - "@types/node": "^15.0.2", |
| 57 | + "@types/node": "^15.12.1", |
57 | 58 | "@types/seedrandom": "^3.0.0",
|
58 |
| - "@typescript-eslint/eslint-plugin": "^4.22.1", |
59 |
| - "@typescript-eslint/parser": "^4.22.1", |
| 59 | + "@typescript-eslint/eslint-plugin": "^4.26.0", |
| 60 | + "@typescript-eslint/parser": "^4.26.0", |
60 | 61 | "@yarnpkg/pnpify": "^2.4.0",
|
61 |
| - "canvas": "^2.7.0", |
| 62 | + "canvas": "^2.8.0", |
62 | 63 | "canvas-5-polyfill": "^0.1.5",
|
63 | 64 | "chart.js": "3.0.0-rc.3",
|
64 |
| - "eslint": "^7.26.0", |
| 65 | + "eslint": "^7.28.0", |
65 | 66 | "eslint-config-airbnb-typescript": "^12.3.1",
|
66 | 67 | "eslint-config-prettier": "^8.3.0",
|
67 | 68 | "eslint-config-react-app": "^6.0.0",
|
68 | 69 | "eslint-plugin-flowtype": "^5.7.2",
|
69 |
| - "eslint-plugin-import": "^2.22.1", |
| 70 | + "eslint-plugin-import": "^2.23.4", |
70 | 71 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
71 | 72 | "eslint-plugin-prettier": "^3.4.0",
|
72 |
| - "eslint-plugin-react": "^7.23.2", |
| 73 | + "eslint-plugin-react": "^7.24.0", |
73 | 74 | "eslint-plugin-react-hooks": "^4.2.0",
|
74 |
| - "jest": "^26.6.3", |
| 75 | + "jest": "^27.0.4", |
75 | 76 | "jest-image-snapshot": "^4.5.0",
|
76 |
| - "prettier": "^2.3.0", |
77 |
| - "release-it": "^14.6.2", |
| 77 | + "prettier": "^2.3.1", |
| 78 | + "release-it": "^14.7.0", |
78 | 79 | "rimraf": "^3.0.2",
|
79 |
| - "rollup": "^2.47.0", |
| 80 | + "rollup": "^2.50.6", |
80 | 81 | "rollup-plugin-cleanup": "^3.2.1",
|
81 |
| - "rollup-plugin-dts": "^3.0.1", |
| 82 | + "rollup-plugin-dts": "^3.0.2", |
82 | 83 | "rollup-plugin-terser": "^7.0.2",
|
83 | 84 | "seedrandom": "^3.0.5",
|
84 |
| - "ts-jest": "^26.5.6", |
| 85 | + "ts-jest": "^27.0.2", |
85 | 86 | "tslib": "^2.2.0",
|
86 | 87 | "typedoc": "^0.20.36",
|
87 |
| - "typescript": "^4.2.4", |
| 88 | + "typescript": "^4.3.2", |
88 | 89 | "us-atlas": "^3.0.0",
|
89 | 90 | "world-atlas": "^2.0.2"
|
90 | 91 | },
|
| 92 | + "resolutions": { |
| 93 | + "d3-array": "^2.12.0" |
| 94 | + }, |
91 | 95 | "scripts": {
|
92 | 96 | "clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
|
93 | 97 | "compile": "tsc -b tsconfig.c.json",
|
|
0 commit comments