Skip to content

Commit 2da2791

Browse files
authored
chore: v3.0.0-beta.2 (#404)
1 parent 1d48dac commit 2da2791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "echarts-for-react",
3-
"version": "3.0.0-beta.1",
3+
"version": "3.0.0-beta.2",
44
"description": " Apache Echarts(v5) components for React.",
55
"main": "lib/index.js",
66
"module": "esm/index.js",
@@ -83,8 +83,8 @@
8383
"fast-deep-equal": "^3.1.3"
8484
},
8585
"peerDependencies": {
86-
"react": ">=16.8.0",
87-
"echarts": "^5.0.0"
86+
"react": "^15.0.0 || >=16.0.0",
87+
"echarts": "^3.0.0 || ^4.0.0 || ^5.0.0"
8888
},
8989
"jest": {
9090
"runner": "jest-electron/runner",

0 commit comments

Comments
 (0)