Skip to content

Commit db8da4b

Browse files
committed
feat: prepare for rc-5
1 parent bcc8e28 commit db8da4b

19 files changed

+180
-82
lines changed

package.json

Lines changed: 10 additions & 10 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.0.0-rc.1",
4+
"version": "3.0.0-rc.4",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -50,7 +50,7 @@
5050
"src/**/*.tsx"
5151
],
5252
"peerDependencies": {
53-
"chart.js": "^3.0.0-rc.2"
53+
"chart.js": "^3.0.0-rc.5"
5454
},
5555
"browserslist": [
5656
"Firefox ESR",
@@ -65,15 +65,15 @@
6565
"@rollup/plugin-node-resolve": "^11.2.0",
6666
"@rollup/plugin-replace": "^2.4.1",
6767
"@rollup/plugin-typescript": "^8.2.0",
68-
"@types/jest": "^26.0.21",
68+
"@types/jest": "^26.0.22",
6969
"@types/jest-image-snapshot": "^4.3.0",
70-
"@types/node": "^14.14.35",
71-
"@typescript-eslint/eslint-plugin": "^4.18.0",
72-
"@typescript-eslint/parser": "^4.18.0",
70+
"@types/node": "^14.14.36",
71+
"@typescript-eslint/eslint-plugin": "^4.19.0",
72+
"@typescript-eslint/parser": "^4.19.0",
7373
"@yarnpkg/pnpify": "^2.4.0",
7474
"canvas": "^2.7.0",
7575
"canvas-5-polyfill": "^0.1.5",
76-
"chart.js": "^3.0.0-rc.2",
76+
"chart.js": "^3.0.0-rc.5",
7777
"eslint": "^7.22.0",
7878
"eslint-config-airbnb-typescript": "^12.3.1",
7979
"eslint-config-prettier": "^8.1.0",
@@ -82,20 +82,20 @@
8282
"eslint-plugin-import": "^2.22.1",
8383
"eslint-plugin-jsx-a11y": "^6.4.1",
8484
"eslint-plugin-prettier": "^3.3.1",
85-
"eslint-plugin-react": "^7.22.0",
85+
"eslint-plugin-react": "^7.23.1",
8686
"eslint-plugin-react-hooks": "^4.2.0",
8787
"jest": "^26.6.3",
8888
"jest-image-snapshot": "^4.4.0",
8989
"prettier": "^2.2.1",
9090
"release-it": "^14.5.0",
9191
"rimraf": "^3.0.2",
92-
"rollup": "^2.42.1",
92+
"rollup": "^2.42.4",
9393
"rollup-plugin-cleanup": "^3.2.1",
9494
"rollup-plugin-dts": "^3.0.1",
9595
"rollup-plugin-terser": "^7.0.2",
9696
"ts-jest": "^26.5.4",
9797
"tslib": "^2.1.0",
98-
"typedoc": "^0.20.32",
98+
"typedoc": "^0.20.34",
9999
"typescript": "^4.2.3"
100100
},
101101
"scripts": {

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.0.0-rc.2/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.0.0-rc.5/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.0.0-rc.2/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.0.0-rc.5/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.0.0-rc.2/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.0.0-rc.5/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.0.0-rc.2/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.0.0-rc.5/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.0.0-rc.2?module",
15-
"chart.js/helpers": "https://unpkg.com/chart.js@3.0.0-rc.2/helpers/helpers.esm.js?module",
14+
"chart.js": "https://unpkg.com/chart.js@3.0.0-rc.5?module",
15+
"chart.js/helpers": "https://unpkg.com/chart.js@3.0.0-rc.5/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.0.0-rc.2/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.0.0-rc.5/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
</head>
88

samples/fivenum.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.0.0-rc.2/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.0.0-rc.5/dist/chart.js"></script>
66
<script src="../build/index.umd.js"></script>
77
</head>
88

samples/horizontalBoxplot.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>Horizontal Bar Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.0.0-rc.2/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.0.0-rc.5/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/horizontalViolin.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>Violin Chart</title>
5-
<script src="https://unpkg.com/chart.js@3.0.0-rc.2/dist/chart.js"></script>
5+
<script src="https://unpkg.com/chart.js@3.0.0-rc.5/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>

0 commit comments

Comments
 (0)