From 37322e7c2119e9c70b887fe02642fbe03b4612ad Mon Sep 17 00:00:00 2001 From: MiniPear Date: Mon, 3 Apr 2023 11:41:21 +0800 Subject: [PATCH] fix(ci): lock version of canvas to 2.11.0 (#4857) --- __tests__/plots/interaction/penguins-point-highlight.ts | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/__tests__/plots/interaction/penguins-point-highlight.ts b/__tests__/plots/interaction/penguins-point-highlight.ts index 7238334759..506b31f8bd 100644 --- a/__tests__/plots/interaction/penguins-point-highlight.ts +++ b/__tests__/plots/interaction/penguins-point-highlight.ts @@ -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', diff --git a/package.json b/package.json index c703342a6d..98931255dc 100644 --- a/package.json +++ b/package.json @@ -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",