We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d48dac commit 2da2791Copy full SHA for 2da2791
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "echarts-for-react",
3
- "version": "3.0.0-beta.1",
+ "version": "3.0.0-beta.2",
4
"description": " Apache Echarts(v5) components for React.",
5
"main": "lib/index.js",
6
"module": "esm/index.js",
@@ -83,8 +83,8 @@
83
"fast-deep-equal": "^3.1.3"
84
},
85
"peerDependencies": {
86
- "react": ">=16.8.0",
87
- "echarts": "^5.0.0"
+ "react": "^15.0.0 || >=16.0.0",
+ "echarts": "^3.0.0 || ^4.0.0 || ^5.0.0"
88
89
"jest": {
90
"runner": "jest-electron/runner",
0 commit comments