kline-charts-react 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kline-charts-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Professional stock K-line chart React component with built-in data source, powered by ECharts and stock-sdk",
|
|
5
5
|
"author": "chengzuopeng",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"prepublishOnly": "yarn build"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
+
"echarts": ">=5.4.0",
|
|
46
47
|
"react": ">=17.0.0",
|
|
47
|
-
"react-dom": ">=17.0.0"
|
|
48
|
-
"echarts": ">=5.4.0"
|
|
48
|
+
"react-dom": ">=17.0.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependenciesMeta": {
|
|
51
51
|
"react": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"stock-sdk": "
|
|
62
|
+
"stock-sdk": "1.8.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@eslint/js": "^9.39.1",
|