Skip to content

Commit a47120c

Browse files
committed
chore: changelog
1 parent 2271256 commit a47120c

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"ejs": "^3.1.10",
4646
"enzyme": "^3.11.0",
4747
"enzyme-to-json": "^3.6.2",
48-
"eslint": "^7.32.0",
4948
"identity-obj-proxy": "^3.0.0",
5049
"jest": "^29.0.0",
5150
"jest-canvas-mock": "^2.5.2",
@@ -71,14 +70,10 @@
7170
"webpack-cli": "^5.1.4",
7271
"webpack-dev-server": "^5.1.0",
7372
"whatwg-fetch": "^3.6.20",
74-
"yorkie": "^2.0.0"
75-
},
76-
"pnpm": {
77-
"overrides": {
78-
"@typescript-eslint/eslint-plugin": "^4.1.1",
79-
"@typescript-eslint/parser": "^4.1.1",
80-
"tslib": "2.6.1"
81-
}
73+
"yorkie": "^2.0.0",
74+
"eslint": "^8.56.0",
75+
"@typescript-eslint/parser": "^6.14.0",
76+
"@typescript-eslint/eslint-plugin": "^6.14.0"
8277
},
8378
"gitHooks": {
8479
"pre-commit": "pretty-quick --staged"
@@ -97,5 +92,10 @@
9792
"to-vfile": "^7.2.4",
9893
"unified": "^10.1.2"
9994
},
95+
"pnpm": {
96+
"overrides": {
97+
"tslib": "2.8.1"
98+
}
99+
},
100100
"repository": "https://github.com/ant-design/ant-design-charts.git"
101101
}

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@ant-design/charts",
4-
"version": "2.4.0",
4+
"version": "2.6.0-beta.0",
55
"description": "AntV upper level visual component library",
66
"bugs": {
77
"url": "https://github.com/ant-design/ant-design-charts/issues"

packages/plots/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/plots",
3-
"version": "2.5.0",
3+
"version": "2.6.0-beta.0",
44
"description": "G2Plot Statistical chart",
55
"bugs": {
66
"url": "https://github.com/ant-design/ant-design-charts/issues"

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@ant-design/charts-site",
4-
"version": "2.4.0",
4+
"version": "2.6.0-beta.0",
55
"description": "React Visual component library",
66
"keywords": [
77
"antv",

0 commit comments

Comments
 (0)