Skip to content

Commit ad91d2b

Browse files
authored
Merge pull request #14 from sgratzl/release/v3.8.0
Release v3.8.0
2 parents 7894a19 + b308fe1 commit ad91d2b

18 files changed

+2271
-2203
lines changed

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 0 additions & 785 deletions
This file was deleted.

.yarn/releases/yarn-3.2.1.cjs

Lines changed: 786 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ packageExtensions:
33
dependencies:
44
eslint-import-resolver-node: "*"
55

6-
yarnPath: .yarn/releases/yarn-3.2.0.cjs
6+
yarnPath: .yarn/releases/yarn-3.2.1.cjs

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chartjs-plugin-hierarchical",
33
"description": "Chart.js module for hierarchical categories",
4-
"version": "3.7.1",
4+
"version": "3.8.0",
55
"author": {
66
"name": "Samuel Gratzl",
77
"email": "[email protected]",
@@ -34,7 +34,7 @@
3434
"src/**/*.ts"
3535
],
3636
"peerDependencies": {
37-
"chart.js": "^3.7.1"
37+
"chart.js": "^3.8.0"
3838
},
3939
"browserslist": [
4040
"Firefox ESR",
@@ -44,42 +44,42 @@
4444
"devDependencies": {
4545
"@chiogen/rollup-plugin-terser": "^7.0.2",
4646
"@rollup/plugin-commonjs": "^22.0.0",
47-
"@rollup/plugin-node-resolve": "^13.2.1",
47+
"@rollup/plugin-node-resolve": "^13.3.0",
4848
"@rollup/plugin-replace": "^4.0.0",
49-
"@rollup/plugin-typescript": "^8.3.2",
50-
"@types/jest": "^27.4.1",
49+
"@rollup/plugin-typescript": "^8.3.3",
50+
"@types/jest": "^28.1.1",
5151
"@types/jest-image-snapshot": "^4.3.1",
52-
"@types/node": "^17.0.31",
52+
"@types/node": "^17.0.42",
5353
"@types/seedrandom": "^3.0.2",
54-
"@typescript-eslint/eslint-plugin": "^5.21.0",
55-
"@typescript-eslint/parser": "^5.21.0",
56-
"@yarnpkg/sdks": "^2.6.0",
54+
"@typescript-eslint/eslint-plugin": "^5.27.1",
55+
"@typescript-eslint/parser": "^5.27.1",
56+
"@yarnpkg/sdks": "^2.6.2",
5757
"canvas": "^2.9.1",
5858
"canvas-5-polyfill": "^0.1.5",
59-
"chart.js": "^3.7.1",
60-
"eslint": "^8.14.0",
59+
"chart.js": "^3.8.0",
60+
"eslint": "^8.17.0",
6161
"eslint-config-airbnb-typescript": "^17.0.0",
6262
"eslint-config-prettier": "^8.5.0",
6363
"eslint-config-react-app": "^7.0.1",
6464
"eslint-plugin-flowtype": "^8.0.3",
6565
"eslint-plugin-import": "^2.26.0",
6666
"eslint-plugin-jsx-a11y": "^6.5.1",
6767
"eslint-plugin-prettier": "^4.0.0",
68-
"eslint-plugin-react": "^7.29.4",
68+
"eslint-plugin-react": "^7.30.0",
6969
"eslint-plugin-react-hooks": "^4.5.0",
70-
"jest": "^27.5.1",
71-
"jest-environment-jsdom": "^27.5.1",
72-
"jest-image-snapshot": "^4.5.1",
70+
"jest": "^28.1.1",
71+
"jest-environment-jsdom": "^28.1.1",
72+
"jest-image-snapshot": "^5.1.0",
7373
"prettier": "^2.6.2",
7474
"rimraf": "^3.0.2",
75-
"rollup": "^2.71.1",
75+
"rollup": "~2.75.6",
7676
"rollup-plugin-cleanup": "^3.2.1",
77-
"rollup-plugin-dts": "^4.2.1",
77+
"rollup-plugin-dts": "^4.2.2",
7878
"seedrandom": "^3.0.5",
79-
"ts-jest": "^27.1.4",
79+
"ts-jest": "^28.0.4",
8080
"tslib": "^2.4.0",
81-
"typedoc": "^0.22.15",
82-
"typescript": "^4.6.4",
81+
"typedoc": "^0.22.17",
82+
"typescript": "^4.7.3",
8383
"us-atlas": "^3.0.0",
8484
"world-atlas": "^2.0.2"
8585
},
@@ -102,5 +102,5 @@
102102
"docs": "typedoc src/index.ts",
103103
"prepare": "yarn run build"
104104
},
105-
"packageManager": "[email protected].0"
105+
"packageManager": "[email protected].1"
106106
}

samples/backgroundColor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.7.1/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

samples/boxplot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.7.1/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<script src="https://unpkg.com/@sgratzl/chartjs-chart-boxplot/build/index.umd.js" type="text/javascript"></script>
88
<style>

samples/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.7.1/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

samples/default_esm.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<script type="importmap-shim">
1212
{
1313
"imports": {
14-
"chart.js": "https://unpkg.com/chart.js@3.7.1?module",
15-
"chart.js/helpers": "https://unpkg.com/chart.js@3.7.1/helpers/helpers.esm.js?module",
14+
"chart.js": "https://unpkg.com/chart.js@3.8.0?module",
15+
"chart.js/helpers": "https://unpkg.com/chart.js@3.8.0/helpers/helpers.esm.js?module",
1616
"chartjs-plugin-hierarchical": "../build/index.js"
1717
}
1818
}

samples/end_hierarchy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.7.1/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

samples/horizontal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Hierarchical Horizontal Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.7.1/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
<style>
88
canvas {

0 commit comments

Comments
 (0)