Skip to content

Commit

Permalink
fix(ci): lock version of canvas to 2.11.0 (#4857)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored and hustcc committed Apr 3, 2023
1 parent fb3424f commit 37322e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions __tests__/plots/interaction/penguins-point-highlight.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { G2Spec, ELEMENT_CLASS_NAME } from '../../../src';
import { step, disableDelay } from './utils';

// @todo Two circles are not drawn correctly.

export function penguinsPointHighlight(): G2Spec {
return {
type: 'point',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@typescript-eslint/parser": "^4.18.0",
"ali-oss": "^6.17.1",
"archiver": "^5.3.1",
"canvas": "^2.10.2",
"canvas": "2.11.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"d3-dsv": "^3.0.1",
Expand Down

0 comments on commit 37322e7

Please sign in to comment.