Skip to content

Commit

Permalink
ci: 修正es编译, 并锁定升级g2和plot版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Leannechn committed Mar 8, 2021
1 parent 3ddceb4 commit 6b92247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bizcharts",
"version": "4.1.7",
"version": "4.1.8",
"description": "bizcharts",
"keywords": [
"bizcharts",
Expand Down
2 changes: 1 addition & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ registerEngine('svg', SVGEngine);

// @ts-ignore
export * from '@antv/g2/lib/core';
export const VERSION = '4.1.7';
export const VERSION = '4.1.8';


// fixme: supportCSSTransform 在g2@4.1.0 后支持
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"experimentalDecorators": true,
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es2015",
"target": "ES2015",
"jsx": "react",
"baseUrl": "./",
"moduleResolution": "node",
Expand Down

0 comments on commit 6b92247

Please sign in to comment.