We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21665a5 commit 78b3b70Copy full SHA for 78b3b70
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "echarts-for-react",
3
- "version": "3.0.3",
+ "version": "3.0.4",
4
"description": " Apache Echarts components for React.",
5
"main": "lib/index.js",
6
"module": "esm/index.js",
@@ -56,7 +56,7 @@
56
"cross-env": "^7.0.3",
57
"dumi": "^1.1.6",
58
"dumi-theme-default": "^1.0.6",
59
- "echarts": "^5.0.2",
+ "echarts": "^6.0.0",
60
"echarts-gl": "^2.0.2",
61
"eslint": "^7.20.0",
62
"eslint-config-prettier": "^8.1.0",
@@ -84,7 +84,7 @@
84
},
85
"peerDependencies": {
86
"react": "^15.0.0 || >=16.0.0",
87
- "echarts": "^3.0.0 || ^4.0.0 || ^5.0.0"
+ "echarts": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
88
89
"jest": {
90
"runner": "jest-electron/runner",
0 commit comments