Skip to content

Commit 1f2ae2c

Browse files
authored
Merge pull request #60 from sgratzl/release/v4.3.5
Release v4.3.5
2 parents 726838c + 1647d44 commit 1f2ae2c

File tree

3 files changed

+426
-411
lines changed

3 files changed

+426
-411
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: ci
22

3-
on: [push]
3+
on:
4+
- push
5+
- pull_request
46

57
jobs:
68
build:

package.json

Lines changed: 12 additions & 12 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.4",
4+
"version": "4.3.5",
55
"author": {
66
"name": "Samuel Gratzl",
77
"email": "[email protected]",
@@ -54,16 +54,16 @@
5454
],
5555
"devDependencies": {
5656
"@chiogen/rollup-plugin-terser": "^7.1.3",
57-
"@rollup/plugin-commonjs": "^25.0.5",
57+
"@rollup/plugin-commonjs": "^25.0.7",
5858
"@rollup/plugin-node-resolve": "^15.2.3",
59-
"@rollup/plugin-replace": "^5.0.3",
59+
"@rollup/plugin-replace": "^5.0.4",
6060
"@rollup/plugin-typescript": "^11.1.5",
61-
"@types/jest": "^29.5.5",
62-
"@types/jest-image-snapshot": "^6.2.1",
63-
"@types/node": "^20.8.3",
64-
"@types/seedrandom": "^3.0.6",
65-
"@typescript-eslint/eslint-plugin": "^6.7.4",
66-
"@typescript-eslint/parser": "^6.7.4",
61+
"@types/jest": "^29.5.6",
62+
"@types/jest-image-snapshot": "^6.2.2",
63+
"@types/node": "^20.8.7",
64+
"@types/seedrandom": "^3.0.7",
65+
"@typescript-eslint/eslint-plugin": "^6.8.0",
66+
"@typescript-eslint/parser": "^6.8.0",
6767
"@yarnpkg/sdks": "^2.7.1",
6868
"canvas": "^2.11.2",
6969
"canvas-5-polyfill": "^0.1.5",
@@ -77,15 +77,15 @@
7777
"eslint-plugin-flowtype": "^8.0.3",
7878
"eslint-plugin-import": "^2.28.1",
7979
"eslint-plugin-jsx-a11y": "^6.7.1",
80-
"eslint-plugin-prettier": "^5.0.0",
80+
"eslint-plugin-prettier": "^5.0.1",
8181
"eslint-plugin-react": "^7.33.2",
8282
"eslint-plugin-react-hooks": "^4.6.0",
8383
"jest": "^29.7.0",
8484
"jest-environment-jsdom": "^29.7.0",
8585
"jest-image-snapshot": "^6.2.0",
8686
"prettier": "^3.0.3",
8787
"rimraf": "^5.0.5",
88-
"rollup": "^4.0.2",
88+
"rollup": "^4.1.4",
8989
"rollup-plugin-cleanup": "^3.2.1",
9090
"rollup-plugin-dts": "^6.1.0",
9191
"seedrandom": "^3.0.5",
@@ -95,7 +95,7 @@
9595
"typedoc-plugin-markdown": "^4.0.0-next.16",
9696
"typedoc-vitepress-theme": "^1.0.0-next.3",
9797
"typescript": "^5.2.2",
98-
"vitepress": "^1.0.0-rc.20",
98+
"vitepress": "^1.0.0-rc.22",
9999
"vue": "^3.3.4",
100100
"vue-chartjs": "^5.2.0"
101101
},

0 commit comments

Comments
 (0)