File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 15
15
"url" : " https://github.com/jerairrest/react-chartjs-2/issues"
16
16
},
17
17
"dependencies" : {
18
- "lodash.find" : " ^4.6.0" ,
19
- "lodash.isequal" : " ^4.4.0" ,
18
+ "lodash" : " ^4.17.4" ,
20
19
"prop-types" : " ^15.5.8"
21
20
},
22
21
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import PropTypes from 'prop-types' ;
3
3
import Chart from 'chart.js' ;
4
- import isEqual from 'lodash.isequal ' ;
5
- import find from 'lodash. find' ;
4
+ import isEqual from 'lodash/isEqual ' ;
5
+ import find from 'lodash/ find' ;
6
6
7
7
8
8
class ChartComponent extends React . Component {
Original file line number Diff line number Diff line change @@ -4727,10 +4727,6 @@ lodash.filter@^4.4.0:
4727
4727
version "4.6.0"
4728
4728
resolved "https://registry.yarnpkg.com/lodash.filter/-/lodash.filter-4.6.0.tgz#668b1d4981603ae1cc5a6fa760143e480b4c4ace"
4729
4729
4730
- lodash.find@^4.6.0 :
4731
- version "4.6.0"
4732
- resolved "https://registry.yarnpkg.com/lodash.find/-/lodash.find-4.6.0.tgz#cb0704d47ab71789ffa0de8b97dd926fb88b13b1"
4733
-
4734
4730
lodash.flatten@^4.2.0 :
4735
4731
version "4.4.0"
4736
4732
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
@@ -4747,10 +4743,6 @@ lodash.isarray@^3.0.0:
4747
4743
version "3.0.4"
4748
4744
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
4749
4745
4750
- lodash.isequal@^4.4.0 :
4751
- version "4.5.0"
4752
- resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
4753
-
4754
4746
lodash.isplainobject@^3.0.0 :
4755
4747
version "3.2.0"
4756
4748
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz#9a8238ae16b200432960cd7346512d0123fbf4c5"
You can’t perform that action at this time.
0 commit comments