-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #224 from sgratzl/release/v4.3.0
Release v4.3.0
- Loading branch information
Showing
12 changed files
with
2,400 additions
and
2,182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
672 changes: 336 additions & 336 deletions
672
.yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "chartjs-chart-geo", | ||
"description": "Chart.js module for charting maps", | ||
"version": "4.2.8", | ||
"version": "4.3.0", | ||
"author": { | ||
"name": "Samuel Gratzl", | ||
"email": "[email protected]", | ||
|
@@ -55,9 +55,9 @@ | |
"@types/topojson-client": "^3.1.4", | ||
"d3-array": "^3.2.4", | ||
"d3-color": "^3.1.0", | ||
"d3-geo": "^3.1.0", | ||
"d3-geo": "^3.1.1", | ||
"d3-interpolate": "^3.0.1", | ||
"d3-scale-chromatic": "^3.0.0", | ||
"d3-scale-chromatic": "^3.1.0", | ||
"topojson-client": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
|
@@ -66,52 +66,52 @@ | |
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-replace": "^5.0.5", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/jest": "^29.5.11", | ||
"@types/jest": "^29.5.12", | ||
"@types/jest-image-snapshot": "^6.4.0", | ||
"@types/node": "^20.11.5", | ||
"@types/node": "^20.11.27", | ||
"@types/seedrandom": "^3.0.8", | ||
"@typescript-eslint/eslint-plugin": "^6.19.0", | ||
"@typescript-eslint/parser": "^6.19.0", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | ||
"@yarnpkg/pnpify": "^4.0.1", | ||
"@yarnpkg/sdks": "^3.1.0", | ||
"canvas": "^2.11.2", | ||
"canvas-5-polyfill": "^0.1.5", | ||
"chart.js": "^4.4.1", | ||
"chart.js": "^4.4.2", | ||
"chartjs-plugin-datalabels": "^2.2.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-airbnb-typescript": "^17.1.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-airbnb-typescript": "^18.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-config-react-app": "^7.0.1", | ||
"eslint-plugin-flowtype": "^8.0.3", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsx-a11y": "^6.8.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react": "^7.34.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-image-snapshot": "^6.4.0", | ||
"prettier": "^3.2.4", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.9.6", | ||
"rollup": "^4.13.0", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"rollup-plugin-dts": "^6.1.0", | ||
"seedrandom": "^3.0.5", | ||
"ts-jest": "^29.1.1", | ||
"ts-jest": "^29.1.2", | ||
"tslib": "^2.6.2", | ||
"typedoc": "^0.25.7", | ||
"typedoc": "^0.25.12", | ||
"typedoc-plugin-markdown": "^4.0.0-next.16", | ||
"typedoc-vitepress-theme": "^1.0.0-next.7", | ||
"typescript": "^5.3.3", | ||
"typedoc-vitepress-theme": "^1.0.0-next.9", | ||
"typescript": "^5.4.2", | ||
"us-atlas": "^3.0.1", | ||
"vitepress": "^1.0.0-rc.39", | ||
"vue": "^3.4.15", | ||
"vitepress": "^1.0.0-rc.45", | ||
"vue": "^3.4.21", | ||
"vue-chartjs": "^5.3.0", | ||
"world-atlas": "^2.0.2" | ||
}, | ||
"resolutions": { | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.19.0" | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"", | ||
|
@@ -134,5 +134,5 @@ | |
"docs:build": "yarn run docs:api && vitepress build docs", | ||
"docs:preview": "vitepress preview docs" | ||
}, | ||
"packageManager": "yarn@4.0.2" | ||
"packageManager": "yarn@4.1.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.