@sgratzl/chartjs-chart-boxplot
Advanced tools
Comparing version 3.8.0 to 3.9.0
@@ -5,3 +5,3 @@ /** | ||
* | ||
* Copyright (c) 2021 Samuel Gratzl <sam@sgratzl.com> | ||
* Copyright (c) 2019 Samuel Gratzl <sam@sgratzl.com> | ||
*/ | ||
@@ -8,0 +8,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* Copyright (c) 2021 Samuel Gratzl <sam@sgratzl.com> | ||
* Copyright (c) 2019 Samuel Gratzl <sam@sgratzl.com> | ||
*/ | ||
@@ -8,0 +8,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* Copyright (c) 2021 Samuel Gratzl <sam@sgratzl.com> | ||
* Copyright (c) 2019 Samuel Gratzl <sam@sgratzl.com> | ||
*/ | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "@sgratzl/chartjs-chart-boxplot", | ||
"description": "Chart.js module for charting boxplots and violin charts", | ||
"version": "3.8.0", | ||
"version": "3.9.0", | ||
"publishConfig": { | ||
@@ -41,4 +41,5 @@ "access": "public" | ||
"module": "build/index.js", | ||
"main": "build/index.cjs.js", | ||
"browser": "build/index.umd.js", | ||
"main": "build/index.cjs", | ||
"node": "build/index.cjs", | ||
"umd": "build/index.umd.js", | ||
"unpkg": "build/index.umd.min.js", | ||
@@ -54,3 +55,3 @@ "jsdelivr": "build/index.umd.min.js", | ||
"peerDependencies": { | ||
"chart.js": "^3.8.0" | ||
"chart.js": "^3.9.1" | ||
}, | ||
@@ -67,16 +68,16 @@ "browserslist": [ | ||
"@chiogen/rollup-plugin-terser": "^7.0.2", | ||
"@rollup/plugin-commonjs": "^22.0.0", | ||
"@rollup/plugin-commonjs": "^22.0.2", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@rollup/plugin-replace": "^4.0.0", | ||
"@rollup/plugin-typescript": "^8.3.3", | ||
"@types/jest": "^28.1.1", | ||
"@types/jest-image-snapshot": "^4.3.1", | ||
"@types/node": "^17.0.42", | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"@rollup/plugin-typescript": "^8.3.4", | ||
"@types/jest": "^28.1.6", | ||
"@types/jest-image-snapshot": "^5.1.0", | ||
"@types/node": "^18.7.3", | ||
"@typescript-eslint/eslint-plugin": "^5.33.0", | ||
"@typescript-eslint/parser": "^5.33.0", | ||
"@yarnpkg/sdks": "^2.6.2", | ||
"canvas": "^2.9.1", | ||
"canvas": "^2.9.3", | ||
"canvas-5-polyfill": "^0.1.5", | ||
"chart.js": "^3.8.0", | ||
"eslint": "^8.17.0", | ||
"chart.js": "^3.9.1", | ||
"eslint": "^8.22.0", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
@@ -87,18 +88,18 @@ "eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.30.0", | ||
"eslint-plugin-react-hooks": "^4.5.0", | ||
"jest": "^28.1.1", | ||
"jest-environment-jsdom": "^28.1.1", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.30.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"jest": "^28.1.3", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"jest-image-snapshot": "^5.1.0", | ||
"prettier": "^2.6.2", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "~2.75.6", | ||
"rollup": "^2.78.0", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"rollup-plugin-dts": "^4.2.2", | ||
"ts-jest": "^28.0.4", | ||
"ts-jest": "^28.0.7", | ||
"tslib": "^2.4.0", | ||
"typedoc": "^0.22.17", | ||
"typescript": "^4.7.3" | ||
"typedoc": "^0.23.10", | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -125,7 +126,7 @@ "scripts": { | ||
"dependenciesMeta": { | ||
"chart.js@3.8.0": { | ||
"chart.js@3.9.1": { | ||
"unplugged": true | ||
} | ||
}, | ||
"packageManager": "yarn@3.2.1" | ||
"packageManager": "yarn@3.2.2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
360153