File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react-chartjs" ,
3
- "version" : " 1.0.0-alpha.4 " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " CoreUI React component wrapper for chart.js" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://coreui.io" ,
51
51
"babel-eslint" : " ^10.1.0" ,
52
52
"enzyme" : " ^3.11.0" ,
53
53
"enzyme-adapter-react-16" : " ^1.15.2" ,
54
- "eslint" : " ^7.0 .0" ,
54
+ "eslint" : " ^7.1 .0" ,
55
55
"eslint-plugin-import" : " ^2.20.2" ,
56
56
"eslint-plugin-react" : " ^7.20.0" ,
57
57
"nwb" : " ^0.25.2"
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ const CChartPie = props => <CChart {...props} type="pie"/>
140
140
const CChartPolarArea = props => < CChart { ...props } type = "polarArea" />
141
141
const CCharts = props => {
142
142
console . warn (
143
- '<CCharts> component has been deprecated. Use <CChart> or <CChart* > instead'
143
+ '<CCharts> component has been deprecated. Use <CChart> or <CChart{type} > instead'
144
144
)
145
145
return < CChart { ...props } />
146
146
}
You can’t perform that action at this time.
0 commit comments