Skip to content

Commit 5f0a4a6

Browse files
authored
Merge pull request #66 from sgratzl/release/v4.2.0
Release v4.2.0
2 parents c3f0562 + 97afab6 commit 5f0a4a6

File tree

15 files changed

+2172
-1979
lines changed

15 files changed

+2172
-1979
lines changed

.yarn/releases/yarn-3.3.1.cjs

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

.yarn/releases/yarn-3.5.0.cjs

Lines changed: 873 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.3.1.cjs
6+
yarnPath: .yarn/releases/yarn-3.5.0.cjs

package.json

Lines changed: 26 additions & 26 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 error bars",
4-
"version": "4.1.2",
4+
"version": "4.2.0",
55
"author": {
66
"name": "Samuel Gratzl",
77
"email": "sam@sgratzl.com",
@@ -64,46 +64,46 @@
6464
},
6565
"devDependencies": {
6666
"@chiogen/rollup-plugin-terser": "^7.1.3",
67-
"@rollup/plugin-commonjs": "^24.0.1",
68-
"@rollup/plugin-node-resolve": "^15.0.1",
67+
"@rollup/plugin-commonjs": "^24.1.0",
68+
"@rollup/plugin-node-resolve": "^15.0.2",
6969
"@rollup/plugin-replace": "^5.0.2",
70-
"@rollup/plugin-typescript": "^11.0.0",
71-
"@types/jest": "^29.4.0",
70+
"@rollup/plugin-typescript": "^11.1.0",
71+
"@types/jest": "^29.5.1",
7272
"@types/jest-image-snapshot": "^6.1.0",
73-
"@types/node": "^18.11.18",
74-
"@types/seedrandom": "^3.0.4",
75-
"@typescript-eslint/eslint-plugin": "^5.49.0",
76-
"@typescript-eslint/parser": "^5.49.0",
77-
"@yarnpkg/sdks": "^2.6.3",
78-
"canvas": "^2.11.0",
73+
"@types/node": "^18.16.3",
74+
"@types/seedrandom": "^3.0.5",
75+
"@typescript-eslint/eslint-plugin": "^5.59.1",
76+
"@typescript-eslint/parser": "^5.59.1",
77+
"@yarnpkg/sdks": "^2.7.0",
78+
"canvas": "^2.11.2",
7979
"canvas-5-polyfill": "^0.1.5",
80-
"chart.js": "^4.2.0",
81-
"eslint": "^8.32.0",
80+
"chart.js": "^4.3.0",
81+
"eslint": "^8.39.0",
8282
"eslint-config-airbnb-typescript": "^17.0.0",
83-
"eslint-config-prettier": "^8.6.0",
83+
"eslint-config-prettier": "^8.8.0",
8484
"eslint-config-react-app": "^7.0.1",
8585
"eslint-plugin-flowtype": "^8.0.3",
8686
"eslint-plugin-import": "^2.27.5",
8787
"eslint-plugin-jsx-a11y": "^6.7.1",
8888
"eslint-plugin-prettier": "^4.2.1",
89-
"eslint-plugin-react": "^7.32.1",
89+
"eslint-plugin-react": "^7.32.2",
9090
"eslint-plugin-react-hooks": "^4.6.0",
91-
"jest": "^29.4.1",
92-
"jest-environment-jsdom": "^29.4.1",
91+
"jest": "^29.5.0",
92+
"jest-environment-jsdom": "^29.5.0",
9393
"jest-image-snapshot": "^6.1.0",
94-
"prettier": "^2.8.3",
95-
"rimraf": "^3",
96-
"rollup": "~3.12.0",
94+
"prettier": "^2.8.8",
95+
"rimraf": "^5.0.0",
96+
"rollup": "~3.21.1",
9797
"rollup-plugin-cleanup": "^3.2.1",
98-
"rollup-plugin-dts": "^5.1.1",
98+
"rollup-plugin-dts": "^5.3.0",
9999
"seedrandom": "^3.0.5",
100-
"ts-jest": "^29.0.5",
100+
"ts-jest": "^29.1.0",
101101
"tslib": "^2.5.0",
102-
"typedoc": "^0.23.24",
103-
"typescript": "^4.9.4"
102+
"typedoc": "^0.24.6",
103+
"typescript": "^5.0.4"
104104
},
105105
"scripts": {
106-
"clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
106+
"clean": "rimraf --glob build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
107107
"compile": "tsc -b tsconfig.c.json",
108108
"compile:types": "tsc -p tsconfig.c.json --emitDeclarationOnly",
109109
"start": "yarn run watch",
@@ -122,5 +122,5 @@
122122
"docs": "typedoc src/index.ts",
123123
"prepare": "yarn run build"
124124
},
125-
"packageManager": "yarn@3.3.1"
125+
"packageManager": "yarn@3.5.0"
126126
}

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://cdn.jsdelivr.net/npm/chart.js@~4.2.0?module",
15-
"chart.js/helpers": " https://cdn.jsdelivr.net/npm/chart.js@~4.2.0/helpers/helpers.esm.js?module",
14+
"chart.js": " https://cdn.jsdelivr.net/npm/chart.js@~4.3.0?module",
15+
"chart.js/helpers": " https://cdn.jsdelivr.net/npm/chart.js@~4.3.0/helpers/helpers.esm.js?module",
1616
"chartjs-chart-graph": "../build/index.js",
1717
"d3-force": " https://cdn.jsdelivr.net/npm/d3-force?module",
1818
"d3-hierarchy": " https://cdn.jsdelivr.net/npm/d3-hierarchy?module"

samples/directed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src=" https://cdn.jsdelivr.net/npm/chart.js@~4.2.0"></script>
4+
<script src=" https://cdn.jsdelivr.net/npm/chart.js@~4.3.0"></script>
55
<script src="../build/index.umd.js"></script>
66
</head>
77

samples/forceDirectedGraph.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src=" https://cdn.jsdelivr.net/npm/chart.js@~4.2.0"></script>
4+
<script src=" https://cdn.jsdelivr.net/npm/chart.js@~4.3.0"></script>
55
<script src="https://cdn.jsdelivr.net/npm/hammerjs@2.0.8"></script>
66
<script src=" https://cdn.jsdelivr.net/npm/chartjs-plugin-zoom/dist/chartjs-plugin-zoom"></script>
77
<script src="../build/index.umd.js"></script>

samples/graphChange.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src=" https://cdn.jsdelivr.net/npm/chart.js@~4.2.0"></script>
4+
<script src=" https://cdn.jsdelivr.net/npm/chart.js@~4.3.0"></script>
55
<script src="../build/index.umd.js"></script>
66
</head>
77

samples/multi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src=" https://cdn.jsdelivr.net/npm/chart.js@~4.2.0"></script>
4+
<script src=" https://cdn.jsdelivr.net/npm/chart.js@~4.3.0"></script>
55
<script src="../build/index.umd.js"></script>
66
<style>
77
body {

samples/radial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src=" https://cdn.jsdelivr.net/npm/chart.js@~4.2.0"></script>
4+
<script src=" https://cdn.jsdelivr.net/npm/chart.js@~4.3.0"></script>
55
<script src="../build/index.umd.js"></script>
66
</head>
77

0 commit comments

Comments
 (0)