Skip to content

Commit afc1ba9

Browse files
authored
Merge pull request #54 from sgratzl/release/v4.3.3
Release v4.3.3
2 parents f21ec31 + 1920d5a commit afc1ba9

File tree

6 files changed

+2364
-1829
lines changed

6 files changed

+2364
-1829
lines changed

.yarn/releases/yarn-3.6.1.cjs renamed to .yarn/releases/yarn-3.6.3.cjs

Lines changed: 201 additions & 201 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.6.1.cjs
6+
yarnPath: .yarn/releases/yarn-3.6.3.cjs

package.json

Lines changed: 33 additions & 29 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": "4.3.2",
4+
"version": "4.3.3",
55
"author": {
66
"name": "Samuel Gratzl",
77
"email": "[email protected]",
@@ -54,53 +54,57 @@
5454
],
5555
"devDependencies": {
5656
"@chiogen/rollup-plugin-terser": "^7.1.3",
57-
"@rollup/plugin-commonjs": "^25.0.2",
58-
"@rollup/plugin-node-resolve": "^15.1.0",
57+
"@rollup/plugin-commonjs": "^25.0.4",
58+
"@rollup/plugin-node-resolve": "^15.2.1",
5959
"@rollup/plugin-replace": "^5.0.2",
60-
"@rollup/plugin-typescript": "^11.1.2",
61-
"@types/jest": "^29.5.2",
62-
"@types/jest-image-snapshot": "^6.1.0",
63-
"@types/node": "^20.4.0",
60+
"@rollup/plugin-typescript": "^11.1.3",
61+
"@types/jest": "^29.5.5",
62+
"@types/jest-image-snapshot": "^6.2.1",
63+
"@types/node": "^20.6.2",
6464
"@types/seedrandom": "^3.0.5",
65-
"@typescript-eslint/eslint-plugin": "^5.61.0",
66-
"@typescript-eslint/parser": "^5.61.0",
65+
"@typescript-eslint/eslint-plugin": "^6.7.0",
66+
"@typescript-eslint/parser": "^6.7.0",
6767
"@yarnpkg/sdks": "^2.7.1",
6868
"canvas": "^2.11.2",
6969
"canvas-5-polyfill": "^0.1.5",
70-
"chart.js": "^4.3.0",
70+
"chart.js": "^4.4.0",
7171
"d3-scale": "^4.0.2",
7272
"d3-scale-chromatic": "^3.0.0",
73-
"eslint": "^8.44.0",
74-
"eslint-config-airbnb-typescript": "^17.0.0",
75-
"eslint-config-prettier": "^8.8.0",
73+
"eslint": "^8.49.0",
74+
"eslint-config-airbnb-typescript": "^17.1.0",
75+
"eslint-config-prettier": "^9.0.0",
7676
"eslint-config-react-app": "^7.0.1",
7777
"eslint-plugin-flowtype": "^8.0.3",
78-
"eslint-plugin-import": "^2.27.5",
78+
"eslint-plugin-import": "^2.28.1",
7979
"eslint-plugin-jsx-a11y": "^6.7.1",
80-
"eslint-plugin-prettier": "^4.2.1",
81-
"eslint-plugin-react": "^7.32.2",
80+
"eslint-plugin-prettier": "^5.0.0",
81+
"eslint-plugin-react": "^7.33.2",
8282
"eslint-plugin-react-hooks": "^4.6.0",
83-
"jest": "^29.6.0",
84-
"jest-environment-jsdom": "^29.6.0",
85-
"jest-image-snapshot": "^6.1.0",
86-
"prettier": "^2.0.0",
83+
"jest": "^29.7.0",
84+
"jest-environment-jsdom": "^29.7.0",
85+
"jest-image-snapshot": "^6.2.0",
86+
"prettier": "^3.0.3",
8787
"rimraf": "^5.0.1",
88-
"rollup": "^3.26.1",
88+
"rollup": "^3.29.2",
8989
"rollup-plugin-cleanup": "^3.2.1",
90-
"rollup-plugin-dts": "^5.3.0",
90+
"rollup-plugin-dts": "^6.0.2",
9191
"seedrandom": "^3.0.5",
9292
"ts-jest": "^29.1.1",
93-
"tslib": "^2.6.0",
94-
"typedoc": "^0.24.8",
93+
"tslib": "^2.6.2",
94+
"typedoc": "^0.25.1",
9595
"typedoc-plugin-markdown": "^4.0.0-next.16",
96-
"typedoc-vitepress-theme": "^1.0.0-next.2",
97-
"typescript": "^5.1.6",
98-
"vitepress": "^1.0.0-beta.5",
96+
"typedoc-vitepress-theme": "^1.0.0-next.3",
97+
"typescript": "^5.2.2",
98+
"vitepress": "^1.0.0-rc.14",
9999
"vue": "^3.3.4",
100100
"vue-chartjs": "^5.2.0"
101101
},
102+
"resolutions": {
103+
"@typescript-eslint/eslint-plugin": "^6.7.0",
104+
"@typescript-eslint/parser": "^6.7.0"
105+
},
102106
"scripts": {
103-
"clean": "rimraf --glob build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
107+
"clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"",
104108
"compile": "tsc -b tsconfig.c.json",
105109
"start": "yarn run watch",
106110
"watch": "rollup -c -w",
@@ -120,5 +124,5 @@
120124
"docs:build": "yarn run docs:api && vitepress build docs",
121125
"docs:preview": "vitepress preview docs"
122126
},
123-
"packageManager": "[email protected].1"
127+
"packageManager": "[email protected].3"
124128
}

samples/lazy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>

samples/scatterplot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<title>Hierarchical Bar Chart</title>

0 commit comments

Comments
 (0)