Skip to content

Commit fe4dfe2

Browse files
authored
Merge pull request #93 from sgratzl/release/v4.2.7
Release v4.2.7
2 parents 9c39627 + 7c735bb commit fe4dfe2

File tree

3 files changed

+438
-423
lines changed

3 files changed

+438
-423
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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chartjs-chart-graph",
33
"description": "Chart.js module for charting graphs",
4-
"version": "4.2.6",
4+
"version": "4.2.7",
55
"author": {
66
"name": "Samuel Gratzl",
77
"email": "sam@sgratzl.com",
@@ -54,8 +54,8 @@
5454
"last 2 Firefox versions"
5555
],
5656
"dependencies": {
57-
"@types/d3-force": "^3.0.6",
58-
"@types/d3-hierarchy": "^3.1.4",
57+
"@types/d3-force": "^3.0.7",
58+
"@types/d3-hierarchy": "^3.1.5",
5959
"d3-dispatch": "^3.0.1",
6060
"d3-force": "^3.0.0",
6161
"d3-hierarchy": "^3.1.2",
@@ -64,16 +64,16 @@
6464
},
6565
"devDependencies": {
6666
"@chiogen/rollup-plugin-terser": "^7.1.3",
67-
"@rollup/plugin-commonjs": "^25.0.5",
67+
"@rollup/plugin-commonjs": "^25.0.7",
6868
"@rollup/plugin-node-resolve": "^15.2.3",
69-
"@rollup/plugin-replace": "^5.0.3",
69+
"@rollup/plugin-replace": "^5.0.4",
7070
"@rollup/plugin-typescript": "^11.1.5",
71-
"@types/jest": "^29.5.5",
72-
"@types/jest-image-snapshot": "^6.2.1",
73-
"@types/node": "^20.8.3",
74-
"@types/seedrandom": "^3.0.6",
75-
"@typescript-eslint/eslint-plugin": "^6.7.4",
76-
"@typescript-eslint/parser": "^6.7.4",
71+
"@types/jest": "^29.5.6",
72+
"@types/jest-image-snapshot": "^6.2.2",
73+
"@types/node": "^20.8.7",
74+
"@types/seedrandom": "^3.0.7",
75+
"@typescript-eslint/eslint-plugin": "^6.8.0",
76+
"@typescript-eslint/parser": "^6.8.0",
7777
"@yarnpkg/sdks": "^2.7.1",
7878
"canvas": "^2.11.2",
7979
"canvas-5-polyfill": "^0.1.5",
@@ -87,15 +87,15 @@
8787
"eslint-plugin-flowtype": "^8.0.3",
8888
"eslint-plugin-import": "^2.28.1",
8989
"eslint-plugin-jsx-a11y": "^6.7.1",
90-
"eslint-plugin-prettier": "^5.0.0",
90+
"eslint-plugin-prettier": "^5.0.1",
9191
"eslint-plugin-react": "^7.33.2",
9292
"eslint-plugin-react-hooks": "^4.6.0",
9393
"jest": "^29.7.0",
9494
"jest-environment-jsdom": "^29.7.0",
9595
"jest-image-snapshot": "^6.2.0",
9696
"prettier": "^3.0.3",
9797
"rimraf": "^5.0.5",
98-
"rollup": "~4.0.2",
98+
"rollup": "~4.1.4",
9999
"rollup-plugin-cleanup": "^3.2.1",
100100
"rollup-plugin-dts": "^6.1.0",
101101
"seedrandom": "^3.0.5",
@@ -105,7 +105,7 @@
105105
"typedoc-plugin-markdown": "^4.0.0-next.16",
106106
"typedoc-vitepress-theme": "^1.0.0-next.3",
107107
"typescript": "^5.2.2",
108-
"vitepress": "^1.0.0-rc.20",
108+
"vitepress": "^1.0.0-rc.22",
109109
"vue": "^3.3.4",
110110
"vue-chartjs": "^5.2.0"
111111
},

0 commit comments

Comments
 (0)