Skip to content

Commit

Permalink
chore(deps-dev): udpate dependency
Browse files Browse the repository at this point in the history
update dependency
  • Loading branch information
netil authored and netil committed Aug 28, 2024
1 parent 6a6c88d commit b35bb60
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 202 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.9.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
Expand Down Expand Up @@ -134,7 +134,7 @@
"docdash": "^2.0.2",
"dprint": "^0.47.2",
"esbuild-loader": "^4.2.2",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^50.2.2",
"husky": "^9.1.5",
Expand All @@ -143,7 +143,7 @@
"mini-css-extract-plugin": "^2.9.1",
"playwright": "^1.46.1",
"regenerator-runtime": "^0.14.1",
"rollup": "^4.21.0",
"rollup": "^4.21.1",
"rollup-plugin-delete": "^2.0.0",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
Expand All @@ -152,11 +152,11 @@
"sinon": "^18.0.0",
"string-replace-loader": "^3.1.0",
"style-loader": "^4.0.0",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"typescript-eslint": "^8.3.0",
"vitest": "^2.0.5",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-clean": "^1.2.5",
"webpack-cli": "^5.1.4",
Expand Down
2 changes: 2 additions & 0 deletions test/shape/arc-needle-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ describe("SHAPE ARC: NEEDLE option", () => {
const {$el: {arcs, needle}} = chart.internal;
const rx = /M-5 20 A0 0 0 0 0 5 20 L2\.5 -168\.\d+ A1 1 0 0 0 -2\.5 -168\.\d+ L-5 20 Z/;

util.print.arg(args)
console.log(needle.attr("d"))
expect(rx.test(needle.attr("d"))).to.be.true;
expect(getDegree(needle.style("transform"))).to.equal(118.8);
expect(needle.style("fill")).to.equal("red");
Expand Down
Loading

0 comments on commit b35bb60

Please sign in to comment.