Skip to content

Commit f3c6112

Browse files
authored
Merge pull request #33 from sgratzl/release/v3.8.0
Release v3.8.0
2 parents d6001d4 + 7300ca6 commit f3c6112

21 files changed

+2275
-2207
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: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sgratzl/chartjs-chart-boxplot",
33
"description": "Chart.js module for charting boxplots and violin charts",
4-
"version": "3.7.2",
4+
"version": "3.8.0",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -50,7 +50,7 @@
5050
"src/**/*.tsx"
5151
],
5252
"peerDependencies": {
53-
"chart.js": "^3.7.1"
53+
"chart.js": "^3.8.0"
5454
},
5555
"browserslist": [
5656
"Firefox ESR",
@@ -63,40 +63,40 @@
6363
"devDependencies": {
6464
"@chiogen/rollup-plugin-terser": "^7.0.2",
6565
"@rollup/plugin-commonjs": "^22.0.0",
66-
"@rollup/plugin-node-resolve": "^13.2.1",
66+
"@rollup/plugin-node-resolve": "^13.3.0",
6767
"@rollup/plugin-replace": "^4.0.0",
68-
"@rollup/plugin-typescript": "^8.3.2",
69-
"@types/jest": "^27.4.1",
68+
"@rollup/plugin-typescript": "^8.3.3",
69+
"@types/jest": "^28.1.1",
7070
"@types/jest-image-snapshot": "^4.3.1",
71-
"@types/node": "^17.0.31",
72-
"@typescript-eslint/eslint-plugin": "^5.21.0",
73-
"@typescript-eslint/parser": "^5.21.0",
74-
"@yarnpkg/sdks": "^2.6.0",
71+
"@types/node": "^17.0.42",
72+
"@typescript-eslint/eslint-plugin": "^5.27.1",
73+
"@typescript-eslint/parser": "^5.27.1",
74+
"@yarnpkg/sdks": "^2.6.2",
7575
"canvas": "^2.9.1",
7676
"canvas-5-polyfill": "^0.1.5",
77-
"chart.js": "^3.7.1",
78-
"eslint": "^8.14.0",
77+
"chart.js": "^3.8.0",
78+
"eslint": "^8.17.0",
7979
"eslint-config-airbnb-typescript": "^17.0.0",
8080
"eslint-config-prettier": "^8.5.0",
8181
"eslint-config-react-app": "^7.0.1",
8282
"eslint-plugin-flowtype": "^8.0.3",
8383
"eslint-plugin-import": "^2.26.0",
8484
"eslint-plugin-jsx-a11y": "^6.5.1",
8585
"eslint-plugin-prettier": "^4.0.0",
86-
"eslint-plugin-react": "^7.29.4",
86+
"eslint-plugin-react": "^7.30.0",
8787
"eslint-plugin-react-hooks": "^4.5.0",
88-
"jest": "^27.5.1",
89-
"jest-environment-jsdom": "^27.5.1",
90-
"jest-image-snapshot": "^4.5.1",
88+
"jest": "^28.1.1",
89+
"jest-environment-jsdom": "^28.1.1",
90+
"jest-image-snapshot": "^5.1.0",
9191
"prettier": "^2.6.2",
9292
"rimraf": "^3.0.2",
93-
"rollup": "^2.71.1",
93+
"rollup": "~2.75.6",
9494
"rollup-plugin-cleanup": "^3.2.1",
95-
"rollup-plugin-dts": "^4.2.1",
96-
"ts-jest": "^27.1.4",
95+
"rollup-plugin-dts": "^4.2.2",
96+
"ts-jest": "^28.0.4",
9797
"tslib": "^2.4.0",
98-
"typedoc": "^0.22.15",
99-
"typescript": "^4.6.4"
98+
"typedoc": "^0.22.17",
99+
"typescript": "^4.7.3"
100100
},
101101
"scripts": {
102102
"clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
@@ -118,9 +118,9 @@
118118
"prepare": "yarn run build"
119119
},
120120
"dependenciesMeta": {
121-
"chart.js@3.7.1": {
121+
"chart.js@3.8.0": {
122122
"unplugged": true
123123
}
124124
},
125-
"packageManager": "[email protected].0"
125+
"packageManager": "[email protected].1"
126126
}

samples/animation.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>Box Plot 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
</head>
88

samples/datalimits.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>Box Plot 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/d3-random@latest/dist/d3-random.min.js"></script>
88
<script src="./utils.js"></script>

samples/datastructures.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>Box Plot 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/d3-random@latest/dist/d3-random.min.js"></script>
88
<script src="./utils.js"></script>

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>Box Plot 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/d3-random@latest/dist/d3-random.min.js"></script>
88
<script src="./utils.js"></script>

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
"@sgratzl/boxplots": "https://unpkg.com/@sgratzl/boxplots?module",
1717
"@sgratzl/chartjs-chart-boxplot": "../build/index.js"
1818
}

samples/empty.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>Box Plot 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
</head>
88

0 commit comments

Comments
 (0)