Skip to content

Commit

Permalink
Merge pull request #44 from sgratzl/release/v3.10.0
Browse files Browse the repository at this point in the history
Release v3.10.0
  • Loading branch information
sgratzl authored Oct 6, 2022
2 parents 5ca3914 + f4a0f6a commit 71f2e36
Show file tree
Hide file tree
Showing 7 changed files with 1,920 additions and 1,904 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- run: npm i -g yarn
- run: yarn config set checksumBehavior ignore
- name: Cache Node.js modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: 16
- name: Extract version
id: extract_version
run: node -pe "'::set-output name=version::' + require('./package.json').version"
Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- run: npm i -g yarn
- run: yarn config set checksumBehavior ignore
- name: Cache Node.js modules
Expand Down
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.2.cjs

This file was deleted.

801 changes: 801 additions & 0 deletions .yarn/releases/yarn-3.2.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ packageExtensions:
dependencies:
eslint-import-resolver-node: "*"

yarnPath: .yarn/releases/yarn-3.2.2.cjs
yarnPath: .yarn/releases/yarn-3.2.4.cjs
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sgratzl/chartjs-chart-boxplot",
"description": "Chart.js module for charting boxplots and violin charts",
"version": "3.9.1",
"version": "3.10.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -64,40 +64,40 @@
"devDependencies": {
"@chiogen/rollup-plugin-terser": "^7.0.2",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.4",
"@types/jest": "^28.1.6",
"@rollup/plugin-typescript": "^8.5.0",
"@types/jest": "^29.1.1",
"@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.3",
"@types/node": "^18.8.2",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@yarnpkg/sdks": "^2.6.3",
"canvas": "^2.10.1",
"canvas-5-polyfill": "^0.1.5",
"chart.js": "^3.9.1",
"eslint": "^8.22.0",
"eslint": "^8.24.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-image-snapshot": "^5.1.0",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"jest-image-snapshot": "^5.2.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"rollup": "^2.78.0",
"rollup": "^2.79.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^4.2.2",
"ts-jest": "^28.0.7",
"ts-jest": "^29.0.3",
"tslib": "^2.4.0",
"typedoc": "^0.23.10",
"typescript": "^4.7.4"
"typedoc": "^0.23.15",
"typescript": "^4.8.4"
},
"scripts": {
"clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
Expand All @@ -123,5 +123,5 @@
"unplugged": true
}
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].4"
}
Loading

0 comments on commit 71f2e36

Please sign in to comment.