Skip to content

Commit bcd2c07

Browse files
authored
Merge pull request #214 from sgratzl/upgrade
build: upgrade dependencies
2 parents bbb3c46 + 7edbfdb commit bcd2c07

File tree

4 files changed

+785
-1329
lines changed

4 files changed

+785
-1329
lines changed

docs/getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ A choropleth map is a geo visualization where the area of a geometric feature en
4242
This plugin is _not_ providing the geometric data files (like GeoJson or TopoJson) but they need to manually imported and defined.
4343
:::
4444

45-
Each data point is an object with a feature and a corresponding value. see also [IChoroplethDataPoint](/api/interfaces/interface.IChoroplethDataPoint.html)
45+
Each data point is an object with a feature and a corresponding value. see also [IChoroplethDataPoint](/api/interfaces/IChoroplethDataPoint.html)
4646

4747
### Configuration
4848

49-
The controller has the following options [IChoroplethControllerDatasetOptions](/api/interfaces/interface.IChoroplethControllerDatasetOptions.html).
50-
In addition, the projection of the geometric feature to the pixel space is defined in the `projection` scale. see [IProjectionScaleOptions](/api/interfaces/interface.IProjectionScaleOptions.html) for available options. The conversion from a value to a color is performed by the `color` scale. see [IColorScaleOptions](/api/interfaces/interface.IColorScaleOptions.html) for available options.
49+
The controller has the following options [IChoroplethControllerDatasetOptions](/api/interfaces/IChoroplethControllerDatasetOptions.html).
50+
In addition, the projection of the geometric feature to the pixel space is defined in the `projection` scale. see [IProjectionScaleOptions](/api/interfaces/IProjectionScaleOptions.html) for available options. The conversion from a value to a color is performed by the `color` scale. see [IColorScaleOptions](/api/interfaces/IColorScaleOptions.html) for available options.
5151

5252
## Bubble Map
5353

54-
A bubble is using the area / radius of a circle to encode a value at a specific latitude / longitude. For example [BubbleMap](./examples/bubbleMap.md). Therefore, a data point has to look like this [IBubbleMapDataPoint](/api/interfaces/interface.IBubbleMapDataPoint.html).
54+
A bubble is using the area / radius of a circle to encode a value at a specific latitude / longitude. For example [BubbleMap](./examples/bubbleMap.md). Therefore, a data point has to look like this [IBubbleMapDataPoint](/api/interfaces/IBubbleMapDataPoint.html).
5555

5656
### Configuration
5757

58-
The controller has the following options [IBubbleMapControllerDatasetOptions](/api/interfaces/interface.IBubbleMapControllerDatasetOptions.html).
59-
In addition, the projection of the geometric feature to the pixel space is defined in the `projection` scale. see [IProjectionScaleOptions](/api/interfaces/interface.IProjectionScaleOptions.html) for available options. The conversion from a value to a radius / area is performed by the `size` scale. see [ISizeScaleOptions](/api/interfaces/interface.ISizeScaleOptions.html) for available options.
58+
The controller has the following options [IBubbleMapControllerDatasetOptions](/api/interfaces/IBubbleMapControllerDatasetOptions.html).
59+
In addition, the projection of the geometric feature to the pixel space is defined in the `projection` scale. see [IProjectionScaleOptions](/api/interfaces/IProjectionScaleOptions.html) for available options. The conversion from a value to a radius / area is performed by the `size` scale. see [ISizeScaleOptions](/api/interfaces/ISizeScaleOptions.html) for available options.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,53 +65,53 @@
6565
"@rollup/plugin-commonjs": "^25.0.7",
6666
"@rollup/plugin-node-resolve": "^15.2.3",
6767
"@rollup/plugin-replace": "^5.0.5",
68-
"@rollup/plugin-typescript": "^11.1.5",
68+
"@rollup/plugin-typescript": "^11.1.6",
6969
"@types/jest": "^29.5.11",
70-
"@types/jest-image-snapshot": "^6.3.0",
71-
"@types/node": "^20.10.4",
70+
"@types/jest-image-snapshot": "^6.4.0",
71+
"@types/node": "^20.11.5",
7272
"@types/seedrandom": "^3.0.8",
73-
"@typescript-eslint/eslint-plugin": "^6.13.2",
74-
"@typescript-eslint/parser": "^6.13.2",
73+
"@typescript-eslint/eslint-plugin": "^6.19.0",
74+
"@typescript-eslint/parser": "^6.19.0",
7575
"@yarnpkg/pnpify": "^4.0.1",
7676
"@yarnpkg/sdks": "^3.1.0",
7777
"canvas": "^2.11.2",
7878
"canvas-5-polyfill": "^0.1.5",
7979
"chart.js": "^4.4.1",
8080
"chartjs-plugin-datalabels": "^2.2.0",
81-
"eslint": "^8.55.0",
81+
"eslint": "^8.56.0",
8282
"eslint-config-airbnb-typescript": "^17.1.0",
8383
"eslint-config-prettier": "^9.1.0",
8484
"eslint-config-react-app": "^7.0.1",
8585
"eslint-plugin-flowtype": "^8.0.3",
86-
"eslint-plugin-import": "^2.29.0",
86+
"eslint-plugin-import": "^2.29.1",
8787
"eslint-plugin-jsx-a11y": "^6.8.0",
88-
"eslint-plugin-prettier": "^5.0.1",
88+
"eslint-plugin-prettier": "^5.1.3",
8989
"eslint-plugin-react": "^7.33.2",
9090
"eslint-plugin-react-hooks": "^4.6.0",
9191
"jest": "^29.7.0",
9292
"jest-environment-jsdom": "^29.7.0",
93-
"jest-image-snapshot": "^6.3.0",
94-
"prettier": "^3.1.0",
93+
"jest-image-snapshot": "^6.4.0",
94+
"prettier": "^3.2.4",
9595
"rimraf": "^5.0.5",
96-
"rollup": "^4.7.0",
96+
"rollup": "^4.9.6",
9797
"rollup-plugin-cleanup": "^3.2.1",
9898
"rollup-plugin-dts": "^6.1.0",
9999
"seedrandom": "^3.0.5",
100100
"ts-jest": "^29.1.1",
101101
"tslib": "^2.6.2",
102-
"typedoc": "^0.25.4",
102+
"typedoc": "^0.25.7",
103103
"typedoc-plugin-markdown": "^4.0.0-next.16",
104-
"typedoc-vitepress-theme": "^1.0.0-next.3",
104+
"typedoc-vitepress-theme": "^1.0.0-next.7",
105105
"typescript": "^5.3.3",
106106
"us-atlas": "^3.0.1",
107-
"vitepress": "^1.0.0-rc.31",
108-
"vue": "^3.3.11",
109-
"vue-chartjs": "^5.2.0",
107+
"vitepress": "^1.0.0-rc.39",
108+
"vue": "^3.4.15",
109+
"vue-chartjs": "^5.3.0",
110110
"world-atlas": "^2.0.2"
111111
},
112112
"resolutions": {
113113
"@typescript-eslint/eslint-plugin": "^6.7.0",
114-
"@typescript-eslint/parser": "^6.7.0"
114+
"@typescript-eslint/parser": "^6.19.0"
115115
},
116116
"scripts": {
117117
"clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"",

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"noEmit": true,
2727
"paths": {
2828
"@": ["./src"],
29-
"*": ["*", "node_modules/*"]
30-
}
29+
"*": ["*", "node_modules/*"],
30+
},
3131
},
32-
"include": ["src/**/*.ts", "src/**/*.tsx", "docs/**/*.tsx"]
32+
"include": ["src/**/*.ts", "src/**/*.tsx", "docs/**/*.tsx"],
3333
}

0 commit comments

Comments
 (0)