Commit d1bca9f 1 parent 96cfc0a commit d1bca9f Copy full SHA for d1bca9f
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wuba/react-native-echarts" ,
3
- "version" : " 1.3.0" ,
3
+ "version" : " 1.3.0-all.0 " ,
4
4
"description" : " Echarts for react native." ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
65
65
"@types/react-test-renderer" : " ^18.0.7" ,
66
66
"commitlint" : " ^17.0.2" ,
67
67
"del-cli" : " ^5.0.0" ,
68
- "echarts" : " ^5.5.0" ,
69
68
"eslint" : " ^8.4.1" ,
70
69
"eslint-config-prettier" : " ^8.5.0" ,
71
70
"eslint-plugin-prettier" : " ^4.0.0" ,
81
80
"react-test-renderer" : " ^18.2.0" ,
82
81
"release-it" : " ^15.0.0" ,
83
82
"sharp" : " ^0.33.2" ,
84
- "typescript" : " ^5.0.4" ,
85
- "zrender" : " ^5.5.0"
83
+ "typescript" : " ^5.0.4"
86
84
},
87
85
"peerDependencies" : {
88
86
"@shopify/react-native-skia" : " *" ,
89
- "echarts" : " *" ,
90
87
"react" : " *" ,
91
88
"react-native" : " *" ,
92
89
"react-native-gesture-handler" : " *" ,
93
- "react-native-svg" : " *" ,
94
- "zrender" : " *"
90
+ "react-native-svg" : " *"
95
91
},
96
92
"engines" : {
97
93
"node" : " >= 14.0.0"
165
161
},
166
162
"dependencies" : {
167
163
"@xmldom/xmldom" : " ^0.8.6" ,
168
- "entities" : " ^4.4.0"
164
+ "echarts" : " ^5.5.0" ,
165
+ "entities" : " ^4.4.0" ,
166
+ "zrender" : " ^5.5.0"
169
167
}
170
168
}
Original file line number Diff line number Diff line change
1
+ import * as _echarts from 'echarts/index' ;
1
2
export { default as SkiaChart } from './skiaChart' ;
2
3
export { default as SvgChart } from './svgChart' ;
3
4
export { SVGRenderer } from './SVGRenderer' ;
4
5
export * from './types' ;
6
+ export const echarts = _echarts ;
You can’t perform that action at this time.
0 commit comments