Skip to content

Commit

Permalink
chore: v3.0.0-beta.2 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Feb 7, 2021
1 parent 1d48dac commit 2da2791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "echarts-for-react",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": " Apache Echarts(v5) components for React.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -83,8 +83,8 @@
"fast-deep-equal": "^3.1.3"
},
"peerDependencies": {
"react": ">=16.8.0",
"echarts": "^5.0.0"
"react": "^15.0.0 || >=16.0.0",
"echarts": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"jest": {
"runner": "jest-electron/runner",
Expand Down

0 comments on commit 2da2791

Please sign in to comment.