Skip to content

Commit

Permalink
Bump 1.4.0, update deps, fix some fixtures (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Mar 7, 2022
1 parent 80f43f7 commit cf44120
Show file tree
Hide file tree
Showing 8 changed files with 816 additions and 685 deletions.
1,483 changes: 805 additions & 678 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chartjs-plugin-annotation",
"homepage": "https://www.chartjs.org/chartjs-plugin-annotation/index",
"description": "Annotations for Chart.js",
"version": "1.3.1",
"version": "1.4.0",
"author": "Evert Timberg <evert.timberg@gmail.com>",
"license": "MIT",
"main": "dist/chartjs-plugin-annotation.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@typescript-eslint/parser": "^5.4.0",
"chart.js": "^3.1.0",
"chartjs-plugin-autocolors": "^0.0.5",
"chartjs-test-utils": "^0.3.0",
"chartjs-test-utils": "^0.4.0",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.2.0",
Expand Down
5 changes: 3 additions & 2 deletions test/fixtures/label/boxLocation.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
module.exports = {
threshold: 0.2,
tolerance: 0.0071,
config: {
type: 'scatter',
options: {
Expand Down Expand Up @@ -108,5 +106,8 @@ module.exports = {
}
}
}
},
options: {
spriteText: true
}
};
Binary file modified test/fixtures/label/boxLocation.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/fixtures/label/decoration.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
tolerance: 0.0350,
tolerance: 0.036,
config: {
type: 'scatter',
options: {
Expand Down
4 changes: 3 additions & 1 deletion test/fixtures/point/boxLocation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
tolerance: 0.0075,
config: {
type: 'scatter',
options: {
Expand Down Expand Up @@ -65,5 +64,8 @@ module.exports = {
}
}
}
},
options: {
spriteText: true
}
};
Binary file modified test/fixtures/point/boxLocation.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion test/integration/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"typescript-4.2": "npm:typescript@4.2.x",
"typescript-4.3": "npm:typescript@4.3.x",
"typescript-4.4": "npm:typescript@4.4.x",
"typescript-4.5": "npm:typescript@4.5.x"
"typescript-4.5": "npm:typescript@4.5.x",
"typescript-4.6": "npm:typescript@4.6.x"
}
}

0 comments on commit cf44120

Please sign in to comment.